!16 delete a static library file

From: @yangl777 
Reviewed-by: @seuzw 
Signed-off-by: @seuzw
This commit is contained in:
openeuler-ci-bot 2022-11-04 06:07:30 +00:00 committed by Gitee
commit 4eae316bf6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <yanglu72@h-partners.com> - 2.0.32-2
- Type:bugfix
- CVE:
- SUG:NA
- DESC:delete a static library file
* Sun Oct 9 2022 qiaoyujie <qiaoyujie@kylinos.cn> - 2.0.32-1
- Upgrade version to 2.0.32