11
0

Accepting request 955988 from home:fusionfuture:branches:network:messaging:amqp

- Update to 3.9.13
  * Core Server Bug Fixes and Enhancements
    - Disk space monitor now correctly parses output on (at least
      some) systems where non-ASCII characters are used in paths.
    - Stream leader election is now deterministic when cluster is
      undergoing a rolling upgrade.
    - Queue and binding definition import can be delayed until a
      moment when at least N nodes (e.g. three) have joined the
      cluster.
- Allow building with Elixir 1.13.x
  * Support-Elixir-1.13.patch
  * Elixir-1.13-OptionParser-no-longer-supports-atom-val.patch

OBS-URL: https://build.opensuse.org/request/show/955988
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=177
This commit is contained in:
Fusion Future
2022-02-19 06:59:29 +00:00
committed by Git OBS Bridge
parent 664c643250
commit 992a48b2bd
8 changed files with 305 additions and 21 deletions

View File

@@ -39,7 +39,7 @@
%define _rabbitmq_group rabbitmq
Name: rabbitmq-server
Version: 3.9.12
Version: 3.9.13
Release: 0
Summary: A message broker supporting AMQP, STOMP and MQTT
License: MPL-2.0
@@ -52,6 +52,9 @@ Source4: rabbitmq-env.conf
Source6: rabbitmq-server.service
Source7: https://raw.githubusercontent.com/rabbitmq/rabbitmq-packaging/v%{version}/RPMS/Fedora/rabbitmq-server.tmpfiles
Source8: README.SUSE
# PATCH-FIX-UPSTREAM update-elixir-version.patch Allow building with elixir 1.13.x gh#rabbitmq/rabbitmq-server#4019
Patch0: Support-Elixir-1.13.patch
Patch1: Elixir-1.13-OptionParser-no-longer-supports-atom-val.patch
BuildRequires: elixir
# https://www.rabbitmq.com/which-erlang.html
BuildRequires: erlang >= 23.2
@@ -126,7 +129,7 @@ BuildArch: noarch
Optional dependency offering zsh completion for %{name}.
%prep
%setup -q
%autosetup -p1
cp %{SOURCE8} .
%build