To: Alexander Kanavin <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [AUH] libdnf: upgrading to 0.70.2 SUCCEEDED
Attachments: /home/pokybuild/yocto-worker/auh/build/build/build/upgrade-helper/20230901045619/all/libdnf/bitbake-output-qemuppc.txt /home/pokybuild/yocto-worker/auh/build/build/build/upgrade-helper/20230901045619/all/libdnf/buildhistory-diff-full.txt /home/pokybuild/yocto-worker/auh/build/build/build/upgrade-helper/20230901045619/all/libdnf/bitbake-output-qemux86_musl.txt /home/pokybuild/yocto-worker/auh/build/build/build/upgrade-helper/20230901045619/all/libdnf/0001-libdnf-upgrade-0.70.1-0.70.2.patch /home/pokybuild/yocto-worker/auh/build/build/build/upgrade-helper/20230901045619/all/libdnf/bitbake-output-qemumips.txt /home/pokybuild/yocto-worker/auh/build/build/build/upgrade-helper/20230901045619/all/libdnf/bitbake-output-qemux86-64.txt /home/pokybuild/yocto-worker/auh/build/build/build/upgrade-helper/20230901045619/all/libdnf/bitbake-output-qemuarm.txt /home/pokybuild/yocto-worker/auh/build/build/build/upgrade-helper/20230901045619/all/libdnf/buildhistory-diff.txt

Hello,

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

Next steps:
    - apply the patch: git am 0001-libdnf-upgrade-0.70.1-0.70.2.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 3909fd4ff7a834fda30796241623f72ad1dd64e7 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 1 Sep 2023 12:26:10 +0000
Subject: [PATCH] libdnf: upgrade 0.70.1 -> 0.70.2

---
 .../libdnf/{libdnf_0.70.1.bb => libdnf_0.70.2.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/libdnf/{libdnf_0.70.1.bb => libdnf_0.70.2.bb} (97%)

diff --git a/meta/recipes-devtools/libdnf/libdnf_0.70.1.bb b/meta/recipes-devtools/libdnf/libdnf_0.70.2.bb
similarity index 97%
rename from meta/recipes-devtools/libdnf/libdnf_0.70.1.bb
rename to meta/recipes-devtools/libdnf/libdnf_0.70.2.bb
index c44ae2729b..424b902263 100644
--- a/meta/recipes-devtools/libdnf/libdnf_0.70.1.bb
+++ b/meta/recipes-devtools/libdnf/libdnf_0.70.2.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 = "3b8e59ad8ed3a3eb736d8a2e16b4fc04313d1f12"
+SRCREV = "998efa8f41188f9dc4b08b74086c2c3e2a38f73a"
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(?!4\.90)\d+(\.\d+)+)"
 
 S = "${WORKDIR}/git"
-- 
2.39.2


