eab8dc1143
The output of "rabbitmqctl -q status" has changed in rabbitmq 3.8.0+. Update version regex to extract the rabbitmq version from the output. Change-Id: I822c3dbfa1438d37d70608511626edd3c5cf0b0d Story: 2006729 Task: 42075 Signed-off-by: Angie Wang <angie.wang@windriver.com>
34 lines
1.1 KiB
Diff
34 lines
1.1 KiB
Diff
From eb94234c73d56dbacac46e274ffeca256d413ff1 Mon Sep 17 00:00:00 2001
|
|
From: Angie Wang <angie.wang@windriver.com>
|
|
Date: Sun, 11 Apr 2021 20:12:37 -0400
|
|
Subject: [PATCH] meta Extend version regex to work for RabbitMQ 3.8.0
|
|
|
|
Signed-off-by: Angie Wang <angie.wang@windriver.com>
|
|
---
|
|
SPECS/puppet-rabbitmq.spec | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/SPECS/puppet-rabbitmq.spec b/SPECS/puppet-rabbitmq.spec
|
|
index 7f3a412..5966a9e 100644
|
|
--- a/SPECS/puppet-rabbitmq.spec
|
|
+++ b/SPECS/puppet-rabbitmq.spec
|
|
@@ -26,6 +26,7 @@ Patch0002: 0002-Changed-cipher-specification-to-openssl-format.patch
|
|
Patch0003: 0003-Eliminate-Puppet-4-deprecation-warnings.patch
|
|
Patch0004: 0004-Partially-revert-upstream-commit-f7c3a4a637d59f3065d.patch
|
|
Patch0005: 0005-Remove-the-rabbitmq_nodename-fact.patch
|
|
+Patch0006: 0006-Extend-version-regex-to-work-for-RabbitMQ-3.8.0.patch
|
|
|
|
BuildArch: noarch
|
|
|
|
@@ -43,6 +44,7 @@ Installs, configures, and manages RabbitMQ.
|
|
%patch0003 -p1
|
|
%patch0004 -p1
|
|
%patch0005 -p1
|
|
+%patch0006 -p1
|
|
|
|
|
|
find . -type f -name ".*" -exec rm {} +
|
|
--
|
|
2.29.2
|
|
|