[python-oslo-messaging] add dependencies on python-kombu and python-qpid

Pádraig Brady pbrady at fedoraproject.org
Fri Apr 11 12:39:19 UTC 2014


commit abcdb8bb6be175ef782aaa51449d8885c5ea6e0a
Author: Pádraig Brady <P at draigBrady.com>
Date:   Fri Apr 11 13:32:05 2014 +0100

    add dependencies on python-kombu and python-qpid
    
    corresponding to our supported rabbit and qpid messaging platforms

 python-oslo-messaging.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/python-oslo-messaging.spec b/python-oslo-messaging.spec
index cc75477..3a9cdfc 100644
--- a/python-oslo-messaging.spec
+++ b/python-oslo-messaging.spec
@@ -3,7 +3,7 @@
 
 Name:       python-oslo-messaging
 Version:    1.3.0
-Release:    0.1.%{milestone}%{?dist}
+Release:    0.2.%{milestone}%{?dist}
 Summary:    OpenStack common messaging library
 
 Group:      Development/Languages
@@ -17,6 +17,8 @@ Requires:   python-iso8601
 Requires:   python-oslo-config
 Requires:   python-six
 Requires:   python-stevedore
+Requires:   python-kombu
+Requires:   python-qpid
 
 # FIXME: this dependency will go away soon
 Requires:   python-eventlet
@@ -96,6 +98,9 @@ rm -fr doc/build/html/.buildinfo
 %doc doc/build/html LICENSE
 
 %changelog
+* Fri Apr 11 2014 Pádraig Brady <pbrady at redhat.com> - 1.3.0-0.2.a9
+- Add dependencies on python-kombu and python-qpid
+
 * Tue Mar 18 2014 Pádraig Brady <pbrady at redhat.com> - 1.3.0-0.1.a9
 - Latest upstream
 


More information about the scm-commits mailing list