diff mbox series

[AUH] init-system-helpers: upgrading to 1.68 SUCCEEDED

Message ID 0101019421357bb7-b79fe0ff-9f93-48bd-a226-abdd9fd33899-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] init-system-helpers: upgrading to 1.68 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Jan. 1, 2025, 9:32 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *init-system-helpers* to *1.68* has Succeeded.

Next steps:
    - apply the patch: git am 0001-init-system-helpers-upgrade-1.67-1.68.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From 6690b1fa8875737d86500a41459e05a54328ca1d Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Wed, 1 Jan 2025 06:42:58 +0000
Subject: [PATCH] init-system-helpers: upgrade 1.67 -> 1.68

---
 ...{init-system-helpers_1.67.bb => init-system-helpers_1.68.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/initscripts/{init-system-helpers_1.67.bb => init-system-helpers_1.68.bb} (96%)
diff mbox series

Patch

diff --git a/meta/recipes-core/initscripts/init-system-helpers_1.67.bb b/meta/recipes-core/initscripts/init-system-helpers_1.68.bb
similarity index 96%
rename from meta/recipes-core/initscripts/init-system-helpers_1.67.bb
rename to meta/recipes-core/initscripts/init-system-helpers_1.68.bb
index 1576f89a8c..036c86a536 100644
--- a/meta/recipes-core/initscripts/init-system-helpers_1.67.bb
+++ b/meta/recipes-core/initscripts/init-system-helpers_1.68.bb
@@ -16,7 +16,7 @@  SECTION = "base"
 LICENSE = "BSD-3-Clause & GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://debian/copyright;md5=c4ec20aa158fa9de26ee1accf78dcaae"
 
-SRCREV = "7b1a5359d99c1667f7b81380c06686ddc57b8e71"
+SRCREV = "78486a4a2a305170b66ce4d907bedadbaed10daf"
 SRC_URI = "git://salsa.debian.org/debian/init-system-helpers.git;protocol=https;branch=master"
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))(?!_exp)"