[openstack-cinder] Add dep on python-oslo-db

Eric Harney eharney at fedoraproject.org
Thu Dec 4 17:02:44 UTC 2014


commit 4d77d232e2a8dd2fd523bac068461a97295e4634
Author: Eric Harney <eharney at redhat.com>
Date:   Thu Dec 4 11:50:38 2014 -0500

    Add dep on python-oslo-db

 openstack-cinder.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/openstack-cinder.spec b/openstack-cinder.spec
index 69b8e40..8e611e9 100644
--- a/openstack-cinder.spec
+++ b/openstack-cinder.spec
@@ -4,7 +4,7 @@
 
 Name:             openstack-cinder
 Version:          2014.2
-Release:          2%{?dist}
+Release:          3%{?dist}
 Summary:          OpenStack Volume service
 
 License:          ASL 2.0
@@ -98,6 +98,7 @@ Requires:         python-keystoneclient
 Requires:         python-novaclient >= 1:2.15
 
 Requires:         python-oslo-config >= 1:1.2.0
+Requires:         python-oslo-db >= 1.0.0
 Requires:         python-six >= 1.5.0
 
 Requires:         python-babel
@@ -283,6 +284,9 @@ exit 0
 %endif
 
 %changelog
+* Thu Dec 04 2014 Eric Harney <eharney at redhat.com> - 2014.2-3
+- Depend on python-oslo-db
+
 * Wed Nov 26 2014 Haïkel guémar <hguemar at redhat.com> - 2014.2-2
 - Drop now useless tgtd configuration (RHBZ #1157619)
 


More information about the scm-commits mailing list