rpms/libvirt-cim/F-10 .cvsignore, 1.11, 1.12 libvirt-cim.spec, 1.23, 1.24 sources, 1.14, 1.15

Kaitlin Rupert kaitlin at fedoraproject.org
Wed Feb 18 22:22:18 UTC 2009


Author: kaitlin

Update of /cvs/pkgs/rpms/libvirt-cim/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10266

Modified Files:
	.cvsignore libvirt-cim.spec sources 
Log Message:
Add libvirt-cim-0.5.4.tar.gz tarball for new release.





Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-cim/F-10/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	15 Jan 2009 21:48:42 -0000	1.11
+++ .cvsignore	18 Feb 2009 22:21:48 -0000	1.12
@@ -1,2 +1,3 @@
 libvirt-cim-0.5.2.tar.gz
 libvirt-cim-0.5.3.tar.gz
+libvirt-cim-0.5.4.tar.gz


Index: libvirt-cim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-cim/F-10/libvirt-cim.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- libvirt-cim.spec	28 Jan 2009 16:27:09 -0000	1.23
+++ libvirt-cim.spec	18 Feb 2009 22:21:48 -0000	1.24
@@ -2,8 +2,8 @@
 
 Summary: A CIM provider for libvirt
 Name: libvirt-cim
-Version: 0.5.3
-Release: 2%{?dist}
+Version: 0.5.4
+Release: 1%{?dist}
 License: LGPLv2+
 Group: Development/Libraries
 Source: libvirt-cim-%{version}.tar.gz
@@ -18,8 +18,6 @@
 BuildRequires: libxml2-devel
 BuildRequires: libcmpiutil-devel
 BuildConflicts: sblim-cmpi-devel
-Patch0: emu_1_sdc.patch
-Patch1: host_enum_sys.patch 
 
 %description
 Libvirt-cim is a CMPI CIM provider that implements the DMTF SVPC
@@ -31,8 +29,6 @@
 %setup -q
 chmod -f -x src/* libxkutil/* schema/* README doc/* #base_schema/README*
 chmod +X src/* libxkutil/* schema/*
-%patch0 -p1
-%patch1 -p1
 
 %build
 %configure --disable-werror
@@ -67,6 +63,12 @@
 %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
 
+%define INTEROP_REG %{_datadir}/%{name}/{RegisteredProfile,ElementConformsToProfile,ReferencedProfile}.registration
+%define INTEROP_MOF %{_datadir}/%{name}/{ComputerSystem,HostSystem,RegisteredProfile,DiskPool,MemoryPool,NetPool,ProcessorPool,VSMigrationService,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
+
 # _If_ there is already a version of this installed, we must deregister
 # the classes we plan to install in post, otherwise we may corrupt
 # the pegasus repository.  This is convention in other provider packages
@@ -85,14 +87,14 @@
 	-n root/virt \
 	-r %{REGISTRATION} -m %{SCHEMA} >/dev/null 2>&1 || true
 %{_datadir}/%{name}/provider-register.sh -t pegasus \
-	-n root/virt \
-	-r %{REGISTRATION} -m %{SCHEMA} >/dev/null 2>&1 || true
+        -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
+        -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
+        -n root/cimv2\
+        -r %{CIMV2_REG} -m %{CIMV2_MOF} -v >/dev/null 2>&1 || true
 
 %preun
 %{_datadir}/%{name}/provider-register.sh -d -t pegasus \
@@ -121,11 +123,8 @@
 /etc/ld.so.conf.d/libvirt-cim.conf
 
 %changelog
-* Tue Jan 27 2009 Kaitlin Rupert <kaitlin at us.ibm.com> - 0.5.3-2
-- Added Requires tag to ensure tog-pegasus dependency
-- Fixed root/cimv2 ns registration in spec 
-- Added emu_1_sdc.patch to expose template DiskRASDs with EmulatedType = 1
-- Added host_enum_sys.patch to use CBEnumInst() to check for SBLIM inst 
+* Tue Feb 17 2009 Kaitlin Rupert <kaitlin at us.ibm.com> - 0.5.4-1
+- Updated to latest upstream source
 
 * Thu Jan 15 2009 Kaitlin Rupert <kaitlin at us.ibm.com> - 0.5.3-1
 - Updated to latest upstream source


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-cim/F-10/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	28 Jan 2009 16:27:09 -0000	1.14
+++ sources	18 Feb 2009 22:21:48 -0000	1.15
@@ -1,2 +1,3 @@
 f0d8962114b77e380c35af0f21a86f3f  libvirt-cim-0.5.2.tar.gz
 69ad4eb18622482e6cd99c4c20ed01b0  libvirt-cim-0.5.3.tar.gz
+26cec2226701a063325fac8f6e8cb75b  libvirt-cim-0.5.4.tar.gz




More information about the fedora-extras-commits mailing list