diff mbox series

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

Message ID 0101018c25848255-ab8265ea-decc-4ecb-8202-b19f22e2572d-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] init-system-helpers: upgrading to 1.66 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Dec. 1, 2023, 1:14 p.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-init-system-helpers-upgrade-1.65.2-1.66.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 de70844136c4dd1ea61f0313a468b37f03a3f03b Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 1 Dec 2023 06:10:35 +0000
Subject: [PATCH] init-system-helpers: upgrade 1.65.2 -> 1.66

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

Patch

diff --git a/meta/recipes-core/initscripts/init-system-helpers_1.65.2.bb b/meta/recipes-core/initscripts/init-system-helpers_1.66.bb
similarity index 96%
rename from meta/recipes-core/initscripts/init-system-helpers_1.65.2.bb
rename to meta/recipes-core/initscripts/init-system-helpers_1.66.bb
index 1fc23acb74..64e08aae68 100644
--- a/meta/recipes-core/initscripts/init-system-helpers_1.65.2.bb
+++ b/meta/recipes-core/initscripts/init-system-helpers_1.66.bb
@@ -16,7 +16,7 @@  SECTION = "base"
 LICENSE = "BSD-3-Clause & GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://debian/copyright;md5=c4ec20aa158fa9de26ee1accf78dcaae"
 
-SRCREV = "2f446b69db728b2bda68270a9b81de88102e1fdd"
+SRCREV = "a5439f465dc1d1d4e12329208dc321fb806009f4"
 SRC_URI = "git://salsa.debian.org/debian/init-system-helpers.git;protocol=https;branch=master"
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))(?!_exp)"