[openstack-nova] remove the rabbitmq-server dependency

Pádraig Brady pbrady at fedoraproject.org
Fri Jan 27 15:15:58 UTC 2012


commit 55e1dd02d43f7f6c7f09c4d770aabc454d87a637
Author: Pádraig Brady <P at draigBrady.com>
Date:   Fri Jan 27 15:12:24 2012 +0000

    remove the rabbitmq-server dependency
    
    This server only needs to be installed on a single
    machine anyway (in the simple case), and will clash
    with qpid-cpp-server if installed (now that essex-3
    supports qpid as a transport).  So leave the
    installation separate, as is already documented on
    the Fedora 16 openstack test day page for example.

 openstack-nova.spec |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/openstack-nova.spec b/openstack-nova.spec
index ad45abc..c4943e9 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -60,7 +60,6 @@ Requires:         MySQL-python
 Requires:         euca2ools
 Requires:         openssl
 # TODO: make these optional
-Requires:         rabbitmq-server
 Requires:         python-qpid
 Requires:         python-carrot
 Requires:         sudo


More information about the scm-commits mailing list