contrib/rpm: minor cleanup of "NetworkManager.spec"

Reorder ppp arguments so that they make more sense and are consistent
with the autotools code.
This commit is contained in:
Thomas Haller 2023-02-14 09:03:06 +01:00
parent 3444af517f
commit 786ebecee9
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -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