Accepting request 667694 from network:messaging:amqp
OBS-URL: https://build.opensuse.org/request/show/667694 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=40
This commit is contained in:
commit
120ca6439c
3
rabbitmq-server-3.7.10.tar.xz
Normal file
3
rabbitmq-server-3.7.10.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9b707518dc4063d963c17ed242581f964bf470cf2da2032ae7bd03624448e90d
|
||||||
|
size 2569968
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:388af73c950cbd38e1774ac7336c8b0a788512ebba6175ea16a674f252f8108d
|
|
||||||
size 2551456
|
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 21 03:01:22 UTC 2019 - Gabriele Santomaggio <gsantomaggio@suse.com>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 8 17:51:59 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Tue Jan 8 17:51:59 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%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.7.9
|
Version: 3.7.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A message broker supporting AMQP, STOMP and MQTT
|
Summary: A message broker supporting AMQP, STOMP and MQTT
|
||||||
License: MPL-1.1
|
License: MPL-1.1
|
||||||
@ -66,7 +66,7 @@ BuildRequires: unzip
|
|||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: zip
|
BuildRequires: zip
|
||||||
Requires: erlang
|
Requires: erlang >= 20.3
|
||||||
Requires: erlang-epmd
|
Requires: erlang-epmd
|
||||||
Requires: logrotate
|
Requires: logrotate
|
||||||
Provides: AMQP-server
|
Provides: AMQP-server
|
||||||
|
Loading…
Reference in New Issue
Block a user