summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-10-12 11:06:30 +0200
committerThomas Haller <thaller@redhat.com>2017-10-12 11:06:30 +0200
commit5a00811b5af9acc1b741ec27e03962f7c642e2e1 (patch)
tree2e7976a60a48f5560b518fcc8e9f04281ab94125 /contrib
parent2a5b04d06d78041210c6cc255bbc0398a5361669 (diff)
contrib/rpm: explicitly set default dhcp configuration
It will also be autodetected, but be explicit about it.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/fedora/rpm/NetworkManager.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/fedora/rpm/NetworkManager.spec b/contrib/fedora/rpm/NetworkManager.spec
index 8e49c742b1..3ee068d350 100644
--- a/contrib/fedora/rpm/NetworkManager.spec
+++ b/contrib/fedora/rpm/NetworkManager.spec
@@ -373,6 +373,7 @@ intltoolize --automake --copy --force
--disable-static \
--with-dhclient=yes \
--with-dhcpcd=no \
+ --with-config-dhcp-default=dhclient \
--with-crypto=nss \
%if %{with test}
--enable-more-warnings=error \