diff mbox series

[AUH] libdnf: upgrading to 0.70.2 SUCCEEDED

Message ID 01010189b1ee4588-e66389c6-fded-49a7-9f70-f3965829cd2c-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libdnf: upgrading to 0.70.2 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 *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 7cf9d480d691c578b5f2cd7d82a6c70c7c13a798 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Tue, 1 Aug 2023 09:35:47 +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 mbox series

Patch

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"