11
0

Accepting request 568374 from home:vuntz:branches:network:messaging:amqp

- Update to 3.6.15:
  + Bug fixes:
    - Avoid infinite loop when dropping entries in the GM.
    - Various changes to the OCF scripts.
  + Enhancements:
    - Internal authN backend will now prohibit logins with a blank
      passwords.
  + Bug fixes in plugins.
- Remove ocf-pull-request-63.patch, ocf-pull-request-64.patch,
  ocf-pull-request-66.patch: merged upstream.

OBS-URL: https://build.opensuse.org/request/show/568374
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=89
This commit is contained in:
2018-01-23 11:23:44 +00:00
committed by Git OBS Bridge
parent 60a580f0ab
commit bce76a249e
7 changed files with 18 additions and 187 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.6.14
Version: 3.6.15
Release: 0
Summary: The RabbitMQ Server
License: MPL-1.1
@@ -50,9 +50,6 @@ Source6: rabbitmq-server.service
Source7: rabbitmq-server.tmpfiles.d.conf
Source8: README.SUSE
Source9: rabbitmq.config.example
Patch0: ocf-pull-request-63.patch
Patch1: ocf-pull-request-64.patch
Patch2: ocf-pull-request-66.patch
BuildRequires: erlang
BuildRequires: erlang-src
BuildRequires: fdupes
@@ -118,9 +115,6 @@ This package includes the RabbitMQ AMQP language bindings for Erlang.
%prep
%setup -q
cp %{SOURCE8} .
%patch0 -p1
%patch1 -p1
%patch2 -p1
%build
make all %{_make_args} %{?_smp_mflags}