From patchwork Fri Jun 16 03:51:21 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: 25809 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 7EF47C27C7A for ; Fri, 16 Jun 2023 03:51:29 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web10.817.1686887482671802602 for ; Thu, 15 Jun 2023 20:51:22 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=clFDkibz; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 01010188c2544201-2df9bd74-0269-4c02-b54d-7f50d444d50f-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=1686887482; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=GA5ZIooEuATMCdWx3uxGco0BJvkxHqj1Mf9u5Dl5JA0=; b=clFDkibz2to75wCGAiMG2GDm2hvVi9Tj4A+fgC7G1FIa93ByLu+/lK8lwiPT2tKu 9VoeSOE5PTsWlTXZspK/GCZ/1jnF/S3/FYKApTOxvx3jOJiAGkTTneSA2QxZ5b5+QP2 Az+A7cL3mNH6XDtor/+aUcHKhsrFSPcjWPE3J4ME= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1686887482; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=GA5ZIooEuATMCdWx3uxGco0BJvkxHqj1Mf9u5Dl5JA0=; b=mmtqy2BOeVUcALcPrKS5Ew9Ni+Vhli3TBJR5yaXjGb5HSPDv/mIViFVAYmM2sTga l9quRuER8lTKGljj3D233qtkzZSkHj9Ie4ppEoO2Juge0CFoxAcoCzj+zippWWhePaV gwz+RYfJM4tbhOoaxiK1Z+lAZya9ZV3B9GrWHwf0= MIME-Version: 1.0 From: auh@yoctoproject.org To: Alexander Kanavin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] dnf: upgrading to 4.16.1 SUCCEEDED Message-ID: <01010188c2544201-2df9bd74-0269-4c02-b54d-7f50d444d50f-000000@us-west-2.amazonses.com> Date: Fri, 16 Jun 2023 03:51:21 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.06.16-54.240.27.23 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 ; Fri, 16 Jun 2023 03:51:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/182905 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *dnf* to *4.16.1* has Succeeded. Next steps: - apply the patch: git am 0001-dnf-upgrade-4.14.0-4.16.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 292b392abec6c868b33032df793a99a3664f98e2 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 15 Jun 2023 08:41:41 +0000 Subject: [PATCH] dnf: upgrade 4.14.0 -> 4.16.1 --- meta/recipes-devtools/dnf/{dnf_4.14.0.bb => dnf_4.16.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/dnf/{dnf_4.14.0.bb => dnf_4.16.1.bb} (98%) diff --git a/meta/recipes-devtools/dnf/dnf_4.14.0.bb b/meta/recipes-devtools/dnf/dnf_4.16.1.bb similarity index 98% rename from meta/recipes-devtools/dnf/dnf_4.14.0.bb rename to meta/recipes-devtools/dnf/dnf_4.16.1.bb index 62df8c4ace..ff79701dc7 100644 --- a/meta/recipes-devtools/dnf/dnf_4.14.0.bb +++ b/meta/recipes-devtools/dnf/dnf_4.16.1.bb @@ -18,7 +18,7 @@ SRC_URI = "git://github.com/rpm-software-management/dnf.git;branch=master;protoc file://0001-dnf-write-the-log-lock-to-root.patch \ " -SRCREV = "e50875b3f5790f70720bdb670e1dd2bf4d828744" +SRCREV = "94b7cc7956580405b219329541d6b40db6499cf1" UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+(\.\d+)+)" S = "${WORKDIR}/git"