integ/config/puppet-modules/puppetlabs-firewall-1.12.0/debian/patches/0002-Adjust-puppet-firewall...

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