rpms/libvirt-cim/devel .cvsignore, 1.2, 1.3 libvirt-cim.spec, 1.7, 1.8 sources, 1.3, 1.4

Dan Smith (danms) fedora-extras-commits at redhat.com
Fri Feb 15 18:26:17 UTC 2008


Author: danms

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-cim/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Jan 2008 16:05:21 -0000	1.2
+++ .cvsignore	15 Feb 2008 18:25:38 -0000	1.3
@@ -1 +1 @@
-libvirt-cim-0.1.tar.gz
+libvirt-cim-0.2.tar.gz


Index: libvirt-cim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-cim/devel/libvirt-cim.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libvirt-cim.spec	17 Jan 2008 16:07:06 -0000	1.7
+++ libvirt-cim.spec	15 Feb 2008 18:25:38 -0000	1.8
@@ -2,14 +2,15 @@
 
 Summary: A CIM provider for libvirt
 Name: libvirt-cim
-Version: 0.1
-Release: 8%{?dist}
+Version: 0.2
+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.2
 BuildRequires: tog-pegasus-devel
 BuildRequires: libvirt-devel >= 0.3.2
 BuildRequires: e2fsprogs-devel
@@ -59,7 +60,7 @@
 # the classes we plan to install in post, otherwise we may corrupt
 # the pegasus repository.  This is convention in other provider packages
 %{_datadir}/%{name}/provider-register.sh -d -t pegasus \
-	-n /root/virt \
+	-n root/virt \
 	-r %{REGISTRATION} -m %{SCHEMA} >/dev/null 2>&1 || true
 
 %post
@@ -70,12 +71,12 @@
 /etc/init.d/tog-pegasus condrestart
 
 %{_datadir}/%{name}/provider-register.sh -t pegasus \
-	-n /root/virt \
+	-n root/virt \
 	-r %{REGISTRATION} -m %{SCHEMA} >/dev/null 2>&1 || true
 
 %preun
 %{_datadir}/%{name}/provider-register.sh -d -t pegasus \
-	-n /root/virt \
+	-n root/virt \
 	-r %{REGISTRATION} -m %{SCHEMA} >/dev/null 2>&1 || true
 
 %postun -p /sbin/ldconfig
@@ -98,6 +99,9 @@
 /etc/ld.so.conf.d/libvirt-cim.conf
 
 %changelog
+* Wed Feb 13 2008 Dan Smith <danms at us.ibm.com> - 0.2-1
+- Updated to latest upstream source
+
 * Thu Jan 17 2008 Dan Smith <danms at us.ibm.com> - 0.1-8
 - Add ld.so.conf.d configuration
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-cim/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	14 Jan 2008 16:08:04 -0000	1.3
+++ sources	15 Feb 2008 18:25:38 -0000	1.4
@@ -1 +1 @@
-e390dd002729df75055c8d94145114ed  libvirt-cim-0.1.tar.gz
+3edb64112b2c978b2103e64d263c1728  libvirt-cim-0.2.tar.gz




More information about the fedora-extras-commits mailing list