[cumin] Fix missing dependencies on python-qpid and python-qpid-qmf

Trevor McKay tmckay at fedoraproject.org
Wed Jan 11 22:40:58 UTC 2012


commit 0f229975101f6fa1a33d18775788b3f59ad38269
Author: tmckay <tmckay at redhat.com>
Date:   Wed Jan 11 17:40:22 2012 -0500

    Fix missing dependencies on python-qpid and python-qpid-qmf

 cumin.spec |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/cumin.spec b/cumin.spec
index a53f89f..60464a0 100644
--- a/cumin.spec
+++ b/cumin.spec
@@ -1,7 +1,7 @@
 Summary:        MRG management web console
 Name:           cumin
 Version:        0.1.5137
-Release:        3%{?dist}
+Release:        4%{?dist}
 License:        GPLv2+
 Group:          System Environment/Libraries
 URL:            http://svn.fedorahosted.org/svn/cumin
@@ -14,9 +14,10 @@ BuildRequires:  systemd-units
 Requires:       python
 Requires:       postgresql
 Requires:       postgresql-server
-Requires:       qpid-qmf
+Requires:       python-qpid-qmf
+Requires:       python-qpid
 Requires:       pycairo
-#Requires:       python-wallaby
+Requires:       python-wallaby
 Requires:       python-psycopg2
 Requires:       python-suds
 Requires:       liberation-sans-fonts
@@ -123,6 +124,12 @@ rm -rf %{buildroot}
 %doc %{cumin_doc}/*
 
 %changelog
+* Wed Jan 11 2011 Trevor McKay <tmckay at redhat.com> - 0.1.5137-4
+- Reintroduce dependency on python-wallaby
+- Remove dependency on qpid-qmf
+- Add dependency on python-qpid and python-qpid-qmf
+- (note, this had been pulled in indirectly by python-wallaby)
+
 * Fri Dec 22 2011 Trevor McKay <tmckay at redhat.com> - 0.1.5137-3
 - Remove dependency on python-wallaby, not in Fedora yet
 


More information about the scm-commits mailing list