diff mbox series

[AUH] xfsprogs: upgrading to 6.5.0 SUCCEEDED

Message ID 0101018b994dc112-68b18ad4-f431-4c01-a44b-7e5029c23619-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] xfsprogs: upgrading to 6.5.0 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 4, 2023, 7:48 a.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-xfsprogs-upgrade-6.1.1-6.5.0.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 c12c9adcb2389a03606a695b1e7f52326fabf6a7 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 4 Nov 2023 07:35:36 +0000
Subject: [PATCH] xfsprogs: upgrade 6.1.1 -> 6.5.0

---
 .../xfsprogs/{xfsprogs_6.1.1.bb => xfsprogs_6.5.0.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-filesystems/recipes-utils/xfsprogs/{xfsprogs_6.1.1.bb => xfsprogs_6.5.0.bb} (96%)
diff mbox series

Patch

diff --git a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_6.1.1.bb b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_6.5.0.bb
similarity index 96%
rename from meta-filesystems/recipes-utils/xfsprogs/xfsprogs_6.1.1.bb
rename to meta-filesystems/recipes-utils/xfsprogs/xfsprogs_6.5.0.bb
index 6267fd9a1..fd2797982 100644
--- a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_6.1.1.bb
+++ b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_6.5.0.bb
@@ -13,7 +13,7 @@  SRC_URI = "https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/${BP}.tar.xz \
            file://0004-configure-Use-AC_SYS_LARGERFILE-autoconf-macro.patch \
            file://0005-Replace-off64_t-stat64-with-off_t-stat.patch \
            "
-SRC_URI[sha256sum] = "05e8a137870db1d6182df72dda98ab7a7100deb376947e854b9d59c914c2c7bb"
+SRC_URI[sha256sum] = "8db81712b32756b97d89dd9a681ac5e325bbb75e585382cd4863fab7f9d021c6"
 inherit autotools-brokensep pkgconfig
 
 PACKAGES =+ "${PN}-fsck ${PN}-mkfs ${PN}-repair libhandle"