[openstack-cinder] add dependency on python-stevedore

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


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

    add dependency on python-stevedore

 openstack-cinder.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/openstack-cinder.spec b/openstack-cinder.spec
index d557201..29f9ac9 100644
--- a/openstack-cinder.spec
+++ b/openstack-cinder.spec
@@ -2,7 +2,7 @@
 
 Name:             openstack-cinder
 Version:          2013.1
-Release:          0.3.g3%{?dist}
+Release:          0.4.g3%{?dist}
 Summary:          OpenStack Volume service
 
 Group:            Applications/System
@@ -71,6 +71,7 @@ Requires:         python-netaddr
 Requires:         python-lxml
 Requires:         python-anyjson
 Requires:         python-cheetah
+Requires:         python-stevedore
 
 Requires:         python-sqlalchemy
 Requires:         python-migrate
@@ -263,6 +264,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
+
 * Mon Feb 25 2013 Eric Harney <eharney at redhat.com> - 2013.1.0.3.g3
 - Fix build issues with G-3 update
 


More information about the scm-commits mailing list