9f674613aa
- 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
20 lines
893 B
Diff
20 lines
893 B
Diff
Index: plugins-src/rabbitmq-auth-backend-ldap/package.mk
|
|
===================================================================
|
|
--- plugins-src/rabbitmq-auth-backend-ldap/package.mk.orig
|
|
+++ plugins-src/rabbitmq-auth-backend-ldap/package.mk
|
|
@@ -1,9 +1,9 @@
|
|
RELEASABLE:=true
|
|
DEPS:=rabbitmq-server rabbitmq-erlang-client eldap-wrapper
|
|
|
|
-ifeq ($(shell nc -z localhost 389 && echo true),true)
|
|
-WITH_BROKER_TEST_COMMANDS:=eunit:test([rabbit_auth_backend_ldap_unit_test,rabbit_auth_backend_ldap_test],[verbose])
|
|
-WITH_BROKER_TEST_CONFIG:=$(PACKAGE_DIR)/etc/rabbit-test
|
|
-else
|
|
+#ifeq ($(shell nc -z localhost 389 && echo true),true)
|
|
+#WITH_BROKER_TEST_COMMANDS:=eunit:test([rabbit_auth_backend_ldap_unit_test,rabbit_auth_backend_ldap_test],[verbose])
|
|
+#WITH_BROKER_TEST_CONFIG:=$(PACKAGE_DIR)/etc/rabbit-test
|
|
+#else
|
|
$(warning Not running LDAP tests; no LDAP server found on localhost)
|
|
-endif
|
|
+#endif
|