Accepting request 892312 from home:susnux:branches:network:messaging:amqp

Update to RabbitMQ 3.8.16

OBS-URL: https://build.opensuse.org/request/show/892312
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=163
This commit is contained in:
Dirk Mueller 2021-05-12 16:16:29 +00:00 committed by Git OBS Bridge
parent 7f4a5c948e
commit 2a25a4409a
4 changed files with 17 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:efd37c929a0ef13af86905c42c57a226e432e6a25bbdc44ed9414fcfd1709599
size 3196524

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81f0a337fbc7d97b501809b9250b5d3dead966520aa6cb28c2f4c09cc23d438a
size 3215972

View File

@ -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> Fri May 7 10:29:26 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>

View File

@ -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 %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 Name: rabbitmq-server
Version: 3.8.15 Version: 3.8.16
Release: 0 Release: 0
Summary: A message broker supporting AMQP, STOMP and MQTT Summary: A message broker supporting AMQP, STOMP and MQTT
License: MPL-2.0 License: MPL-2.0
@ -55,7 +55,7 @@ Source10: advanced.config.example
Source11: rabbitmq.config.example Source11: rabbitmq.config.example
BuildRequires: elixir BuildRequires: elixir
# https://www.rabbitmq.com/which-erlang.html # https://www.rabbitmq.com/which-erlang.html
BuildRequires: erlang >= 22.3 BuildRequires: erlang >= 23.2
BuildRequires: erlang-src BuildRequires: erlang-src
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: libxslt BuildRequires: libxslt
@ -65,7 +65,7 @@ BuildRequires: unzip
BuildRequires: xmlto BuildRequires: xmlto
BuildRequires: xz BuildRequires: xz
BuildRequires: zip BuildRequires: zip
Requires: erlang >= 22.3 Requires: erlang >= 23.2
Requires: erlang-epmd Requires: erlang-epmd
Requires: logrotate Requires: logrotate
Provides: AMQP-server Provides: AMQP-server