Commit Graph

205 Commits

Author SHA256 Message Date
8b63587ac4 Accepting request 662500 from home:gsantomaggio_suse:branches:network:messaging:amqp
- add the 3.7.x command line tools

OBS-URL: https://build.opensuse.org/request/show/662500
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=105
2019-01-02 15:59:36 +00:00
2b2a17ea64 - switch to 3.7.x style rabbitmq-server.conf
- Remove sd_notify dependency and replace with socat as
  followup to upstream change in
  https://github.com/rabbitmq/rabbitmq-server/pull/666

OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=104
2018-12-17 08:08:10 +00:00
56af504eb6 - listen to localhost only by default to comply to the epmd.socket
which also only listens to localhost (bsc#1087270)

OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=103
2018-12-15 20:49:30 +00:00
11b716abcd - Update to 3.7.9 (fate#322425, bsc#1115466)
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=102
2018-12-15 20:31:32 +00:00
aa3cbd25a3 - Update to 3.7.9 (fate#322425)
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=101
2018-12-11 22:54:19 +00:00
Fridrich Strba
aa28131bb1 Accepting request 653840 from home:matwey:branches:network:messaging:amqp
- Fix Source0 URL

OBS-URL: https://build.opensuse.org/request/show/653840
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=100
2018-12-10 09:45:36 +00:00
9c5d8c4293 Accepting request 651344 from home:matwey:branches:network:messaging:amqp
- BuildRequire elixir
- Constrain required erlang versions:
  https://www.rabbitmq.com/which-erlang.html (boo#1115169)
- Drop sysexists-in-ocf.patch: upstreamed
- Update to 3.7.9
- Changes for 3.7.9:
 * Bug fixes
 * Usability improvements
- Changes for 3.7.8:
 * Bug fixes
 * Usability improvements
- Changes for 3.7.7:
 * Erlang 21 compatibility
 * Bug fixes
 * Usability improvements
- Changes for 3.7.6:
 * Bug fixes
 * Usability improvements
- Changes for 3.7.5:
 * Bug fixes
 * Usability improvements
- Changes for 3.7.4:
 * Bug fixes
 * Usability improvements
- Changes for 3.7.3:
 * Bug fixes
 * Usability improvements
- Changes for 3.7.2:
 * Bug fix in the HTTP auth backend
- Changes for 3.7.1:
 * Bug fixes
- Changes for 3.7.0:
 * Minimum required Erlang version is now 19.3
 * Automation-friendly cluster formation
 * Distributed management plugin, including minor breaking HTTP API
   changes.
 * Simpler, ini-style configuration format
 * Per-vhost limits
 * Operator policies
 * Topic-based authorisation
 * Cross-protocol Shovel (currently supports AMQP 0.9.1 and AMQP 1.0)
 * Command-line tools are extensible via plugins
 * Message store multi-tenancy
 * Proxy protocol support
 * Web STOMP no longer supports WebSocket emulation
 * Java and .NET client releases no longer track RabbitMQ server
   releases
 * .NET client now supports .NET Core.
 * Management plugin extensions now must target Cowboy 2.0
 * Java client for RabbitMQ HTTP API

OBS-URL: https://build.opensuse.org/request/show/651344
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=99
2018-11-30 14:47:23 +00:00
3efba207de - update to 3.6.16 (bsc#1109991):
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=98
2018-10-15 19:37:21 +00:00
Yuchen Lin
494651f5f7 Accepting request 634752 from network:messaging:amqp
- update to 3.6.16:
  Bug fixes:
  + Queue master locator min-masters incorrectly calculated the number of masters.
  + Maximum supported number of queue priorities (255) is now enforced
  Enhancements:
  + queue.delete operations will now force delete queues that don't have a promotable master
  + Lock contention in internal database is now much lower when a node with a lot of exclusive queues
shuts down or is otherwise considered to be unavailable by peers
  + Default max number of channels allowed on a connection (a.k.a. channel_max) has been lowered from 65535 to 2047.
The new default is much safer and will reduce the effect application channel leaks have on node resource consumption. This is a potentially breaking change.

OBS-URL: https://build.opensuse.org/request/show/634752
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=38
2018-09-11 15:19:20 +00:00
e093c87b94 - Add sysexits-in-ocf.patch to handle new rabbitmqctl exit codes
(bsc#1093046)

OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=96
2018-09-11 14:00:46 +00:00
95975ef2c3 - update config.template to use channel_max to 0 (old default,
mitigate breakage in 3.6.16 change)

OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=95
2018-09-11 06:26:35 +00:00
ba5748ca72 OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=94 2018-09-10 12:51:56 +00:00
fe1048fb79 - update to 3.6.16:
Bug fixes:
  + Queue master locator min-masters incorrectly calculated the number of masters.
  + Maximum supported number of queue priorities (255) is now enforced
  Enhancements:
  + queue.delete operations will now force delete queues that don't have a promotable master
  + Lock contention in internal database is now much lower when a node with a lot of exclusive queues
shuts down or is otherwise considered to be unavailable by peers
  + Default max number of channels allowed on a connection (a.k.a. channel_max) has been lowered from 65535 to 2047.
The new default is much safer and will reduce the effect application channel leaks have on node resource consumption. This is a potentially breaking change.

OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=93
2018-09-10 12:51:35 +00:00
Dominique Leuenberger
e6b1ad24f7 Accepting request 612848 from network:messaging:amqp
OBS-URL: https://build.opensuse.org/request/show/612848
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=37
2018-05-30 10:23:11 +00:00
e3d50fb097 Accepting request 612655 from home:bmwiedemann:branches:network:messaging:amqp
Add TasksMax=8192 to start on large machines (bsc#1094896)

OBS-URL: https://build.opensuse.org/request/show/612655
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=91
2018-05-29 11:47:06 +00:00
Dominique Leuenberger
6031cd402d Accepting request 568554 from network:messaging:amqp
OBS-URL: https://build.opensuse.org/request/show/568554
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=36
2018-01-24 14:31:31 +00:00
bce76a249e 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
2018-01-23 11:23:44 +00:00
Dominique Leuenberger
ca5b703483 Accepting request 568174 from network:messaging:amqp
OBS-URL: https://build.opensuse.org/request/show/568174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=35
2018-01-22 15:21:00 +00:00
Ralf Haferkamp
60a580f0ab Accepting request 567410 from home:vuntz:branches:network:messaging:amqp
- Add TimeoutStartSec=300 to rabbitmq-server.service as enabling
  HiPE can make the startup take much longer (documentation says
  "a few minutes").

OBS-URL: https://build.opensuse.org/request/show/567410
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=87
2018-01-22 13:34:41 +00:00
Dominique Leuenberger
7d5080fad7 Accepting request 556830 from network:messaging:amqp
OBS-URL: https://build.opensuse.org/request/show/556830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=34
2017-12-14 10:03:46 +00:00
2a7edb84d6 Accepting request 556701 from home:ilausuch:branches:network:messaging:amqp
modified logrotate to use rabbitmqctl to force the creation of the log file after logrotation

OBS-URL: https://build.opensuse.org/request/show/556701
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=85
2017-12-13 23:20:46 +00:00
6f2036b23f Accepting request 556717 from home:vuntz:branches:network:messaging:amqp
- Add ocf-pull-request-63.patch and ocf-pull-request-64.patch:
  fixes to avoid moving master unnecessarily, and to make start
  notification handler more reliable.
- Add ocf-pull-request-66.patch: do not consider transient local
  failures as failures of remote nodes.

OBS-URL: https://build.opensuse.org/request/show/556717
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=84
2017-12-13 16:09:08 +00:00
Dominique Leuenberger
21d2014342 Accepting request 545917 from network:messaging:amqp
OBS-URL: https://build.opensuse.org/request/show/545917
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=33
2017-11-27 21:18:39 +00:00
56a05a9da9 Accepting request 544831 from home:RBrownSUSE:branches:network:messaging:amqp
Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)

OBS-URL: https://build.opensuse.org/request/show/544831
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=82
2017-11-27 10:04:29 +00:00
Dominique Leuenberger
d2cf7404c9 Accepting request 544918 from network:messaging:amqp
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/544918
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=32
2017-11-25 07:42:20 +00:00
605397cf7a - update to 3.6.14:
* package/systemd bug fixes
  * Usability improvements
  * Bug fixes

OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=80
2017-11-16 16:29:00 +00:00
Dominique Leuenberger
5e05eac03b Accepting request 518408 from network:messaging:amqp
1

OBS-URL: https://build.opensuse.org/request/show/518408
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=31
2017-08-24 16:55:58 +00:00
Ralf Haferkamp
48608cec18 Accepting request 518334 from home:tbechtold:branches:network:messaging:amqp
- update to 3.6.11:
  * packaging: package-rpm-suse is an alias for package-rpm-opensuse
  * Makefile: Move plugins list to `plugins.mk`
  * Include rabbitmq_web_mqtt into the distribution
  * Log rabbitmqctl's output on failure
  * Makefile: Set default `broker_version_requirements`
  * packaging/windows: Allow to override `PRODUCTVERSION`
  * debian/control: Revert the use of ${misc:Depends}
  * packaging: Add scripts for format RabbitMQ version to match package constarints
  * Commit Debian and RPM changelogs
  * debian/control: Use ${misc:Depends} instead of hard-coding dependencies
  * Fix HA OCF script
  * Makefile: Store the plugins list in the source archive
  * plugins.mk: The list is overriden by the server-release Concourse pipeline
  * Makefile: Use PROJECT_DESCRIPTION in git-revisions.txt
  * packaging/RPMS: Simplify the Makefile wrapping dpkg-buildpackage(1)
  * Makefile: Sync exclusion list with rabbitmq-erlang-client
  * OCF RA: accept 1 as valid exit code from "rabbitmqctl status"
  * Ignore .envrc files
  * upgrade/Makefile: Remove trailing space
  * standalone/src/rabbit_release.erl: Copy `escript` directory to the archive
  * packaging/standalone: Remove the source `rabbit.rel` file
  * Commit .deb and .rpm change logs
  * OCF RA: Don't hardcode primitive name in rabbitmq-server-ha.ocf
  * Makefile: Use $(PROJECT_VERSION) instead of $(VERSION)
  * debian/control: Add version restriction on erlang-dev and esl-erlang
  * Commit 3.6.9 package change logs
  * packaging/standalone: Fix path to the source `rabbit.rel` file
  * Configure shortcuts to run as admin.
  * Debian package: No need to pass $(VERSION) around in debian/rules

OBS-URL: https://build.opensuse.org/request/show/518334
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=78
2017-08-23 15:04:09 +00:00
Yuchen Lin
82ffdb072a Accepting request 485789 from network:messaging:amqp
1

OBS-URL: https://build.opensuse.org/request/show/485789
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=30
2017-04-11 07:45:19 +00:00
ba4a22848a Accepting request 485761 from home:vuntz:branches:network:messaging:amqp
- Stop shipping rabbitmq-server OCF resource agent as source file
  while it's included in the upstream tarball. Add patches for code
  that was specific to our variant; they now got upstreamed, but
  are not in this version of rabbitmq yet: pull-request-20.patch
  and pull-request-21.patch.
- Also package the rabbitmq-server-ha OCF resource agent as it
  seems to be more appropriate for clustering. Add upstream fixes
  for making it more solid: pull-request-24.patch and
  pull-request-25.patch.
- Ship an example of /etc/rabbitmq/rabbitmq-env.conf, as this is
  useful indication. It only contains commented examples, based on
  what the Debian package is doing.

OBS-URL: https://build.opensuse.org/request/show/485761
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=76
2017-04-05 11:33:01 +00:00
Dominique Leuenberger
ad63b15521 Accepting request 461727 from network:messaging:amqp
1

OBS-URL: https://build.opensuse.org/request/show/461727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=29
2017-03-02 18:43:24 +00:00
2f915d3c6e Accepting request 457424 from devel:languages:erlang
- Cleanup file list and prepare merging the plugins package into
  the main package:
  - No longer create parts of the filelist in %install
  - Only exclude the plugins starting with rabbitmq_* and not all
    files in the plugin dir. Some of the files are basic libraries
    needed to even launch rabbitmq. (boo#1025442)
- in the tmpfiles.d file: make the directory group owned
- own the run dir in the non systemd case

OBS-URL: https://build.opensuse.org/request/show/457424
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=74
2017-03-01 21:44:48 +00:00
Dominique Leuenberger
957a0b1bee Accepting request 456795 from network:messaging:amqp
1

OBS-URL: https://build.opensuse.org/request/show/456795
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=28
2017-02-16 16:02:17 +00:00
b41bc91f71 Accepting request 456720 from devel:languages:erlang
- add buildrequires for xz to fix build on sle11

- drop no-remove-common.patch and no-nmap.patch:
  no longer needed

- add back default config from the 3.5.8 package as 3.6.6 doesn't
  ship one anymore
- rabbitmq-script-wrapper now directly talks to the scripts in
  _rabbit_erllibdir instead of having another indirection.
- moved tmpfiles.d support into the main systemd install block
- extracted make cmdline options into a variable

- update to 3.6.6
  https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_6
  https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_5
  https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_4
  https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_3
  https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_2
  https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_1
  https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_0

OBS-URL: https://build.opensuse.org/request/show/456720
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=72
2017-02-13 12:36:52 +00:00
5843c59cf0 Accepting request 455065 from devel:languages:erlang
- IMPORTANT CHANGE
  Require the epmd service instead of running our own version as
  rabbitmq user.
  This requires that you configure epmd to listen on more
  interfaces than just 127.0.0.1.
  For non systemd based distributions you can set EPMD_ADDRESSES in
  /etc/sysconfing/erlang.
  For systemd based distributions please follow
  /usr/share/doc/packages/erlang/README.SUSE
  IMPORTANT CHANGE
  This change is also documented in
  /usr/share/doc/packages/rabbitmq-server/README.SUSE

OBS-URL: https://build.opensuse.org/request/show/455065
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=71
2017-02-06 16:06:05 +00:00
f044086eac - fix source url
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=70
2017-02-06 15:44:23 +00:00
f6b832bbe9 Accepting request 455038 from devel:languages:erlang
- Update to 3.5.8
  Fixes logging issues on erlang 17+
  Fixes MQTT password authentication error (CVE-2016-9877) (boo#1017642)

OBS-URL: https://build.opensuse.org/request/show/455038
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=69
2017-02-06 15:30:49 +00:00
Dominique Leuenberger
6190860b97 Accepting request 398332 from network:messaging:amqp
Fix bsc#973999
- rabbitmq-server.service: increase NOFILE limit per documentation
- rabbitqm-server.ocf: add OCF_RESKEY_limit_nofile parameter
  default as 65535

- rabbitmqctl: clear CMDLINE before appending

- update to 3.5.4:
  Runtime I/O thread pool size is now 64 instead of 30 by default.
  This reduces time spent waiting for file I/O operations to complete
  on machines with 8 or more cores.
  * https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_5_4

- rabbitmq-server.service: switch to type=Notify in order to
  avoid cookie creation race

- update to 3.5.3:
  3.5.2 and 3.5.3 are bugfix releases. See:
  * https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_5_2
  * https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_5_3

OBS-URL: https://build.opensuse.org/request/show/398332
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=27
2016-06-02 07:38:13 +00:00
ae0269d639 Accepting request 389975 from home:aplanas:branches:network:messaging:amqp
Fix bsc#973999
- rabbitmq-server.service: increase NOFILE limit per documentation
- rabbitqm-server.ocf: add OCF_RESKEY_limit_nofile parameter
  default as 65535

OBS-URL: https://build.opensuse.org/request/show/389975
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=67
2016-04-17 20:06:11 +00:00
99c86bb751 OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=66 2015-09-29 08:57:39 +00:00
799b476a29 OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=65 2015-09-28 11:22:23 +00:00
f214bbacb6 - rabbitmqctl: clear CMDLINE before appending
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=64
2015-09-28 10:01:46 +00:00
cd449e3e02 - update to 3.5.4:
Runtime I/O thread pool size is now 64 instead of 30 by default.
  This reduces time spent waiting for file I/O operations to complete
  on machines with 8 or more cores.
  * https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_5_4

OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=63
2015-09-24 10:23:24 +00:00
dff8b265ac OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=62 2015-06-25 20:39:13 +00:00
48d94aa4d6 OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=61 2015-06-25 12:20:14 +00:00
17e59cee56 - rabbitmq-server.service: switch to type=Notify in order to
avoid cookie creation race

OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=60
2015-06-24 13:23:12 +00:00
Fridrich Strba
4395510887 Accepting request 313318 from home:tbechtold:branches:network:messaging:amqp
- update to 3.5.3:
  3.5.2 and 3.5.3 are bugfix releases. See:
  * https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_5_2
  * https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_5_3

OBS-URL: https://build.opensuse.org/request/show/313318
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=59
2015-06-24 11:49:08 +00:00
Dominique Leuenberger
e02d29fe3c Accepting request 297970 from network:messaging:amqp
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/297970
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rabbitmq-server?expand=0&rev=26
2015-04-21 08:52:21 +00:00
Fridrich Strba
9f674613aa Accepting request 295444 from home:darix:branches:network:messaging:amqp
- update to 3.5.1
  This release adds support for priority queues which were available
  as a plugin before. Performance is improved; in particular messages
  smaller than configurable size are embedded in the queue index to
  reduce I/O and memory consumption. Stability of clustering and
  autoheal partition handling is improved as well. A new
  pause_if_all_down partition handling mode is added. The management
  web UI now shows many more I/O statistics.
  This release also corrects a number of defects in the broker and
  plugins, as well as introducing many smaller new features and
  improvements.
   * see https://www.rabbitmq.com/release-notes/README-3.5.1.txt
   * see https://www.rabbitmq.com/release-notes/README-3.5.0.txt
   * see https://www.rabbitmq.com/release-notes/README-3.4.4.txt
- instead of patching the ocf provider after copying: patch it
  right away and drop the ocf-fixes.patch.
- refresh no-nmap.patch to apply cleanly again
- create rcrabbitmq-server for the systemd case

OBS-URL: https://build.opensuse.org/request/show/295444
OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=57
2015-04-12 06:02:03 +00:00
Fridrich Strba
a7548d6c4c OBS-URL: https://build.opensuse.org/package/show/network:messaging:amqp/rabbitmq-server?expand=0&rev=56 2015-02-26 16:19:36 +00:00