rpms/libvirt-cim/devel libvirt-cim.spec,1.29,1.30

Kaitlin Rupert kaitlin at fedoraproject.org
Wed Dec 2 23:34:04 UTC 2009


Author: kaitlin

Update of /cvs/pkgs/rpms/libvirt-cim/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4548

Modified Files:
	libvirt-cim.spec 
Log Message:
Get proper spec file changes this time.




Index: libvirt-cim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-cim/devel/libvirt-cim.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- libvirt-cim.spec	5 Oct 2009 22:45:10 -0000	1.29
+++ libvirt-cim.spec	2 Dec 2009 23:34:04 -0000	1.30
@@ -2,7 +2,7 @@
 
 Summary: A CIM provider for libvirt
 Name: libvirt-cim
-Version: 0.5.7
+Version: 0.5.8
 Release: 1%{?dist}
 License: LGPLv2+
 Group: Development/Libraries
@@ -14,9 +14,8 @@ Requires: tog-pegasus 
 BuildRequires: libcmpiutil >= 0.4
 BuildRequires: tog-pegasus-devel
 BuildRequires: libvirt-devel >= 0.3.2
-BuildRequires: e2fsprogs-devel
+BuildRequires: libuuid-devel 
 BuildRequires: libxml2-devel
-BuildRequires: libuuid-devel
 BuildRequires: libcmpiutil-devel
 BuildConflicts: sblim-cmpi-devel
 
@@ -61,6 +60,9 @@ rm -fr $RPM_BUILD_ROOT
 %define INTEROP_REG %{_datadir}/%{name}/{RegisteredProfile,ElementConformsToProfile,ReferencedProfile}.registration
 %define INTEROP_MOF %{_datadir}/%{name}/{ComputerSystem,HostSystem,RegisteredProfile,DiskPool,MemoryPool,NetPool,ProcessorPool,VSMigrationService,ElementConformsToProfile,ReferencedProfile,AllocationCapabilities}.mof
 
+%define PGINTEROP_REG %{_datadir}/%{name}/{RegisteredProfile,ElementConformsToProfile,ReferencedProfile}.registration
+%define PGINTEROP_MOF %{_datadir}/%{name}/{RegisteredProfile,ElementConformsToProfile,ReferencedProfile}.mof
+
 %define CIMV2_REG %{_datadir}/%{name}/{HostedResourcePool,ElementCapabilities,HostedService,HostedDependency,ElementConformsToProfile,HostedAccessPoint}.registration
 %define CIMV2_MOF %{_datadir}/%{name}/{HostedResourcePool,ElementCapabilities,HostedService,HostedDependency,RegisteredProfile,ComputerSystem,ElementConformsToProfile,HostedAccessPoint}.mof
 
@@ -88,6 +90,9 @@ rm -fr $RPM_BUILD_ROOT
         -n root/interop \
         -r %{INTEROP_REG} -m %{INTEROP_MOF} -v >/dev/null 2>&1 || true
 %{_datadir}/%{name}/provider-register.sh -t pegasus \
+        -n root/PG_InterOp \
+        -r %{PGINTEROP_REG} -m %{PGINTEROP_MOF} -v >/dev/null 2>&1 || true
+%{_datadir}/%{name}/provider-register.sh -t pegasus \
         -n root/cimv2\
         -r %{CIMV2_REG} -m %{CIMV2_MOF} -v >/dev/null 2>&1 || true
 
@@ -95,12 +100,9 @@ rm -fr $RPM_BUILD_ROOT
 %{_datadir}/%{name}/provider-register.sh -d -t pegasus \
 	-n root/virt \
 	-r %{REGISTRATION} -m %{SCHEMA} >/dev/null 2>&1 || true
-%{_datadir}/%{name}/provider-register.sh -t pegasus \
-        -n root/interop \
-        -r %{INTEROP_REG} -m %{INTEROP_MOF} -v >/dev/null 2>&1 || true
-%{_datadir}/%{name}/provider-register.sh -t pegasus \
-        -n root/cimv2\
-        -r %{CIMV2_REG} -m %{CIMV2_MOF} -v >/dev/null 2>&1 || true
+%{_datadir}/%{name}/provider-register.sh -d -t pegasus \
+        -n root/PG_InterOp \
+        -r %{PGINTEROP_REG} -m %{PGINTEROP_MOF} >/dev/null 2>&1 || true
 
 %postun -p /sbin/ldconfig
 
@@ -122,7 +124,10 @@ rm -fr $RPM_BUILD_ROOT
 /etc/ld.so.conf.d/libvirt-cim.conf
 
 %changelog
-* Tue Oct 5 2009 Kaitlin Rupert <kaitlin at us.ibm.com> - 0.5.7-1
+* Wed Dec 02 2009 Kaitlin Rupert <kaitlin at us.ibm.com> - 0.5.8-1
+- Updated to latest upstream source
+
+* Tue Oct 05 2009 Kaitlin Rupert <kaitlin at us.ibm.com> - 0.5.7-1
 - Updated to latest upstream source
 
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.6-2




More information about the scm-commits mailing list