rpms/libvirt-cim/devel .cvsignore, 1.4, 1.5 libvirt-cim.spec, 1.9, 1.10 sources, 1.5, 1.6

Dan Smith (danms) fedora-extras-commits at redhat.com
Fri Mar 7 21:01:13 UTC 2008


Author: danms

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

Modified Files:
	.cvsignore libvirt-cim.spec sources 
Log Message:
Fix bug preventing lifecycle changes with KVM guests



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-cim/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	4 Mar 2008 21:05:46 -0000	1.4
+++ .cvsignore	7 Mar 2008 21:00:39 -0000	1.5
@@ -1 +1,2 @@
 libvirt-cim-0.3.tar.gz
+kvm_method.patch


Index: libvirt-cim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-cim/devel/libvirt-cim.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libvirt-cim.spec	4 Mar 2008 21:05:46 -0000	1.9
+++ libvirt-cim.spec	7 Mar 2008 21:00:39 -0000	1.10
@@ -3,7 +3,7 @@
 Summary: A CIM provider for libvirt
 Name: libvirt-cim
 Version: 0.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: Development/Libraries
 Source: libvirt-cim-%{version}.tar.gz
@@ -18,6 +18,7 @@
 BuildRequires: libcmpiutil-devel
 BuildConflicts: sblim-cmpi-devel
 Patch0: parse.patch
+Patch1: kvm_method.patch
 
 %description
 Libvirt-cim is a CMPI CIM provider that implements the DMTF SVPC
@@ -30,6 +31,7 @@
 chmod -f -x src/* libxkutil/* schema/* README doc/* #base_schema/README*
 chmod +X src/* libxkutil/* schema/*
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure --disable-werror
@@ -99,6 +101,9 @@
 /etc/ld.so.conf.d/libvirt-cim.conf
 
 %changelog
+* Fri Mar 07 2008 Dan Smith <danms at us.ibm.com> - 0.3-2
+- Added KVM method enablement patch
+
 * Mon Mar 03 2008 Dan Smith <danms at us.ibm.com> - 0.3-1
 - Updated to latest upstream source
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-cim/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	4 Mar 2008 21:05:46 -0000	1.5
+++ sources	7 Mar 2008 21:00:39 -0000	1.6
@@ -1 +1,2 @@
 528908c9daf98c077f90b7df6fdf1c0a  libvirt-cim-0.3.tar.gz
+36bbef64cba0015daf6eb34d054a2751  kvm_method.patch




More information about the fedora-extras-commits mailing list