12
0

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:
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

@@ -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