diff --git a/iptables.spec b/iptables.spec index 5fa315e9773286283a0f5774973b05488375c797..f263c5a56c4fea7077b6b6611e90625dc01a58b9 100644 --- a/iptables.spec +++ b/iptables.spec @@ -2,7 +2,7 @@ %global legacy_actions %{_libexecdir}/initscripts/legacy-actions Name: iptables Version: 1.8.7 -Release: 5 +Release: 6 Summary: IP packet filter administration utilities License: GPLv2 and Artistic Licence 2.0 and ISC URL: https://www.netfilter.org/ @@ -17,7 +17,7 @@ Patch0: bugfix-add-check-fw-in-entry.patch BuildRequires: bison flex gcc kernel-headers libpcap-devel libselinux-devel systemd BuildRequires: libmnl-devel libnetfilter_conntrack-devel libnfnetlink-devel libnftnl-devel -BuildRequires: autogen autoconf automake libtool iptables +BuildRequires: autogen autoconf automake libtool Requires: %{name}-libs = %{version}-%{release} @@ -138,7 +138,6 @@ touch %{buildroot}%{_mandir}/man8/arptables-save.8 touch %{buildroot}%{_mandir}/man8/arptables-restore.8 touch %{buildroot}%{_mandir}/man8/ebtables.8 -cp -a %{_libdir}/libip*tc.so.0.* %{buildroot}%{_libdir} %ldconfig_scriptlets %post @@ -317,6 +316,12 @@ fi %{_mandir}/man8/xtables-legacy* %changelog +* Thu Mar 24 2022 yanglu - 1.8.7-6 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:delete useless so files + * Wed Mar 02 2022 duyiwei - 1.8.7-5 - change %systemd_requires to %{?systemd_requires}