11
0

Accepting request 667622 from home:gsantomaggio_suse:branches:network:messaging:amqp

- Update to RabbitMQ version 3.7.10
- Requires erlang to 20.3, mandatory for RabbitMQ 3.7.10 
  see: https://www.rabbitmq.com/which-erlang.html

OBS-URL: https://build.opensuse.org/request/show/667622
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=108
This commit is contained in:
2019-01-22 05:55:13 +00:00
committed by Git OBS Bridge
parent d973a3fb83
commit 030ca8fc4e
4 changed files with 13 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@@ -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.7.9
Version: 3.7.10
Release: 0
Summary: A message broker supporting AMQP, STOMP and MQTT
License: MPL-1.1
@@ -66,7 +66,7 @@ BuildRequires: unzip
BuildRequires: xmlto
BuildRequires: xz
BuildRequires: zip
Requires: erlang
Requires: erlang >= 20.3
Requires: erlang-epmd
Requires: logrotate
Provides: AMQP-server