[libvirt-cim] Update to upstream 0.6.3 release

Daniel Veillard veillard at fedoraproject.org
Thu Jul 25 09:50:32 UTC 2013


commit 8ba25b310ec9a698874343b7f8b51cf653a1f5e1
Author: Daniel Veillard <veillard at redhat.com>
Date:   Thu Jul 25 17:48:49 2013 +0800

    Update to upstream 0.6.3 release

 .gitignore       |    1 +
 libvirt-cim.spec |   31 +++++++++++++++++++------------
 sources          |    2 +-
 3 files changed, 21 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f2bb91a..4ce8dc9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ libvirt-cim-0.5.8.tar.gz
 /libvirt-cim-0.5.14.tar.gz
 /libvirt-cim-0.6.1.tar.gz
 /libvirt-cim-0.6.2.tar.gz
+/libvirt-cim-0.6.3.tar.gz
diff --git a/libvirt-cim.spec b/libvirt-cim.spec
index 356c818..36c1a48 100644
--- a/libvirt-cim.spec
+++ b/libvirt-cim.spec
@@ -2,8 +2,8 @@
 
 Summary: A CIM provider for libvirt
 Name: libvirt-cim
-Version: 0.6.2
-Release: 2%{?dist}%{?extra_release}
+Version: 0.6.3
+Release: 1%{?dist}%{?extra_release}
 License: LGPLv2+
 Group: Development/Libraries
 Source: libvirt-cim-%{version}.tar.gz
@@ -95,15 +95,19 @@ rm -fr $RPM_BUILD_ROOT
 
 %{_datadir}/%{name}/install_base_schema.sh %{_datadir}/%{name}
 
-if [ "`systemctl is-active tog-pegasus.service`" = "active" ]
-then
-    systemctl restart tog-pegasus.service
-fi
+%if 0%{?Fedora} >= 17 || 0%{?rhel} >= 7
+    if [ "`systemctl is-active tog-pegasus.service`" = "active" ]
+    then
+        systemctl restart tog-pegasus.service
+    fi
 
-if [ "`systemctl is-active sblim-sfcb.service`" = "active" ]
-then
-    systemctl restart sblim-sfcb.service
-fi
+    if [ "`systemctl is-active sblim-sfcb.service`" = "active" ]
+    then
+        systemctl restart sblim-sfcb.service
+    fi
+%else
+    /etc/init.d/tog-pegasus condrestart
+%endif
 
 if [ -x /usr/sbin/cimserver ]
 then
@@ -196,6 +200,9 @@ fi
 %config(noreplace) %{_sysconfdir}/libvirt-cim.conf
 
 %changelog
+* Thu Jul 25 2013 Daniel Veillard <veillard at redhat.com> 0.6.3-1
+- update to 0.6.3 release
+
 * Fri Jun 28 2013 Cole Robinson <crobinso at redhat.com> - 0.6.2-2
 - Update configure for aarch64 (bz #925923)
 
@@ -240,7 +247,7 @@ fi
 * Wed Dec 02 2009 Kaitlin Rupert <kaitlin at us.ibm.com> - 0.5.8-1
 - Updated to latest upstream source
 
-* Tue Oct 05 2009 Kaitlin Rupert <kaitlin at us.ibm.com> - 0.5.7-1
+* Mon Oct 05 2009 Kaitlin Rupert <kaitlin at us.ibm.com> - 0.5.7-1
 - Updated to latest upstream source
 
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.6-2
@@ -289,7 +296,7 @@ fi
 * Thu Jul 31 2008 Dan Smith <danms at us.ibm.com> - 0.5.1-1
 - Updated to latest upstream source
 
-* Thu Jun 03 2008 Dan Smith <danms at us.ibm.com> - 0.5-1
+* Tue 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
diff --git a/sources b/sources
index b572201..d443674 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1f85be9b2cdf93b621ac70d4312690af  libvirt-cim-0.6.2.tar.gz
+a4ac68181c758d723eca2f493aec7f18  libvirt-cim-0.6.3.tar.gz


More information about the scm-commits mailing list