!59 iptables: delete old iptables-libs so

From: @yuh-kevin 
Reviewed-by: @seuzw 
Signed-off-by: @seuzw
This commit is contained in:
openeuler-ci-bot 2022-09-06 06:43:31 +00:00 committed by Gitee
commit 8e4b92e1d6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <huangyu106@huawei.com> - 1.8.5-4
- Type: bugfix
- ID: NA
- SUG: NA
- DESC: iptables:delete old iptables-libs so
* Thu Jun 30 2022 xingwei <xingwei14@h-partners.com> - 1.8.5-3
- Type: bugfix
- ID: NA