From 32846c58cbaa87adcc2e8956c0500a68b351b980 Mon Sep 17 00:00:00 2001 From: yangl777 Date: Fri, 4 Nov 2022 03:25:38 +0000 Subject: [PATCH] delete a static library file --- OpenIPMI.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/OpenIPMI.spec b/OpenIPMI.spec index f3f48c5..54711c9 100644 --- a/OpenIPMI.spec +++ b/OpenIPMI.spec @@ -1,6 +1,6 @@ Name: OpenIPMI Version: 2.0.32 -Release: 1 +Release: 2 Summary: IPMI (Intelligent Platform Management Interface) library and tools License: LGPLv2+ and GPLv2+ or BSD URL: https://sourceforge.net/projects/openipmi/ @@ -70,6 +70,7 @@ of the OpenIPMI project. CFLAGS="-fPIC %{optflags} -z now -fno-strict-aliasing" \ LDFLAGS="%{__global_ldflags} -Wl,--as-needed" \ --disable-dependency-tracking \ + --disable-static \ --with-pythoninstall=%{python3_sitearch} \ --with-python=%{__python3} \ --with-tcl=no \ @@ -133,7 +134,6 @@ echo ".so man1/openipmish.1" > %{buildroot}%{_mandir}/man1/ipmish.1 %defattr(-,root,root) %{_includedir}/OpenIPMI %{_libdir}/*.so -%{_libdir}/*.a %{_libdir}/pkgconfig/*.pc %files help @@ -143,6 +143,12 @@ echo ".so man1/openipmish.1" > %{buildroot}%{_mandir}/man1/ipmish.1 %exclude %{_mandir}/man1/openipmigui.1 %changelog +* Fri Nov 04 2022 yanglu - 2.0.32-2 +- Type:bugfix +- CVE: +- SUG:NA +- DESC:delete a static library file + * Sun Oct 9 2022 qiaoyujie - 2.0.32-1 - Upgrade version to 2.0.32 -- Gitee