mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 08:30:15 +01:00
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:
parent
429a1becbb
commit
301cf7151b
1 changed files with 2 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue