contrib/rpm: fix spec file for CentOS7/RHEL7 for "Suggests:"

Seems "Suggests:" is not supported.
This commit is contained in:
Thomas Haller 2022-01-25 16:12:24 +01:00
parent 68f500f5ce
commit c6223c5a41
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -215,7 +215,7 @@ Requires: libndp >= %{libndp_version}
Obsoletes: NetworkManager < %{obsoletes_device_plugins}
Obsoletes: NetworkManager < %{obsoletes_ppp_plugin}
Obsoletes: NetworkManager-wimax < 1.2
%if 0%{?rhel} && 0%{?rhel} <= 8
%if 0%{?rhel} && 0%{?rhel} == 8
Suggests: NetworkManager-initscripts-updown
%endif
Obsoletes: NetworkManager < %{obsoletes_initscripts_updown}