- update to 3.2.3:
* This release fixes a number of bugs in the broker and federation plugin * Improvements to the LDAP and shovel plugins are also included OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=33
This commit is contained in:
parent
b61ebec595
commit
9827f2c48d
11
fix-syntax-error-in-example-conf.patch
Normal file
11
fix-syntax-error-in-example-conf.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- docs/rabbitmq.config.example
|
||||
+++ docs/rabbitmq.config.example
|
||||
@@ -336,7 +336,7 @@
|
||||
%% {reconnect_delay, 2.5}
|
||||
|
||||
%% ]} %% End of my_first_shovel
|
||||
- ]},
|
||||
+ ]}
|
||||
%% Rather than specifying some values per-shovel, you can specify
|
||||
%% them for all shovels here.
|
||||
%%
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6f985d2bf69de60fa543ebfff190f233d2ab8faee78a10cfb065b4e4d1406ba
|
||||
size 3583974
|
3
rabbitmq-server-3.2.3.tar.gz
Normal file
3
rabbitmq-server-3.2.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb2c73338f4c477ea4ba496c4c5e18793b42f3abbd23010133b0163f85faf868
|
||||
size 3586619
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 24 09:17:00 UTC 2014 - dmueller@suse.com
|
||||
|
||||
- update to 3.2.3:
|
||||
* This release fixes a number of bugs in the broker and federation plugin
|
||||
* Improvements to the LDAP and shovel plugins are also included
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 23 12:29:39 UTC 2014 - dmueller@suse.com
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%endif
|
||||
|
||||
Name: rabbitmq-server
|
||||
Version: 3.2.2
|
||||
Version: 3.2.3
|
||||
Release: 0
|
||||
Summary: The RabbitMQ Server
|
||||
License: MPL-1.1
|
||||
@ -41,6 +41,7 @@ Source6: rabbitmq-server.service
|
||||
Source7: rabbitmq-server.tmpfiles.d.conf
|
||||
Patch0: no-nmap.patch
|
||||
Patch1: no-remove-common.patch
|
||||
Patch2: fix-syntax-error-in-example-conf.patch
|
||||
BuildRequires: erlang
|
||||
BuildRequires: erlang-src
|
||||
BuildRequires: fdupes
|
||||
@ -102,6 +103,7 @@ This package includes the RabbitMQ AMQP language bindings for Erlang.
|
||||
%setup -q
|
||||
%patch0
|
||||
%patch1
|
||||
%patch2
|
||||
|
||||
%build
|
||||
make all VERSION=%{version}
|
||||
|
Loading…
Reference in New Issue
Block a user