From patchwork Wed Nov 15 14:37:08 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: 34570 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 E461EC54F48 for ; Wed, 15 Nov 2023 14:37:10 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.web11.14620.1700059030019167353 for ; Wed, 15 Nov 2023 06:37:10 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=AW7diZiQ; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=j8637+xd; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101018bd36a1d1e-d1cb65b4-256b-4b75-a013-b735ee4d49e3-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1700059029; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=4/sPXws9jwFZsI+9ZPZpMeLXg38ir98jCtLb10aQKsY=; b=AW7diZiQEjQ4YISEL8RDVQ+TCtxOewrBPr2Z2wKgGxNeTjvc0cHZYZc5TWMVP1M0 s+pxkMYq3My3VcHiBHe1GNuKXGOXbNe9t5XDUX+sTCy8eEmZAzVyrgDafQ/vaNFpVrO 4YmHXDioiCVMYPjajv69/XepJ2fYAVBrr59AfS4c= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1700059029; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=4/sPXws9jwFZsI+9ZPZpMeLXg38ir98jCtLb10aQKsY=; b=j8637+xdhM513Tt7TzCNayLf+DRKf9W3M+Xs66obGg2+QXfJljCoAmmTfo+jRXKs XQ6Fqa/BToOPhTNFF4K6Ni0X38AHLV8Hi/KvpX7emyF07c2Tb4N2H1SvQ+Zt9MSGyHv 2WuIW++F/2TS8Wc4U3xQMnU+5gIH7elnIZkJkQXs= MIME-Version: 1.0 From: auh@yoctoproject.org To: Alexander Kanavin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] dnf: upgrading to 4.18.1 SUCCEEDED Message-ID: <0101018bd36a1d1e-d1cb65b4-256b-4b75-a013-b735ee4d49e3-000000@us-west-2.amazonses.com> Date: Wed, 15 Nov 2023 14:37:08 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.15-54.240.27.45 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, 15 Nov 2023 14:37:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/190621 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *dnf* to *4.18.1* has Succeeded. Next steps: - apply the patch: git am 0001-dnf-upgrade-4.17.0-4.18.1.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 7eb8e545e4611cb2b0fe1f390c0f71122841c8e1 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 Nov 2023 05:53:47 +0000 Subject: [PATCH] dnf: upgrade 4.17.0 -> 4.18.1 --- .../dnf/dnf/0001-dnf-write-the-log-lock-to-root.patch | 2 +- meta/recipes-devtools/dnf/{dnf_4.17.0.bb => dnf_4.18.1.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/dnf/{dnf_4.17.0.bb => dnf_4.18.1.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..d9b821bd36 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 69f8f533fff84cb75774491143fa6f9579ae2229 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.1.bb similarity index 98% rename from meta/recipes-devtools/dnf/dnf_4.17.0.bb rename to meta/recipes-devtools/dnf/dnf_4.18.1.bb index ec4e48d68b..f60b4794a6 100644 --- a/meta/recipes-devtools/dnf/dnf_4.17.0.bb +++ b/meta/recipes-devtools/dnf/dnf_4.18.1.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 = "41a287e2bd60b4d1100c329a274776ff32ba8740" UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+(\.\d+)+)" S = "${WORKDIR}/git"