From b088af6fd8b5232fffe66b5044e2b7614fea824e Mon Sep 17 00:00:00 2001 From: xinghe Date: Tue, 23 Apr 2024 12:02:14 +0000 Subject: [PATCH] delete *.a file --- ipset.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ipset.spec b/ipset.spec index 5c972aa..7fc5229 100644 --- a/ipset.spec +++ b/ipset.spec @@ -1,6 +1,6 @@ Name: ipset Version: 7.17 -Release: 1 +Release: 2 Summary: Manage Linux IP sets License: GPLv2 URL: http://ipset.netfilter.org/ @@ -57,7 +57,7 @@ Header files for ipset %build ./autogen.sh -%configure --with-kmod=no +%configure --with-kmod=no --disable-static rm -fr kernel %disable_rpath %make_build @@ -124,7 +124,6 @@ fi %files devel %defattr(-,root,root) %{_includedir}/libipset -%{_libdir}/*.a %{_libdir}/libipset.so %{_libdir}/pkgconfig/*.pc @@ -134,6 +133,12 @@ fi %{_mandir}/man3/libipset.3.* %changelog +* Tue Apr 23 2024 xinghe - 7.17-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:delete *.a file + * Wed Feb 01 2023 xinghe - 7.17-1 - Type:requirements - ID:NA