From 301cf7151b5f46a97163a3de6206c82e71fa142d Mon Sep 17 00:00:00 2001 From: Murilo Opsfelder Araujo Date: Wed, 25 Oct 2017 13:18:46 -0200 Subject: [PATCH] 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 --- contrib/fedora/REQUIRED_PACKAGES | 2 ++ 1 file changed, 2 insertions(+) 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 \