summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-02-10 10:09:17 +0100
committerThomas Haller <thaller@redhat.com>2023-02-10 10:10:55 +0100
commit90f21c05704c3706509109ca5c97f3a08076e7d8 (patch)
tree4ec768890a48e81a9a3ad81f90f054cf361a5260
parentd4de1a08940266e17fbcb8b903247eb86c9cd75c (diff)
downloadNetworkManager-90f21c05704c3706509109ca5c97f3a08076e7d8.tar.gz
contrib/rpm: fix "--enable-ppp" flag to build without ppp
[thaller@redhat.com: I introduced this bug when taking the original patch]. Fixes: 820f6f3a4a42 ('contrib/rpm: sync obsoletes_{initscripts_updown,ifcfg_rh} version') (cherry picked from commit 06dc84a563af95d87a5fa3634ec98a9e98f9635d)
-rw-r--r--contrib/fedora/rpm/NetworkManager.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fedora/rpm/NetworkManager.spec b/contrib/fedora/rpm/NetworkManager.spec
index 67402162df..4c71427067 100644
--- a/contrib/fedora/rpm/NetworkManager.spec
+++ b/contrib/fedora/rpm/NetworkManager.spec
@@ -878,7 +878,7 @@ autoreconf --install --force
--with-pppd="%{_sbindir}/pppd" \
--with-pppd-plugin-dir="%{_libdir}/pppd/%{ppp_version}" \
%else
- --enable-ppp=yes \
+ --enable-ppp=no \
%endif
%if %{with firewalld_zone}
--enable-firewalld-zone=yes \