rpms/sblim-cmpi-rpm/EL-5 sblim-cmpi-rpm.spec,1.1,1.2

Praveen K Paladugu praveenp at fedoraproject.org
Fri Jul 2 16:53:32 UTC 2010


Author: praveenp

Update of /cvs/pkgs/rpms/sblim-cmpi-rpm/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7494

Modified Files:
	sblim-cmpi-rpm.spec 
Log Message:
Fixing build failure



Index: sblim-cmpi-rpm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sblim-cmpi-rpm/EL-5/sblim-cmpi-rpm.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sblim-cmpi-rpm.spec	18 Aug 2009 03:41:42 -0000	1.1
+++ sblim-cmpi-rpm.spec	2 Jul 2010 16:53:31 -0000	1.2
@@ -1,6 +1,6 @@
 Name:		sblim-cmpi-rpm
 Version:	1.0.1
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	CIM access to installed software packages (currently RPMs)
 
 Group:		Applications/System
@@ -60,9 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/cmpi/libcmpiOSBase_RpmFileCheckProvider.so.0.0.0
 %{_libdir}/cmpi/libcmpiOSBase_RpmPackageProvider.so.0
 %{_libdir}/cmpi/libcmpiOSBase_RpmPackageProvider.so.0.0.0
-%{_datarootdir}/sblim-cmpi-rpm/Linux_RpmPackage.mof
-%{_datarootdir}/sblim-cmpi-rpm/Linux_RpmPackage.registration
-%{_datarootdir}/sblim-cmpi-rpm/provider-register.sh
+%{_datadir}/sblim-cmpi-rpm/Linux_RpmPackage.mof
+%{_datadir}/sblim-cmpi-rpm/Linux_RpmPackage.registration
+%{_datadir}/sblim-cmpi-rpm/provider-register.sh
 %doc COPYING NEWS INSTALL README AUTHORS
 
 
@@ -83,16 +83,22 @@ rm -rf $RPM_BUILD_ROOT
 %postun -p /sbin/ldconfig
 
 %changelog
+* Fri Jul  2 2010 Praveen K Paladugu <praveen_paladugu at dell.com> - 1.0.1-5
+- Replaced datarootdir with datadir to fix the build failure.
+
 * Tue Aug 11 2009 Praveen K Paladugu <praveen_paladugu at dell.com> - 1.0.1-4
 - Added a comment about the patch.
 - fixed the description
+
 * Mon Aug 10 2009 Praveen K Paladugu <praveen_paladugu at dell.com> - 1.0.1-3
 - Added the scriplets
 - Fixing some rpmlint errors.
 - Added a patch to add ldl library while linking.
 - Removed the .la and .a files.
+
 * Mon Jul 13 2009 Praveen K Paladugu <praveen_paladugu at dell.com> - 1.0.1-2
 - Adding BuildRequries sblim-base-devel
+
 * Thu Jul 02 2009 Praveen K Paladugu <praveen_paladugu at dell.com> - 1.0.1-1
 - Packaging for Fedora
 



More information about the scm-commits mailing list