From 2e5e1a6d255c40690a651d6bfec87eaba051c6e7 Mon Sep 17 00:00:00 2001 From: chengyechun Date: Tue, 6 Sep 2022 11:20:23 +0800 Subject: [PATCH] iptables: delete old iptables-libs so Signed-off-by: huangyu --- iptables.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/iptables.spec b/iptables.spec index ad3ec07..972a8c6 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 -- Gitee