[libvirt-cim/f15] Update to release 0.5.13

Daniel Veillard veillard at fedoraproject.org
Thu Jul 7 13:54:49 UTC 2011


commit 7a7e94570f77167eb21c458ccbd6c9931a8f7ced
Author: Daniel Veillard <veillard at redhat.com>
Date:   Wed Jul 6 18:14:31 2011 +0800

    Update to release 0.5.13

 .gitignore       |    1 +
 libvirt-cim.spec |   38 ++++++++++++++++++++++++--------------
 sources          |    7 +------
 3 files changed, 26 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fe642fe..3f98133 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ libvirt-cim-0.5.5.tar.gz
 libvirt-cim-0.5.6.tar.gz
 libvirt-cim-0.5.7.tar.gz
 libvirt-cim-0.5.8.tar.gz
+/libvirt-cim-0.5.13.tar.gz
diff --git a/libvirt-cim.spec b/libvirt-cim.spec
index 7bf0371..42c1482 100644
--- a/libvirt-cim.spec
+++ b/libvirt-cim.spec
@@ -2,23 +2,31 @@
 
 Summary: A CIM provider for libvirt
 Name: libvirt-cim
-Version: 0.5.8
-Release: 3%{?dist}%{?extra_release}
+Version: 0.5.13
+Release: 1%{?dist}%{?extra_release}
 License: LGPLv2+
 Group: Development/Libraries
 Source: libvirt-cim-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 URL: http://libvirt.org/CIM/
 Requires: libxml2 >= 2.6.0
-Requires: libvirt >= 0.3.2
+Requires: libvirt >= 0.6.3
 Requires: unzip
 Requires: tog-pegasus
-BuildRequires: libcmpiutil >= 0.4
+BuildRequires: libcmpiutil >= 0.5.4
 BuildRequires: tog-pegasus-devel
-BuildRequires: libvirt-devel >= 0.3.2
+BuildRequires: libvirt-devel >= 0.6.3
+
+# In RHEL5 uuid-devel is provided by e2fsprogs
+%if 0%{?el5}
+BuildRequires: e2fsprogs-devel
+%else
 BuildRequires: libuuid-devel
+%endif
+
 BuildRequires: libxml2-devel
 BuildRequires: libcmpiutil-devel
+BuildRequires: libconfig-devel
 BuildConflicts: sblim-cmpi-devel
 
 %description
@@ -29,8 +37,6 @@ platforms with a single provider.
 
 %prep
 %setup -q
-chmod -f -x src/* libxkutil/* schema/* README doc/* #base_schema/README*
-chmod +X src/* libxkutil/* schema/*
 
 %build
 %configure --disable-werror
@@ -85,17 +91,17 @@ rm -fr $RPM_BUILD_ROOT
 	-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
 %{_datadir}/%{name}/provider-register.sh -t pegasus \
-	-n root/PG_InterOp \
-	-r %{PGINTEROP_REG} -m %{PGINTEROP_MOF} -v >/dev/null 2>&1 || true
+        -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
+        -n root/cimv2\
+        -r %{CIMV2_REG} -m %{CIMV2_MOF} -v >/dev/null 2>&1 || true
 
 %preun
 %{_datadir}/%{name}/provider-register.sh -d -t pegasus \
@@ -113,7 +119,7 @@ rm -fr $RPM_BUILD_ROOT
 
 %postun -p /sbin/ldconfig
 
-%files 
+%files
 %defattr(-, root, root)
 %{_sysconfdir}/libvirt/cim
 
@@ -130,8 +136,12 @@ rm -fr $RPM_BUILD_ROOT
 %{_datadir}/libvirt-cim/*.registration
 %{_datadir}/libvirt-cim/cim_schema_*-MOFs.zip
 %{_sysconfdir}/ld.so.conf.d/libvirt-cim.conf
+%{_sysconfdir}/libvirt-cim.conf
 
 %changelog
+* Wed Jul  6 2011 Daniel Veillard <veillard at redhat.com> - 0.5.13-1
+- update to upstream release 0.5.13
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.8-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 4e42e23..0f5c3ae 100644
--- a/sources
+++ b/sources
@@ -1,6 +1 @@
-69ad4eb18622482e6cd99c4c20ed01b0  libvirt-cim-0.5.3.tar.gz
-26cec2226701a063325fac8f6e8cb75b  libvirt-cim-0.5.4.tar.gz
-dec0c3647ea3aa713022b31576e0b202  libvirt-cim-0.5.5.tar.gz
-c91674b76dfabe484d2a1b88825bc04f  libvirt-cim-0.5.6.tar.gz
-74003d67605071f63d3c5cb14fd0d676  libvirt-cim-0.5.7.tar.gz
-e68abe5c52c873f9d852f712915b5985  libvirt-cim-0.5.8.tar.gz
+a6445c95681c7035af84b2ab02ae560d  libvirt-cim-0.5.13.tar.gz


More information about the scm-commits mailing list