[openstack-nova] Add dependency on python-amqplib

Robert A. Kukura rkukura at fedoraproject.org
Mon Oct 17 15:14:13 UTC 2011


commit ef5bed34119b42ecf21438fe32c707d8b249b506
Author: Bob Kukura <rkukura at redhat.com>
Date:   Mon Oct 17 11:13:40 2011 -0400

    Add dependency on python-amqplib

 openstack-nova.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/openstack-nova.spec b/openstack-nova.spec
index d33f5cd..9be6360 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -4,7 +4,7 @@
 
 Name:             openstack-nova
 Version:          2011.3
-Release:          3%{?dist}
+Release:          4%{?dist}
 Summary:          OpenStack Compute (nova)
 
 Group:            Applications/System
@@ -92,6 +92,7 @@ Requires:         python-anyjson
 Requires:         python-IPy
 Requires:         python-boto
 Requires:         python-kombu
+Requires:         python-amqplib
 Requires:         python-daemon
 Requires:         python-eventlet
 Requires:         python-greenlet
@@ -360,6 +361,9 @@ fi
 %endif
 
 %changelog
+* Mon Oct 17 2011 Bob Kukura <rkukura at redhat.com> - 2011.3-4
+- Add dependency on python-amqplib (#746685)
+
 * Wed Sep 28 2011 Mark McLoughlin <markmc at redhat.com> - 2011.3-3
 - Fix lazy load exception with security groups (#741307)
 - Fix issue with nova-network deleting the default route (#741686)


More information about the scm-commits mailing list