diff --git a/iptables.spec b/iptables.spec index ad3ec073235f8d9233ec71f50d4a10b4963481f8..972a8c604cd820fd9ff6b80470d364d2c0590446 100644 --- a/iptables.spec +++ b/iptables.spec @@ -2,7 +2,7 @@ %global legacy_actions %{_libexecdir}/initscripts/legacy-actions Name: iptables Version: 1.8.5 -Release: 3 +Release: 4 Summary: IP packet filter administration utilities License: GPLv2 and Artistic Licence 2.0 and ISC URL: https://www.netfilter.org/ @@ -15,7 +15,7 @@ Source5: sysconfig_ip6tables BuildRequires: bison flex gcc kernel-headers libpcap-devel libselinux-devel systemd git 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} %{name}-help Conflicts: setup < 2.10.4-1 @@ -140,7 +140,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 @@ -318,6 +317,12 @@ fi %{_mandir}/man8/xtables-legacy* %changelog +* Tue Sep 06 2022 huangyu - 1.8.5-4 +- Type: bugfix +- ID: NA +- SUG: NA +- DESC: iptables:delete old iptables-libs so + * Thu Jun 30 2022 xingwei - 1.8.5-3 - Type: bugfix - ID: NA