contrib/fedora: Update required packages

Add dhclient and iptables packages to build dependencies to satisfy
rpmbuild complaints:

```
error: Failed build dependencies:
	dhclient is needed by NetworkManager-1:1.9.2-18653.43dba57439.fc28.x86_64
	iptables is needed by NetworkManager-1:1.9.2-18653.43dba57439.fc28.x86_64
ERROR: rpmbuild FAILED
```

https://github.com/NetworkManager/NetworkManager/pull/33
This commit is contained in:
Murilo Opsfelder Araujo 2017-10-25 13:18:46 -02:00 committed by Thomas Haller
parent 429a1becbb
commit 301cf7151b

View file

@ -20,11 +20,13 @@ yum install \
dbus-glib-devel \
dbus-python \
dbus-x11 \
dhclient \
gettext-devel \
git \
gobject-introspection-devel \
gtk-doc \
intltool \
iptables \
jansson-devel \
libcurl-devel \
libndp-devel \