Accepting request 892555 from network:messaging:amqp
OBS-URL: https://build.opensuse.org/request/show/892555 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=66
This commit is contained in:
commit
e78e158ea6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:efd37c929a0ef13af86905c42c57a226e432e6a25bbdc44ed9414fcfd1709599
|
||||
size 3196524
|
3
rabbitmq-server-3.8.16.tar.xz
Normal file
3
rabbitmq-server-3.8.16.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81f0a337fbc7d97b501809b9250b5d3dead966520aa6cb28c2f4c09cc23d438a
|
||||
size 3215972
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 11 23:02:52 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
- Update to RabbitMQ 3.8.16
|
||||
* This is the first release to drop support for Erlang 22.3 and
|
||||
introduce support for the upcoming Erlang 24 release
|
||||
* AWS Peer Discovery Plugin was unintentionally excluded from the
|
||||
distribution in 3.8.15 and has now been added back.
|
||||
* Management Plugin: Messaging polling HTTP API endpoint leaked
|
||||
temporary connections it used in case of a polling timeout.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 7 10:29:26 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
%define _make_args DESTDIR="%{buildroot}" PREFIX="%{_prefix}" RMQ_ROOTDIR=%{_rabbit_libdir} RMQ_ERLAPP_DIR=%{_rabbit_erllibdir} MAN_INSTALL_PATH="%{_mandir}" DOC_INSTALL_DIR=%{buildroot}/%{_docdir} VERSION=%{version} V=1
|
||||
|
||||
Name: rabbitmq-server
|
||||
Version: 3.8.15
|
||||
Version: 3.8.16
|
||||
Release: 0
|
||||
Summary: A message broker supporting AMQP, STOMP and MQTT
|
||||
License: MPL-2.0
|
||||
@ -55,7 +55,7 @@ Source10: advanced.config.example
|
||||
Source11: rabbitmq.config.example
|
||||
BuildRequires: elixir
|
||||
# https://www.rabbitmq.com/which-erlang.html
|
||||
BuildRequires: erlang >= 22.3
|
||||
BuildRequires: erlang >= 23.2
|
||||
BuildRequires: erlang-src
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libxslt
|
||||
@ -65,7 +65,7 @@ BuildRequires: unzip
|
||||
BuildRequires: xmlto
|
||||
BuildRequires: xz
|
||||
BuildRequires: zip
|
||||
Requires: erlang >= 22.3
|
||||
Requires: erlang >= 23.2
|
||||
Requires: erlang-epmd
|
||||
Requires: logrotate
|
||||
Provides: AMQP-server
|
||||
|
Loading…
Reference in New Issue
Block a user