summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMurilo Opsfelder Araujo <mopsfelder@gmail.com>2017-10-25 13:18:46 -0200
committerThomas Haller <thaller@redhat.com>2017-10-25 18:08:34 +0200
commit301cf7151b5f46a97163a3de6206c82e71fa142d (patch)
treefbcc90e57e9a8f1fa6019241710763864fed64bf /contrib
parent429a1becbb2c5d09da771abca5596b9af822bf11 (diff)
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
Diffstat (limited to 'contrib')
-rw-r--r--contrib/fedora/REQUIRED_PACKAGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/fedora/REQUIRED_PACKAGES b/contrib/fedora/REQUIRED_PACKAGES
index 8712a9ac90..a63a4196b1 100644
--- a/contrib/fedora/REQUIRED_PACKAGES
+++ b/contrib/fedora/REQUIRED_PACKAGES
@@ -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 \