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

Darryl L. Pierce mcpierce at fedoraproject.org
Mon Sep 23 19:56:41 UTC 2013


commit f26cd0528c7585b0edfe485a094ecd562a401589
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 14d447e..67aa35c 100644
--- a/qpid-cpp.spec
+++ b/qpid-cpp.spec
@@ -25,7 +25,7 @@
 
 Name:          qpid-cpp
 Version:       0.24
-Release:       2%{?dist}
+Release:       3%{?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
@@ -488,7 +488,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.
@@ -629,6 +629,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Sep 23 2013 Darryl L. Pierce <dpierce at redhat.com> - 0.24-3
+- Fixed dependencies on python-qmf to be python-qpid-qmf.
+
 * Mon Sep 23 2013 Darryl L. Pierce <dpierce at redhat.com> - 0.24-2
 - 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