summaryrefslogtreecommitdiffstats
path: root/rabbitmq-server.spec
diff options
context:
space:
mode:
Diffstat (limited to 'rabbitmq-server.spec')
-rw-r--r--rabbitmq-server.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/rabbitmq-server.spec b/rabbitmq-server.spec
index 3ca9060..df1e6da 100644
--- a/rabbitmq-server.spec
+++ b/rabbitmq-server.spec
@@ -35,6 +35,10 @@ Requires(preun):chkconfig
Requires(preun):initscripts
%endif
+# https://bugzilla.redhat.com/show_bug.cgi?id=998682
+# https://bugzilla.redhat.com/show_bug.cgi?id=1032595#c8
+Patch0: rabbitmq-probe-ephemeral-port.patch
+
%description
RabbitMQ is an implementation of AMQP, the emerging standard for high
performance enterprise messaging. The RabbitMQ server is a robust and
@@ -52,6 +56,7 @@ scalable implementation of an AMQP broker.
%prep
%setup -q
+%patch0 -p1
%build
cp %{S:2} %{_rabbit_wrapper}