11
0

update rabbitmq-server to version 3.8.11

OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=157
This commit is contained in:
2021-02-01 15:38:47 +00:00
committed by Git OBS Bridge
parent afe8ce99ae
commit 0a0e7df53a
4 changed files with 85 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package rabbitmq-server
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -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.9
Version: 3.8.11
Release: 0
Summary: A message broker supporting AMQP, STOMP and MQTT
License: MPL-2.0
@@ -53,9 +53,9 @@ Source8: README.SUSE
Source9: rabbitmq.conf.example
Source10: advanced.config.example
Source11: rabbitmq.config.example
BuildRequires: elixir < 1.11.0
BuildRequires: elixir
# https://www.rabbitmq.com/which-erlang.html
BuildRequires: erlang >= 21.3
BuildRequires: erlang >= 22.3
BuildRequires: erlang-src
BuildRequires: fdupes
BuildRequires: libxslt
@@ -65,7 +65,7 @@ BuildRequires: unzip
BuildRequires: xmlto
BuildRequires: xz
BuildRequires: zip
Requires: erlang >= 21.3
Requires: erlang >= 22.3
Requires: erlang-epmd
Requires: logrotate
Provides: AMQP-server