Move libcimcClientXML.so from -devel to main package - it's needed for proper function
This commit is contained in:
parent
037a9d2fb6
commit
39b3a0ce86
@ -7,7 +7,7 @@
|
|||||||
Summary: Small Footprint CIM Client Library
|
Summary: Small Footprint CIM Client Library
|
||||||
Name: sblim-sfcc
|
Name: sblim-sfcc
|
||||||
Version: 2.2.6
|
Version: 2.2.6
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: EPL
|
License: EPL
|
||||||
URL: http://www.sblim.org
|
URL: http://www.sblim.org
|
||||||
@ -50,15 +50,20 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libcmpisfcc.so.1.0.0
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
%{_libdir}/libcimcClientXML.so
|
||||||
%{_mandir}/man3/*.3.gz
|
%{_mandir}/man3/*.3.gz
|
||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/CimClientLib/*
|
%{_includedir}/CimClientLib/*
|
||||||
%{_includedir}/cimc/*
|
%{_includedir}/cimc/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libcimcclient.so
|
||||||
|
%{_libdir}/libcmpisfcc.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 29 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.6-2
|
||||||
|
- Move libcimcClientXML.so from -devel to main package - it's needed for proper function
|
||||||
|
|
||||||
* Tue Oct 15 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.6-1
|
* Tue Oct 15 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.6-1
|
||||||
- Update to sblim-sfcc-2.2.6
|
- Update to sblim-sfcc-2.2.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user