[openstack-glance/f19] depend on python-keystoneclient for auth_token middleware

Pádraig Brady pbrady at fedoraproject.org
Tue Jul 23 11:54:57 UTC 2013


commit 6f6dbb195458d800010194fc4f58227c523cff11
Author: Pádraig Brady <P at draigBrady.com>
Date:   Tue Jul 23 12:32:35 2013 +0100

    depend on python-keystoneclient for auth_token middleware
    
    Conflicts:
    
    	openstack-glance.spec

 openstack-glance.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/openstack-glance.spec b/openstack-glance.spec
index d245d8a..4b95677 100644
--- a/openstack-glance.spec
+++ b/openstack-glance.spec
@@ -1,6 +1,6 @@
 Name:             openstack-glance
 Version:          2013.1.2
-Release:          1%{?dist}
+Release:          3%{?dist}
 Summary:          OpenStack Image Service
 
 Group:            Applications/System
@@ -61,6 +61,7 @@ Requires:         python-webob
 Requires:         python-crypto
 Requires:         pyxattr
 Requires:         python-swiftclient
+Requires:         python-keystoneclient
 Requires:         python-oslo-config
 
 #test deps: python-mox python-nose python-requests
@@ -275,7 +276,10 @@ fi
 %doc doc/build/html
 
 %changelog
-* Thu Jun  6 2013 John Bresnahan <jbresnah at redhat.com> 2013.1-2
+* Tue Jul 23 2013 Pádraig Brady <pbrady at redhat.com> 2013.1.2-3
+- Depend on python-keystoneclient for auth_token middleware
+
+* Thu Jun  6 2013 John Bresnahan <jbresnah at redhat.com> 2013.1.2-1
 - Bump to version 2013.1.2
 
 * Mon May 13 2013 Pádraig Brady <pbrady at redhat.com> 2013.1-2


More information about the scm-commits mailing list