[openstack-glance/el6] require python-paste-deploy (#759512)

Pádraig Brady pbrady at fedoraproject.org
Fri Dec 2 15:44:24 UTC 2011


commit 0d3a2ea23c5a149c25c87986deba3b78bdccad86
Author: Pádraig Brady <P at draigBrady.com>
Date:   Fri Dec 2 15:43:42 2011 +0000

    require python-paste-deploy (#759512)
    
    * openstack-glance.spec: Add the Requires:

 openstack-glance.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/openstack-glance.spec b/openstack-glance.spec
index 87154bc..f2b817d 100644
--- a/openstack-glance.spec
+++ b/openstack-glance.spec
@@ -44,6 +44,7 @@ Group:            Applications/System
 
 Requires:         python-eventlet
 Requires:         python-kombu
+Requires:         python-paste-deploy
 Requires:         python-routes
 Requires:         python-sqlalchemy0.7
 Requires:         python-webob1.0
@@ -199,6 +200,7 @@ fi
 * 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
+- Depend on python-paste-deploy (#759512)
 
 * Fri Oct 21 2011 David Busby <oneiroi at fedoraproject.org> - 2011.3-1
 - Update to Diablo Final


More information about the scm-commits mailing list