[qpid-dispatch] Removed intro-package comments which can cause POSTUN warnings.

Darryl L. Pierce mcpierce at fedoraproject.org
Wed Jul 9 21:11:33 UTC 2014


commit f37430657e264d5b45c111802cb943455e56c9b6
Author: Darryl L. Pierce <mcpierce at gmail.com>
Date:   Wed Jul 9 17:11:12 2014 -0400

    Removed intro-package comments which can cause POSTUN warnings.
    
    - Added dependency on libqpid-dispatch from qpid-dispatch-tools.

 qpid-dispatch.spec |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/qpid-dispatch.spec b/qpid-dispatch.spec
index e16a216..40b7a99 100644
--- a/qpid-dispatch.spec
+++ b/qpid-dispatch.spec
@@ -5,7 +5,7 @@
 
 Name:          qpid-dispatch
 Version:       0.2
-Release:       5%{?dist}
+Release:       6%{?dist}
 Summary:       Dispatch router for Qpid
 License:       ASL 2.0
 URL:           http://qpid.apache.org/
@@ -27,7 +27,7 @@ Requires:      python-qpid-proton >= %{proton_minimum_version}
 %description
 A lightweight message router, written in C and built on Qpid Proton, that provides flexible and scalable interconnect between AMQP endpoints or between endpoints and brokers.
 
-# === libqpid-dispatch
+
 
 %package -n libqpid-dispatch
 Summary:  The Qpid Dispatch Router library
@@ -49,7 +49,7 @@ Requires: qpid-proton-c%{?_isa} >= %{proton_minimum_version}
 /sbin/ldconfig
 
 
-# === libqpid-dispatch-devel
+
 
 %package -n libqpid-dispatch-devel
 Summary:  Development files for Qpid Dispatch
@@ -67,7 +67,7 @@ Requires: libqpid-dispatch%{?_isa} = %{version}-%{release}
 %{_libdir}/libqpid-dispatch.so
 
 
-# === qpid-dispatch-router
+
 
 %package router
 Summary:  The Qpid Dispatch Router executable
@@ -148,7 +148,7 @@ fi
 
 %endif
 
-# === qpid-dispatch-router-docs
+
 
 %package router-docs
 Summary:   Documentation for the Qpid Dispatch router
@@ -162,11 +162,12 @@ BuildArch: noarch
 %files router-docs
 %doc %{_pkgdocdir}
 
-# === qpid-dispatch-tools
+
 
 %package tools
 Summary: Tools for the Qpid Dispatch router
 Requires: python-qpid-proton
+Requires: libqpid-dispatch%{?_isa} = %{version}
 
 
 %description tools
@@ -227,6 +228,10 @@ install -pm 644 %{_builddir}/qpid-dispatch-%{version}/etc/qpid-dxrouterd \
 
 
 %changelog
+* Wed Jul  9 2014 Darryl L. Pierce <dpierce at redhat.com> - 0.2-6
+- Removed intro-package comments which can cause POSTUN warnings.
+- Added dependency on libqpid-dispatch from qpid-dispatch-tools.
+
 * Wed Jul  2 2014 Darryl L. Pierce <dpierce at redhat.com> - 0.2-5
 - Fixed the path for the configuration file.
 - Resolves: BZ#1115416


More information about the scm-commits mailing list