diff mbox series

[AUH] mcelog: upgrading to 196 SUCCEEDED

Message ID 0101018b96bed1d2-93ab3f95-ced4-4bf2-8839-56af46090f03-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] mcelog: upgrading to 196 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 3, 2023, 7:52 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *mcelog* to *196* has Succeeded.

Next steps:
    - apply the patch: git am 0001-mcelog-upgrade-194-196.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 b738121705a045b0dc62fb75a51186e32cf29901 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 3 Nov 2023 15:30:50 +0000
Subject: [PATCH] mcelog: upgrade 194 -> 196

---
 meta-oe/recipes-support/mcelog/{mcelog_194.bb => mcelog_196.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/mcelog/{mcelog_194.bb => mcelog_196.bb} (96%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/mcelog/mcelog_194.bb b/meta-oe/recipes-support/mcelog/mcelog_196.bb
similarity index 96%
rename from meta-oe/recipes-support/mcelog/mcelog_194.bb
rename to meta-oe/recipes-support/mcelog/mcelog_196.bb
index 9b5c554d8..06aa30df0 100644
--- a/meta-oe/recipes-support/mcelog/mcelog_194.bb
+++ b/meta-oe/recipes-support/mcelog/mcelog_196.bb
@@ -11,7 +11,7 @@  SRC_URI = "\
     file://run-ptest \
 "
 
-SRCREV = "8f33fdc47160edce09d75e1316b4d88129ca60a0"
+SRCREV = "edfe78a0dc54a940f4916a9bd681eab7b3f746d1"
 
 LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"