change %systemd_requires to %{?systemd_requires}
This commit is contained in:
parent
e3a16733bf
commit
27d03f2eb9
@ -2,7 +2,7 @@
|
||||
%global legacy_actions %{_libexecdir}/initscripts/legacy-actions
|
||||
Name: iptables
|
||||
Version: 1.8.7
|
||||
Release: 4
|
||||
Release: 5
|
||||
Summary: IP packet filter administration utilities
|
||||
License: GPLv2 and Artistic Licence 2.0 and ISC
|
||||
URL: https://www.netfilter.org/
|
||||
@ -23,7 +23,7 @@ Requires: %{name}-libs = %{version}-%{release}
|
||||
|
||||
Requires(post): %{_sbindir}/update-alternatives
|
||||
Requires(postun): %{_sbindir}/update-alternatives
|
||||
%systemd_requires
|
||||
%{?systemd_requires}
|
||||
|
||||
Provides: iptables-utils iptables-services
|
||||
Obsoletes: iptables-utils iptables-services
|
||||
@ -317,6 +317,9 @@ fi
|
||||
%{_mandir}/man8/xtables-legacy*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 02 2022 duyiwei <duyiwei@kylinos.cn> - 1.8.7-5
|
||||
- change %systemd_requires to %{?systemd_requires}
|
||||
|
||||
* Wed Feb 23 2022 gaihuiying <eaglegai@163.com> - 1.8.7-4
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user