summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-10-12 11:06:30 +0200
committerThomas Haller <thaller@redhat.com>2017-11-02 15:30:49 +0100
commitda2139b87dbb4aecbb68ecdaf8128f3ab2956a7e (patch)
treebddaa1f505e4426dc7e1cae2054dd7b0447faf5c
parenteeedf51f087d1cd6c5c4b79f7299b6060d28024f (diff)
contrib/rpm: explicitly set default dhcp configuration
It will also be autodetected, but be explicit about it. (cherry picked from commit 5a00811b5af9acc1b741ec27e03962f7c642e2e1)
-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 8e49c742b..3ee068d35 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 \