rpms/libvirt-cim/devel .cvsignore, 1.6, 1.7 libvirt-cim.spec, 1.12, 1.13 sources, 1.8, 1.9

Dan Smith (danms) fedora-extras-commits at redhat.com
Thu Jul 3 17:54:19 UTC 2008


Author: danms

Update of /cvs/pkgs/rpms/libvirt-cim/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4302

Modified Files:
	.cvsignore libvirt-cim.spec sources 
Log Message:
Update to upstream version 0.5



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-cim/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	14 Mar 2008 19:08:05 -0000	1.6
+++ .cvsignore	3 Jul 2008 17:53:23 -0000	1.7
@@ -1,3 +1,4 @@
 libvirt-cim-0.3.tar.gz
 kvm_method.patch
 registeredprofile.patch
+libvirt-cim-0.5.tar.gz


Index: libvirt-cim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-cim/devel/libvirt-cim.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libvirt-cim.spec	14 Mar 2008 19:37:23 -0000	1.12
+++ libvirt-cim.spec	3 Jul 2008 17:53:23 -0000	1.13
@@ -2,15 +2,15 @@
 
 Summary: A CIM provider for libvirt
 Name: libvirt-cim
-Version: 0.3
-Release: 4%{?dist}
+Version: 0.5
+Release: 1%{?dist}
 License: LGPLv2+
 Group: Development/Libraries
 Source: libvirt-cim-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 URL: http://libvirt.org/CIM/
 Requires: unzip
-BuildRequires: libcmpiutil >= 0.3
+BuildRequires: libcmpiutil >= 0.4
 BuildRequires: tog-pegasus-devel
 BuildRequires: libvirt-devel >= 0.3.2
 BuildRequires: e2fsprogs-devel
@@ -18,8 +18,6 @@
 BuildRequires: libcmpiutil-devel
 BuildConflicts: sblim-cmpi-devel
 Patch0: parse.patch
-Patch1: kvm_method.patch
-Patch2: registeredprofile.patch
 
 %description
 Libvirt-cim is a CMPI CIM provider that implements the DMTF SVPC
@@ -32,8 +30,6 @@
 chmod -f -x src/* libxkutil/* schema/* README doc/* #base_schema/README*
 chmod +X src/* libxkutil/* schema/*
 %patch0 -p1
-%patch1 -p1
-%patch2 -p0
 
 %build
 %configure --disable-werror
@@ -61,8 +57,8 @@
 %define REGISTRATION %{_datadir}/%{name}/*.registration
 %define SCHEMA %{_datadir}/%{name}/*.mof
 
-%define INTEROP_REG %{_datadir}/%{name}/{RegisteredProfile,ElementConformsToProfile}.registration
-%define INTEROP_MOF %{_datadir}/%{name}/{ComputerSystem,HostSystem,RegisteredProfile,ElementConformsToProfile}.mof
+%define INTEROP_REG %{_datadir}/%{name}/{RegisteredProfile,ElementConformsToProfile,ReferencedProfile}.registration
+%define INTEROP_MOF %{_datadir}/%{name}/{ComputerSystem,HostSystem,RegisteredProfile,ElementConformsToProfile,ReferencedProfile}.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
@@ -82,6 +78,9 @@
 	-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
+%{_datadir}/%{name}/provider-register.sh -t pegasus \
 	-n root/interop \
 	-r %{INTEROP_REG} -m %{INTEROP_MOF} -v >/dev/null 2>&1 || true
 
@@ -110,6 +109,18 @@
 /etc/ld.so.conf.d/libvirt-cim.conf
 
 %changelog
+* Thu Jun 03 2008 Dan Smith <danms at us.ibm.com> - 0.5-1
+- Updated to latest upstream source
+
+* Fri May 30 2008 Dan Smith <danms at us.ibm.com> - 0.4-2
+- Fixed schema registration to pick up ECTP in root/virt properly
+- Fixed schema registration to include ReferencedProfile in interop
+- Added RASD namespace fix
+
+* Wed May 21 2008 Dan Smith <danms at us.ibm.com> - 0.4-1
+- Updated to latest upstream source
+- Added default disk pool configuration patch
+
 * Fri Mar 14 2008 Dan Smith <danms at us.ibm.com> - 0.3-4
 - Fixed loader config for 64-bit systems
 - Added missing root/interop schema install


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-cim/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	14 Mar 2008 19:37:23 -0000	1.8
+++ sources	3 Jul 2008 17:53:23 -0000	1.9
@@ -1,3 +1,4 @@
 528908c9daf98c077f90b7df6fdf1c0a  libvirt-cim-0.3.tar.gz
 36bbef64cba0015daf6eb34d054a2751  kvm_method.patch
 4dc7a3c5b5ed780eb57524f945fc5f5a  registeredprofile.patch
+2dbe3753cc661baaf43c7b462bda4d01  libvirt-cim-0.5.tar.gz




More information about the fedora-extras-commits mailing list