diff mbox series

[AUH] libdnf: upgrading to 0.72.0 SUCCEEDED

Message ID 0101018b8b460213-a1681eb7-0943-43b0-97ef-b9b03e2d2ed6-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libdnf: upgrading to 0.72.0 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 1, 2023, 2:25 p.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-libdnf-upgrade-0.71.0-0.72.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 9588253b81a3fb036ce3a5a414ac7d40ef087003 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Wed, 1 Nov 2023 07:00:16 +0000
Subject: [PATCH] libdnf: upgrade 0.71.0 -> 0.72.0

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

Patch

diff --git a/meta/recipes-devtools/libdnf/libdnf_0.71.0.bb b/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb
similarity index 97%
rename from meta/recipes-devtools/libdnf/libdnf_0.71.0.bb
rename to meta/recipes-devtools/libdnf/libdnf_0.72.0.bb
index 396a6664bc..d58ad0353f 100644
--- a/meta/recipes-devtools/libdnf/libdnf_0.71.0.bb
+++ b/meta/recipes-devtools/libdnf/libdnf_0.72.0.bb
@@ -12,7 +12,7 @@  SRC_URI = "git://github.com/rpm-software-management/libdnf;branch=dnf-4-master;p
            file://0001-drop-FindPythonInstDir.cmake.patch \
            "
 
-SRCREV = "39098f39806becdc87cf93e03a49ae89a33e7ede"
+SRCREV = "908dba63c9e18c86a2d81166ce7523559e65338c"
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(?!4\.90)\d+(\.\d+)+)"
 
 S = "${WORKDIR}/git"