To: Alexander Kanavin <alex.kanavin@gmail.com>
To: test-list@lists.yoctoproject.org
Subject: [AUH] libdnf: upgrading to 0.72.0 SUCCEEDED
Attachments: /home/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20231028072133/all/libdnf/buildhistory-diff-full.txt /home/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20231028072133/all/libdnf/buildhistory-diff.txt /home/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20231028072133/all/libdnf/0001-libdnf-upgrade-0.71.0-0.72.0.patch

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 f48b6e8e56c773f16996e89683f55d9e6f49e3e1 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 28 Oct 2023 08:34:26 +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 --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"
-- 
2.39.2


