From patchwork Wed Nov 1 14:25:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 33343 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 79634C25B45 for ; Wed, 1 Nov 2023 14:25:16 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.web10.8648.1698848703572373311 for ; Wed, 01 Nov 2023 07:25:03 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=c6Y9d4os; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=hFAo1xt2; spf=pass (domain: automation.yoctoproject.org, ip: 54.240.27.191, mailfrom: 0101018b8b46011b-0259c55c-03e3-4410-b777-8e093748f4cd-000000@automation.yoctoproject.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1698848702; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=ABwAY4xY22H0LenqB2/M47MBcOIHTuX1qNd6ZfZfiZI=; b=c6Y9d4osgI5B7FtIzgGHfl42Xp56MM5ZbOL+MLcRU9CnWc1m4iNb/4ZQQsmG4yIm e8poarOFZYYVp1pYMPEBXWS1SNlHiyeHTAzob1471DkChQzuE3s9VkELuh2OO9QsnHQ /sL0mbK/gdIDDnTmacbGZmk941/rthsAenXpzvgg= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1698848702; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=ABwAY4xY22H0LenqB2/M47MBcOIHTuX1qNd6ZfZfiZI=; b=hFAo1xt20EBHDwAgfw1itOG+FYB0CWM/pxATxRePhuVOr3pDUXaQn2UbYX+y4Jte 5RcDDTwWhzWZBjGzZel1R+UH7sfkD5ICJzdT/48sVU/XcV0VaQADTu9swTz+qsKXgqY 4Z3HTPuE+AlCKCNeZ6U8VMg4gMJRVK0bQ+E99n0k= MIME-Version: 1.0 From: auh@yoctoproject.org To: Alexander Kanavin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] dnf: upgrading to 4.18.0 SUCCEEDED Message-ID: <0101018b8b46011b-0259c55c-03e3-4410-b777-8e093748f4cd-000000@us-west-2.amazonses.com> Date: Wed, 1 Nov 2023 14:25:02 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.01-54.240.27.191 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 01 Nov 2023 14:25:16 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/189935 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 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 --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 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\d+(\.\d+)+)" S = "${WORKDIR}/git"