diff mbox series

[AUH] file: upgrading to 5.45 SUCCEEDED

Message ID 01010189b1ee43e2-75f94801-e535-4359-8c32-3fdcd68555b1-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] file: upgrading to 5.45 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Aug. 1, 2023, 4:28 p.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-file-upgrade-5.44-5.45.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 c3b222a64cad346d64fa2f2c45138754491202ec Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Tue, 1 Aug 2023 09:25:54 +0000
Subject: [PATCH] file: upgrade 5.44 -> 5.45

---
 meta/recipes-devtools/file/{file_5.44.bb => file_5.45.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/file/{file_5.44.bb => file_5.45.bb} (97%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/file/file_5.44.bb b/meta/recipes-devtools/file/file_5.45.bb
similarity index 97%
rename from meta/recipes-devtools/file/file_5.44.bb
rename to meta/recipes-devtools/file/file_5.45.bb
index 3ce266475b..a7127023cb 100644
--- a/meta/recipes-devtools/file/file_5.44.bb
+++ b/meta/recipes-devtools/file/file_5.45.bb
@@ -13,7 +13,7 @@  DEPENDS:class-native = "bzip2-replacement-native"
 
 SRC_URI = "git://github.com/file/file.git;branch=master;protocol=https"
 
-SRCREV = "b92eed41b1bc0739c5c5d70c444e0c574429321b"
+SRCREV = "4cbd5c8f0851201d203755b76cb66ba991ffd8be"
 S = "${WORKDIR}/git"
 
 inherit autotools update-alternatives