[qpid-cpp] Fixed dependencies on python-qmf to be python-qpid-qmf.

Darryl L. Pierce mcpierce at fedoraproject.org
Mon Sep 23 18:57:18 UTC 2013


commit b0de9942a9cf686a59747fcd5ec2e269f9dc328c
Author: Darryl L. Pierce <mcpierce at gmail.com>
Date:   Mon Sep 23 14:56:58 2013 -0400

    Fixed dependencies on python-qmf to be python-qpid-qmf.

 qpid-cpp.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/qpid-cpp.spec b/qpid-cpp.spec
index 27b21e4..b93743b 100644
--- a/qpid-cpp.spec
+++ b/qpid-cpp.spec
@@ -25,7 +25,7 @@
 
 Name:          qpid-cpp
 Version:       0.24
-Release:       3%{?dist}
+Release:       4%{?dist}
 Summary:       Libraries for Qpid C++ client applications
 License:       ASL 2.0
 URL:           http://qpid.apache.org
@@ -361,7 +361,7 @@ for python.
 %{python_sitearch}/qmf2.py*
 %{python_sitearch}/cqmf2.py*
 %{python_sitearch}/_cqmf2.so
-%{_bindir}/qpid-python-test
+%exclude %{_bindir}/qpid-python-test
 %exclude %{python_sitearch}/mllib
 %exclude %{python_sitearch}/qpid
 %exclude %{python_sitearch}/*.egg-info
@@ -490,7 +490,7 @@ Summary:   Management and diagnostic tools for Apache Qpid
 BuildArch: noarch
 
 Requires:  python-qpid >= 0.8
-Requires:  python-qmf = %{version}
+Requires:  python-qpid-qmf = %{version}
 
 %description -n qpid-tools
 Management and diagnostic tools for Apache Qpid brokers and clients.
@@ -631,6 +631,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Sep 23 2013 Darryl L. Pierce <dpierce at redhat.com> - 0.24-4
+- Fixed dependencies on python-qmf to be python-qpid-qmf.
+
 * Mon Sep 23 2013 Darryl L. Pierce <dpierce at redhat.com> - 0.24-3
 - Add arch checks for all requires to block potential multilib errors on upgrade.
 - Added virtual provides for both obsoleted -ssl packages.


More information about the scm-commits mailing list