Correct inter dependency.
This commit is contained in:
parent
d42508d003
commit
d38ec44d5c
1 changed files with 6 additions and 3 deletions
|
|
@ -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 <steve.traylen@cern.ch> - 3.9.3-1
|
||||
* Fri Feb 17 2017 Steve Traylen <steve.traylen@cern.ch> - 3.9.3-3
|
||||
- Correct inter dependecy.
|
||||
|
||||
* Wed Feb 15 2017 Steve Traylen <steve.traylen@cern.ch> - 3.9.3-3
|
||||
- Upstream to 3.9.3
|
||||
- Add activemqcpp-lib3.8 package to provide old version so.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue