[openstack-glance] ensure minimum version of oslo.config is installed

Pádraig Brady pbrady at fedoraproject.org
Tue Jun 17 10:21:33 UTC 2014


commit dbfb301957983668761c545487172b875403d39f
Author: Pádraig Brady <P at draigBrady.com>
Date:   Tue Jun 17 11:20:42 2014 +0100

    ensure minimum version of oslo.config is installed
    
    Related: rhbz#1110164

 openstack-glance.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/openstack-glance.spec b/openstack-glance.spec
index 605375a..0803edd 100644
--- a/openstack-glance.spec
+++ b/openstack-glance.spec
@@ -1,6 +1,6 @@
 Name:             openstack-glance
 Version:          2014.1
-Release:          3%{?dist}
+Release:          4%{?dist}
 Summary:          OpenStack Image Service
 
 Group:            Applications/System
@@ -70,7 +70,7 @@ Requires:         pyxattr
 Requires:         python-swiftclient
 Requires:         python-cinderclient
 Requires:         python-keystoneclient
-Requires:         python-oslo-config >= 1:1.2.0
+Requires:         python-oslo-config >= 1:1.2.1
 Requires:         python-oslo-messaging
 
 #test deps: python-mox python-nose python-requests
@@ -314,6 +314,9 @@ fi
 %doc doc/build/html
 
 %changelog
+* Tue Jun 17 2014 Pádraig Brady <pbrady at redhat.com> - 2014.1-4
+- Ensure minimum version of oslo.config is installed
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2014.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list