!16 delete a static library file
From: @yangl777 Reviewed-by: @seuzw Signed-off-by: @seuzw
This commit is contained in:
commit
4eae316bf6
@ -1,6 +1,6 @@
|
|||||||
Name: OpenIPMI
|
Name: OpenIPMI
|
||||||
Version: 2.0.32
|
Version: 2.0.32
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: IPMI (Intelligent Platform Management Interface) library and tools
|
Summary: IPMI (Intelligent Platform Management Interface) library and tools
|
||||||
License: LGPLv2+ and GPLv2+ or BSD
|
License: LGPLv2+ and GPLv2+ or BSD
|
||||||
URL: https://sourceforge.net/projects/openipmi/
|
URL: https://sourceforge.net/projects/openipmi/
|
||||||
@ -70,6 +70,7 @@ of the OpenIPMI project.
|
|||||||
CFLAGS="-fPIC %{optflags} -z now -fno-strict-aliasing" \
|
CFLAGS="-fPIC %{optflags} -z now -fno-strict-aliasing" \
|
||||||
LDFLAGS="%{__global_ldflags} -Wl,--as-needed" \
|
LDFLAGS="%{__global_ldflags} -Wl,--as-needed" \
|
||||||
--disable-dependency-tracking \
|
--disable-dependency-tracking \
|
||||||
|
--disable-static \
|
||||||
--with-pythoninstall=%{python3_sitearch} \
|
--with-pythoninstall=%{python3_sitearch} \
|
||||||
--with-python=%{__python3} \
|
--with-python=%{__python3} \
|
||||||
--with-tcl=no \
|
--with-tcl=no \
|
||||||
@ -133,7 +134,6 @@ echo ".so man1/openipmish.1" > %{buildroot}%{_mandir}/man1/ipmish.1
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/OpenIPMI
|
%{_includedir}/OpenIPMI
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/*.a
|
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
@ -143,6 +143,12 @@ echo ".so man1/openipmish.1" > %{buildroot}%{_mandir}/man1/ipmish.1
|
|||||||
%exclude %{_mandir}/man1/openipmigui.1
|
%exclude %{_mandir}/man1/openipmigui.1
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Oct 9 2022 qiaoyujie <qiaoyujie@kylinos.cn> - 2.0.32-1
|
||||||
- Upgrade version to 2.0.32
|
- Upgrade version to 2.0.32
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user