[openstack-nova] update the libvirt dependency from 0.8.2 to 0.8.7

Pádraig Brady pbrady at fedoraproject.org
Thu Dec 1 17:47:16 UTC 2011


commit cfb94aa45de42b54563ad790871ef5f87ff8dc9d
Author: Pádraig Brady <P at draigBrady.com>
Date:   Thu Dec 1 17:17:02 2011 +0000

    update the libvirt dependency from 0.8.2 to 0.8.7
    
    This was mentioned to be the minimum dependency
    in a few places

 openstack-nova.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/openstack-nova.spec b/openstack-nova.spec
index 57e7cf5..cbe0404 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -2,7 +2,7 @@
 
 Name:             openstack-nova
 Version:          2011.3
-Release:          8%{?dist}
+Release:          9%{?dist}
 Summary:          OpenStack Compute (nova)
 
 Group:            Applications/System
@@ -89,7 +89,7 @@ Requires:         python-paste
 Requires:         python-paste-deploy
 
 Requires:         libvirt-python
-Requires:         libvirt >= 0.8.2
+Requires:         libvirt >= 0.8.7
 Requires:         libxml2-python
 Requires:         python-cheetah
 Requires:         MySQL-python
@@ -427,6 +427,9 @@ fi
 %endif
 
 %changelog
+* Tue Nov 22 2011 Pádraig Brady <P at draigBrady.com> - 2011.3-9
+- Update the libvirt dependency from 0.8.2 to 0.8.7
+
 * Tue Nov 29 2011 Russell Bryant <rbryant at redhat.com> - 2011.3-8
 - Change default database to mysql. (#735012)
 


More information about the scm-commits mailing list