[qpid-proton/f18] Fixed the dependencies for qpid-proton-devel and python-qpid-proton.

Darryl L. Pierce mcpierce at fedoraproject.org
Mon Apr 1 14:30:35 UTC 2013


commit 30ec1877b49d2aba1f56b29d847d4dec0d1f00d7
Author: Darryl L. Pierce <dpierce at redhat.com>
Date:   Mon Apr 1 09:16:32 2013 -0400

    Fixed the dependencies for qpid-proton-devel and python-qpid-proton.

 qpid-proton.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/qpid-proton.spec b/qpid-proton.spec
index 463dd7e..bc0f1d2 100644
--- a/qpid-proton.spec
+++ b/qpid-proton.spec
@@ -2,7 +2,7 @@
 
 Name:           qpid-proton
 Version:        0.4
-Release:        2%{?dist}
+Release:        2.1%{?dist}
 Summary:        A high performance, lightweight messaging library
 
 License:        ASL 2.0
@@ -54,7 +54,7 @@ Summary:  C librarys for Qpid Proton
 
 
 %package -n qpid-proton-c-devel
-Requires: %{name}%{?_isa} = %{version}-%{release}
+Requires: qpid-proton-c%{?_isa} = %{version}-%{release}
 Summary:  Development libraries for writing messaging apps with Qpid Proton
 
 
@@ -73,7 +73,7 @@ Summary:  Development libraries for writing messaging apps with Qpid Proton
 %package -n python-qpid-proton
 Summary:  Python language bindings for the Qpid Proton messaging framework
 
-Requires: %{name}%{?_isa} = %{version}-%{release}
+Requires: qpid-proton-c%{?_isa} = %{version}-%{release}
 Requires: python
 
 
@@ -125,6 +125,9 @@ rm -rf %{buildroot}%{_datarootdir}/java
 rm -rf %{buildroot}%{_sysconfdir}/php.d
 
 %changelog
+* Mon Apr  1 2013 Darryl L. Pierce <dpierce at rehdat.com> - 0.4-2.1
+- Fixed the dependencies for qpid-proton-devel and python-qpid-proton.
+
 * Thu Mar 28 2013 Darryl L. Pierce <dpierce at redhat.com> - 0.4-2
 - Moved all C libraries to the new qpid-proton-c subpackage.
 


More information about the scm-commits mailing list