From d38ec44d5c95b0a8c2d01ccd1d76ef68692e2646 Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Fri, 17 Feb 2017 16:50:53 +0100 Subject: [PATCH] Correct inter dependency. --- activemq-cpp.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/activemq-cpp.spec b/activemq-cpp.spec index bd50052..0b96282 100644 --- a/activemq-cpp.spec +++ b/activemq-cpp.spec @@ -1,7 +1,7 @@ %global with_docs 0 %global globalversion 3.9.3 -%global globalrelease 2 +%global globalrelease 3 Name: activemq-cpp Version: %{globalversion} @@ -49,7 +49,7 @@ ActiveMQ is still needed for your clients to communicate. %package devel Summary: C++ implementation header files for JMS-like messaging Group: Development/Libraries -Requires: %{name} = %{globalversion}-%{globalrelease} +Requires: %{name} = %{globalversion}-%{globalrelease}%{?dist} Requires: pkgconfig %if %{?fedora}%{!?fedora:0} >= 12 || %{?rhel}%{!?rhel:0} >= 6 Requires: libuuid-devel%{?_isa} @@ -187,7 +187,10 @@ make %{?_smp_mflags} check %changelog -* Wed Feb 15 2017 Steve Traylen - 3.9.3-1 +* Fri Feb 17 2017 Steve Traylen - 3.9.3-3 +- Correct inter dependecy. + +* Wed Feb 15 2017 Steve Traylen - 3.9.3-3 - Upstream to 3.9.3 - Add activemqcpp-lib3.8 package to provide old version so.