[openstack-glance/el6] require python-httplib2

Pádraig Brady pbrady at fedoraproject.org
Tue Dec 20 15:46:55 UTC 2011


commit 3643657a8c0541213a5b9d0ef0a934b4a9aa5b29
Author: David Busby <oneiroi at fedoraproject.org>
Date:   Tue Dec 20 15:46:12 2011 +0000

    require python-httplib2
    
    Note nova pulls this in, so it's not
    an issue in the usual case where
    nova is installed with glance.
    
    * openstack-glance.spec: Add the Requires:

 openstack-glance.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/openstack-glance.spec b/openstack-glance.spec
index 8c40e95..bfccf63 100644
--- a/openstack-glance.spec
+++ b/openstack-glance.spec
@@ -1,7 +1,7 @@
 
 Name:             openstack-glance
 Version:          2011.3
-Release:          3%{?dist}
+Release:          4%{?dist}
 Summary:          OpenStack Image Service
 
 Group:            Applications/System
@@ -49,6 +49,7 @@ Requires:         python-routes
 Requires:         python-sqlalchemy0.7
 Requires:         python-webob1.0
 Requires:         python-setuptools
+Requires:         python-httplib2
 
 #
 # The image cache requires this http://pypi.python.org/pypi/xattr
@@ -194,6 +195,9 @@ fi
 %doc doc/build/html
 
 %changelog
+* Tue Dec 20 2011 David Busby <oneiroi at fedoraproject.org> - 2011.3-4
+- Depend on python-httplib2
+
 * Tue Nov 22 2011 Pádraig Brady <P at draigBrady.com> - 2011.3-3
 - Use updated parallel install versions of epel packages
 


More information about the scm-commits mailing list