integ/config/puppet-modules/puppetlabs-firewall-1.12.0/debian/patches/0002-Adjust-puppet-firewall-dependency-requirements.patch
Matheus Guilhermino 3d37dd17a9 Adjust puppet haproxy and firewall dependencies
To avoid warnings during bootstrap, the accepted version ranges
for puppetlabs-concat and puppetlabs-stdlib were changed to
accommodate higher versions of both.

The affected packages are puppet-firewall and puppet-haproxy.

Test Plan:
PASS: Build & install
PASS: AIO-SX Successful Bootstrap
PASS: AIO-SX Successful Unlock
PASS: Verified that the 'unresolved dependencies' warnings for
      puppet-firewall and puppet-haproxy are no longer present
      on puppet.log

Story: 2010757
Task: 48214

Change-Id: Ib3fed112b5de5bb9e4e49d9d0e2d0c479ddd5d8a
Signed-off-by: Matheus Guilhermino <matheus.machadoguilhermino@windriver.com>
2023-06-14 19:59:28 +00:00

30 lines
869 B
Diff

From 2eed01971650a57800e734ed103085c2349ff01c Mon Sep 17 00:00:00 2001
From: Matheus Guilhermino <matheus.machadoguilhermino@windriver.com>
Date: Fri, 9 Jun 2023 10:00:02 -0300
Subject: [PATCH] Adjust puppet-firewall dependency requirements
To avoid warnings during bootstrap, the accepted version range
for puppetlabs-stdlib was changed to accommodate a higher version.
Signed-off-by: Matheus Guilhermino <matheus.machadoguilhermino@windriver.com>
---
metadata.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/metadata.json b/metadata.json
index 00c0015..5088ea3 100644
--- a/metadata.json
+++ b/metadata.json
@@ -10,7 +10,7 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
- "version_requirement": ">= 4.0.0 < 5.0.0"
+ "version_requirement": ">= 4.0.0 < 6.0.0"
}
],
"data_provider": null,
--
2.37.1