NetworkManager/contrib/fedora/REQUIRED_PACKAGES
Murilo Opsfelder Araujo 301cf7151b 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
2017-10-25 18:08:34 +02:00

51 lines
1.1 KiB
Text

# A list of packages useful/needed to build and develop
# NetworkManager on Fedora and RHEL.
#
# Not all of these packages are available, depending
# on your distribution/release. But yum will happily
# skip them.
#
# Not all of these packages are strictly speaking necessary.
# This is a generous list of related packages.
yum install \
ModemManager-devel \
ModemManager-glib-devel \
audit-libs-devel \
bash-completion \
bluez-libs-devel \
bzip2 \
cscope \
dbus-devel \
dbus-glib-devel \
dbus-python \
dbus-x11 \
dhclient \
gettext-devel \
git \
gobject-introspection-devel \
gtk-doc \
intltool \
iptables \
jansson-devel \
libcurl-devel \
libndp-devel \
libnl3-devel \
libpsl-devel \
libselinux-devel \
libtool \
libuuid-devel \
newt-devel \
nss-devel \
polkit-devel \
ppp-devel \
pygobject3-base \
readline-devel \
rpm-build \
systemd-devel \
teamd-devel \
vala-devel \
vala-tools \
valgrind \
wireless-tools-devel