[openstack-cinder/el6-grizzly] add dependency on python-stevedore

Pádraig Brady pbrady at fedoraproject.org
Tue Mar 5 11:04:58 UTC 2013


commit 93d1c696f7a4db6d16a4873e5f89ab4a2ce6637b
Author: Pádraig Brady <P at draigBrady.com>
Date:   Tue Mar 5 10:58:08 2013 +0000

    add dependency on python-stevedore
    
    Conflicts:
    
    	openstack-cinder.spec

 openstack-cinder.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/openstack-cinder.spec b/openstack-cinder.spec
index 2016cae..65e8d85 100644
--- a/openstack-cinder.spec
+++ b/openstack-cinder.spec
@@ -2,7 +2,7 @@
 
 Name:             openstack-cinder
 Version:          2013.1
-Release:          0.2.g3%{?dist}
+Release:          0.4.g3%{?dist}
 Summary:          OpenStack Volume service
 
 Group:            Applications/System
@@ -82,6 +82,7 @@ Requires:         python-netaddr
 Requires:         python-lxml
 Requires:         python-anyjson
 Requires:         python-cheetah
+Requires:         python-stevedore
 
 Requires:         python-sqlalchemy0.7
 Requires:         python-migrate
@@ -283,6 +284,9 @@ fi
 %endif
 
 %changelog
+* Tue Mar 05 2013 Pádraig Brady <P at draigBrady.com> - 2013.1.0.4.g3
+- Add dependency on python-stevedore
+
 * Wed Feb 27 2013 Eric Harney <eharney at redhat.com> - 2013.1-0.2.g3
 - Update to Grizzly milestone 3
 


More information about the scm-commits mailing list