From 5059b30b9951fae8738c7cbf9e9b1cff4dcb55f7 Mon Sep 17 00:00:00 2001 From: yangl777 Date: Sat, 26 Mar 2022 11:37:40 +0800 Subject: [PATCH] delete useless so files --- iptables.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/iptables.spec b/iptables.spec index 32e36ec..5466887 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: 4 +Release: 5 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 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} @@ -136,7 +136,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 @@ -315,6 +314,12 @@ fi %{_mandir}/man8/xtables-legacy* %changelog +* Sat Mar 26 2022 yanglu - 1.8.7-5 +- Type:bugfix +- ID:NA +- SUG:restart +- DESC:delete useless so files + * Tue Mar 01 2022 duyiwei - 1.8.7-4 - change %systemd_requires to %{?systemd_requires} -- Gitee