iptables: delete old iptables-libs so

Signed-off-by: huangyu <huangyu106@huawei.com>
This commit is contained in:
chengyechun 2022-09-06 11:20:23 +08:00
parent 65fc4137f5
commit 2e5e1a6d25

View File

@ -2,7 +2,7 @@
%global legacy_actions %{_libexecdir}/initscripts/legacy-actions %global legacy_actions %{_libexecdir}/initscripts/legacy-actions
Name: iptables Name: iptables
Version: 1.8.5 Version: 1.8.5
Release: 3 Release: 4
Summary: IP packet filter administration utilities Summary: IP packet filter administration utilities
License: GPLv2 and Artistic Licence 2.0 and ISC License: GPLv2 and Artistic Licence 2.0 and ISC
URL: https://www.netfilter.org/ 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: bison flex gcc kernel-headers libpcap-devel libselinux-devel systemd git
BuildRequires: libmnl-devel libnetfilter_conntrack-devel libnfnetlink-devel libnftnl-devel 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 Requires: %{name}-libs = %{version}-%{release} %{name}-help
Conflicts: setup < 2.10.4-1 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/arptables-restore.8
touch %{buildroot}%{_mandir}/man8/ebtables.8 touch %{buildroot}%{_mandir}/man8/ebtables.8
cp -a %{_libdir}/libip*tc.so.0.* %{buildroot}%{_libdir}
%ldconfig_scriptlets %ldconfig_scriptlets
%post %post
@ -318,6 +317,12 @@ fi
%{_mandir}/man8/xtables-legacy* %{_mandir}/man8/xtables-legacy*
%changelog %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 * Thu Jun 30 2022 xingwei <xingwei14@h-partners.com> - 1.8.5-3
- Type: bugfix - Type: bugfix
- ID: NA - ID: NA