[openstack-cinder] Fix requirements (RHBZ #1174760 #1175368 #1179060)

Haïkel Guémar hguemar at fedoraproject.org
Sat Jan 17 22:43:24 UTC 2015


commit 4bfbfcd98615bfaefd15c4e44874ad5ae786e810
Author: Haikel Guemar <hguemar at fedoraproject.org>
Date:   Sat Jan 17 23:43:32 2015 +0100

    Fix requirements (RHBZ #1174760 #1175368 #1179060)

 openstack-cinder.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/openstack-cinder.spec b/openstack-cinder.spec
index 9264927..6d2b8df 100644
--- a/openstack-cinder.spec
+++ b/openstack-cinder.spec
@@ -4,7 +4,7 @@
 
 Name:             openstack-cinder
 Version:          2014.2.1
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          OpenStack Volume service
 
 License:          ASL 2.0
@@ -102,9 +102,11 @@ Requires:         python-babel
 Requires:         python-lockfile
 
 Requires:         python-oslo-rootwrap
-Requires:         python-taskflow
+Requires:         python-taskflow >= 0.4.0
 Requires:         python-oslo-messaging >= 1.3.0-0.1.a9
+Requires:         python-keystonemiddleware >= 1.0.0
 
+Requires:         libcgroup-tools
 Requires:         iscsi-initiator-utils
 
 Requires:         python-osprofiler
@@ -281,6 +283,9 @@ exit 0
 %endif
 
 %changelog
+* Sat Jan 17 2015 Haïkel Guémar <hguemar at fedoraproject.org> - 2014.2.1-2
+- Fix requirements (RHBZ #1174760 #1175368 #1179060)
+
 * Fri Dec 05 2014 Haikel Guemar <hguemar at fedoraproject.org> 2014.2.1-1
 - Update to upstream 2014.2.1
 


More information about the scm-commits mailing list