diff --git a/sblim-gather.spec b/sblim-gather.spec index 4126270..e922171 100644 --- a/sblim-gather.spec +++ b/sblim-gather.spec @@ -4,7 +4,7 @@ Name: sblim-gather Version: 2.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: SBLIM Gatherer Group: Applications/System @@ -89,14 +89,6 @@ make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT/%{_libdir}/*a rm -f $RPM_BUILD_ROOT/%{provider_dir}/*a rm -f $RPM_BUILD_ROOT/%{_libdir}/gather/*plug/*a -# remove non-devel .so's from libdir -find $RPM_BUILD_ROOT/%{_libdir} -maxdepth 1 -name "*.so" ! -name libgatherutil.so \ - -exec rm {} \; - -# remove non-devel .so's from libdir -# copy extra docs -#mkdir -p $RPM_BUILD_ROOT/%{_datadir}/doc/%{name}-%{version} -#cp -fp README.{OpenPegasus,RedHat} $RPM_BUILD_ROOT/%{_datadir}/doc/%{name}-%{version}/ # Install a redirection so that the arch-specific autoconf stuff continues to # work but doesn't create multilib conflicts. cat %{SOURCE1} \ @@ -130,8 +122,7 @@ rm -rf $RPM_BUILD_ROOT %files provider %defattr(-,root,root,-) %{_libdir}/gather/cplug -#%{_libdir}/libOSBase*.so.* -#%{_libdir}/libOSBase_MetricUtil.so +%{_libdir}/libOSBase_MetricUtil.so %{_libdir}/cmpi %{_datadir}/%{name} @@ -183,6 +174,9 @@ fi %postun provider -p /sbin/ldconfig %changelog +* Mon Jun 7 2010 Vitezslav Crhonek - 2.2.1-2 +- Fix broken dependency because of missing libOSBase_MetricUtil.so + * Wed Jun 2 2010 Vitezslav Crhonek - 2.2.1-1 - Update to sblim-gather-2.2.1