Fix broken dependency because of missing libOSBase_MetricUtil.so
This commit is contained in:
parent
ab4949bc56
commit
a99580d7f8
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: sblim-gather
|
Name: sblim-gather
|
||||||
Version: 2.2.1
|
Version: 2.2.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: SBLIM Gatherer
|
Summary: SBLIM Gatherer
|
||||||
|
|
||||||
Group: Applications/System
|
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/%{_libdir}/*a
|
||||||
rm -f $RPM_BUILD_ROOT/%{provider_dir}/*a
|
rm -f $RPM_BUILD_ROOT/%{provider_dir}/*a
|
||||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/gather/*plug/*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
|
# Install a redirection so that the arch-specific autoconf stuff continues to
|
||||||
# work but doesn't create multilib conflicts.
|
# work but doesn't create multilib conflicts.
|
||||||
cat %{SOURCE1} \
|
cat %{SOURCE1} \
|
||||||
@ -130,8 +122,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files provider
|
%files provider
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/gather/cplug
|
%{_libdir}/gather/cplug
|
||||||
#%{_libdir}/libOSBase*.so.*
|
%{_libdir}/libOSBase_MetricUtil.so
|
||||||
#%{_libdir}/libOSBase_MetricUtil.so
|
|
||||||
%{_libdir}/cmpi
|
%{_libdir}/cmpi
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
|
|
||||||
@ -183,6 +174,9 @@ fi
|
|||||||
%postun provider -p /sbin/ldconfig
|
%postun provider -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 7 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.1-2
|
||||||
|
- Fix broken dependency because of missing libOSBase_MetricUtil.so
|
||||||
|
|
||||||
* Wed Jun 2 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.1-1
|
* Wed Jun 2 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.2.1-1
|
||||||
- Update to sblim-gather-2.2.1
|
- Update to sblim-gather-2.2.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user