From 31ed0c88aa5dc841a96c7a16abd9cdc8ffb425fc Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 11 Oct 2024 20:14:26 +0000 Subject: WIP update puppetlabs-stdlib Signed-off-by: Bruce Ashfield --- recipes-support/puppetlabs-stdlib/files/Add-gemspec.patch | 2 ++ recipes-support/puppetlabs-stdlib/puppetlabs-stdlib_git.bb | 11 +++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/recipes-support/puppetlabs-stdlib/files/Add-gemspec.patch b/recipes-support/puppetlabs-stdlib/files/Add-gemspec.patch index d959aeb..fd65da6 100644 --- a/recipes-support/puppetlabs-stdlib/files/Add-gemspec.patch +++ b/recipes-support/puppetlabs-stdlib/files/Add-gemspec.patch @@ -6,6 +6,8 @@ Subject: [PATCH] Add gemspec Started with an example from here http://guides.rubygems.org/make-your-own-gem/ +Upstream-Status: Inappropriate [embedded specific] + Signed-off-by: Mark Asselstine --- puppetlabs-stdlib.gemspec | 12 ++++++++++++ diff --git a/recipes-support/puppetlabs-stdlib/puppetlabs-stdlib_git.bb b/recipes-support/puppetlabs-stdlib/puppetlabs-stdlib_git.bb index 78ded05..41f8c6e 100644 --- a/recipes-support/puppetlabs-stdlib/puppetlabs-stdlib_git.bb +++ b/recipes-support/puppetlabs-stdlib/puppetlabs-stdlib_git.bb @@ -1,17 +1,16 @@ SUMMARY = "Puppet Labs Standard Library module" HOMEPAGE = "https://github.com/puppetlabs/puppetlabs-stdlib" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=38a048b9d82e713d4e1b2573e370a756" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -PV = "4.10.0" -SRCREV = "0b4822be3d2242e83c28ab7fed6c5817adc322d5" +PV = "v9.6.0" +SRCREV = "99aebdd57d665ac7e2ba38ab95f3fbdbc2fb56e0" SRC_URI = " \ - git://github.com/puppetlabs/puppetlabs-stdlib.git;branch=master;protocol=https \ - file://Add-gemspec.patch \ + git://github.com/puppetlabs/puppetlabs-stdlib.git;branch=main;protocol=https \ " -inherit ruby +inherit rubyv2 S="${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf