summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-02-14 09:03:06 +0100
committerThomas Haller <thaller@redhat.com>2023-02-14 09:03:31 +0100
commit786ebecee9ef20c0da40f7aa10afb2ac27a8855f (patch)
tree9e07154e59ddc7d0df40564d7b86b410d12a7aa5
parent3444af517f47ae3ab774c418934488e07a2991ea (diff)
downloadNetworkManager-786ebecee9ef20c0da40f7aa10afb2ac27a8855f.tar.gz
contrib/rpm: minor cleanup of "NetworkManager.spec"
Reorder ppp arguments so that they make more sense and are consistent with the autotools code.
-rw-r--r--contrib/fedora/rpm/NetworkManager.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/fedora/rpm/NetworkManager.spec b/contrib/fedora/rpm/NetworkManager.spec
index 4c71427067..983c755be9 100644
--- a/contrib/fedora/rpm/NetworkManager.spec
+++ b/contrib/fedora/rpm/NetworkManager.spec
@@ -729,9 +729,9 @@ Preferably use nmcli instead.
-Difcfg_rh=true \
-Difupdown=false \
%if %{with ppp}
- -Dpppd_plugin_dir="%{_libdir}/pppd/%{ppp_version}" \
- -Dpppd="%{_sbindir}/pppd" \
-Dppp=true \
+ -Dpppd="%{_sbindir}/pppd" \
+ -Dpppd_plugin_dir="%{_libdir}/pppd/%{ppp_version}" \
%else
-Dppp=false \
%endif