diff mbox series

[AUH] dnf: upgrading to 4.18.0 SUCCEEDED

Message ID 0101018b8b46011b-0259c55c-03e3-4410-b777-8e093748f4cd-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] dnf: upgrading to 4.18.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 *dnf* to *4.18.0* has Succeeded.

Next steps:
    - apply the patch: git am 0001-dnf-upgrade-4.17.0-4.18.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 ea478a62083ef4b055fa812794bbdb78b35e0a8a Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Wed, 1 Nov 2023 06:43:57 +0000
Subject: [PATCH] dnf: upgrade 4.17.0 -> 4.18.0

---
 .../dnf/dnf/0001-dnf-write-the-log-lock-to-root.patch           | 2 +-
 meta/recipes-devtools/dnf/{dnf_4.17.0.bb => dnf_4.18.0.bb}      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/dnf/{dnf_4.17.0.bb => dnf_4.18.0.bb} (98%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/dnf/dnf/0001-dnf-write-the-log-lock-to-root.patch b/meta/recipes-devtools/dnf/dnf/0001-dnf-write-the-log-lock-to-root.patch
index eb0309d81a..76440fce94 100644
--- a/meta/recipes-devtools/dnf/dnf/0001-dnf-write-the-log-lock-to-root.patch
+++ b/meta/recipes-devtools/dnf/dnf/0001-dnf-write-the-log-lock-to-root.patch
@@ -1,4 +1,4 @@ 
-From 3bd0faf58cc9ad531e6b63d5660c4b8316e8daed Mon Sep 17 00:00:00 2001
+From 2b9abced3cdb8641cdb7a55933eae8b4cfbb58e3 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kanavin@gmail.com>
 Date: Tue, 28 Apr 2020 15:55:00 +0200
 Subject: [PATCH] dnf: write the log lock to root
diff --git a/meta/recipes-devtools/dnf/dnf_4.17.0.bb b/meta/recipes-devtools/dnf/dnf_4.18.0.bb
similarity index 98%
rename from meta/recipes-devtools/dnf/dnf_4.17.0.bb
rename to meta/recipes-devtools/dnf/dnf_4.18.0.bb
index ec4e48d68b..00893fdb4a 100644
--- a/meta/recipes-devtools/dnf/dnf_4.17.0.bb
+++ b/meta/recipes-devtools/dnf/dnf_4.18.0.bb
@@ -19,7 +19,7 @@  SRC_URI = "git://github.com/rpm-software-management/dnf.git;branch=master;protoc
 
 SRC_URI:append:class-native = "file://0001-dnf-write-the-log-lock-to-root.patch"
 
-SRCREV = "a31687c169095de1acb5c0a3762bf78993661776"
+SRCREV = "8dfa0c90500312fdffde6c8f50c569510e3a4777"
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
 
 S = "${WORKDIR}/git"