[openstack-glance] require python-httplib2

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


commit 5e2d1dc1fd6a1cefdb4283af982bfa0fcad409ad
Author: David Busby <oneiroi at fedoraproject.org>
Date:   Tue Dec 20 15:28:53 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 65fd853..7f6a291 100644
--- a/openstack-glance.spec
+++ b/openstack-glance.spec
@@ -1,7 +1,7 @@
 
 Name:             openstack-glance
 Version:          2011.3
-Release:          2%{?dist}
+Release:          3%{?dist}
 Summary:          OpenStack Image Service
 
 Group:            Applications/System
@@ -47,6 +47,7 @@ Requires:         python-paste-deploy
 Requires:         python-routes
 Requires:         python-sqlalchemy
 Requires:         python-webob
+Requires:         python-httplib2
 
 #
 # The image cache requires this http://pypi.python.org/pypi/xattr
@@ -204,6 +205,9 @@ fi
 %doc doc/build/html
 
 %changelog
+* Tue Dec 20 2011 David Busby <oneiroi at fedoraproject.org> - 2011.3-3
+- Depend on python-httplib2
+
 * Tue Nov 22 2011 Pádraig Brady <P at draigBrady.com> - 2011.3-2
 - Ensure the docs aren't built with the system glance module
 - Ensure we don't access the net when building docs


More information about the scm-commits mailing list