Merge "Address unmet dependencies in puppet-rabbitmq-8.5.0"

This commit is contained in:
Zuul 2022-03-21 22:26:25 +00:00 committed by Gerrit Code Review
commit 72dd2c5208
2 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,34 @@
From b3dc2a215a2183583a723e4bffdec2f9632c93eb Mon Sep 17 00:00:00 2001
From: Matheus Machado Guilhermino <matheus.machadoguilhermino@windriver.com>
Date: Mon, 21 Mar 2022 11:01:47 +0000
Subject: [PATCH] Remove incompatible dependencies
Removed puppet-archive and camptocamp-systemd.
Signed-off-by: Matheus Machado Guilhermino <matheus.machadoguilhermino@windriver.com>
---
metadata.json | 8 --------
1 file changed, 8 deletions(-)
diff --git a/metadata.json b/metadata.json
index 039eba2..bfec5bd 100644
--- a/metadata.json
+++ b/metadata.json
@@ -63,14 +63,6 @@
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.13.1 < 6.0.0"
- },
- {
- "name": "puppet/archive",
- "version_requirement": ">= 2.0.0 < 4.0.0"
- },
- {
- "name": "camptocamp/systemd",
- "version_requirement": ">= 2.1.0 < 3.0.0"
}
],
"tags": [
--
2.30.2

View File

@ -1,3 +1,4 @@
0001-Adapt-first-legacy-patches.patch
0002-Changed-cipher-specification-to-open.patch
0003-Remove-the-rabbitmq_nodename-fact.patch
0004-Remove-incompatible-dependencies.patch