From patchwork Tue Apr 1 12:43:13 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 60420 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 79464C369BE for ; Tue, 1 Apr 2025 12:43:24 +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.web11.18069.1743511394127808419 for ; Tue, 01 Apr 2025 05:43:14 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=kFEKFtkG; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=j50S8ZXa; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 01010195f160948f-4ef265d2-d818-45b1-895c-66e58779822b-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1743511393; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=dXfMi4nFyiY6Eg1ZeVDygUz6lDJ6hM/4ajFjvqO0bxk=; b=kFEKFtkGKKdH2A0tyzfzaI5TRngsK4/oLGHzDHjdy1+YhelXqYG9Wf2Too8au1u1 biczyR08S8Tjrg/AQemiXINDn8NMun05rDtowZgwGExZ5ak//KtliSPymY1XdHO0ySd vlJXx90jxZ4OgDQwD4dDNUkTHBJWYxnvSKy+5Hkc= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1743511393; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=dXfMi4nFyiY6Eg1ZeVDygUz6lDJ6hM/4ajFjvqO0bxk=; b=j50S8ZXaGjeJ/HTnoEONPSfFSdIlp5dPKtd0pXhKfsgi+RElvlgM5jyYiYfU5uw0 fshH1fS6DlBq5MmXCgAhu6qBJftIp00/jGeZFsT6IB6Y0jfY7x+inKJMvzIOrzy3Y2M eJoRY/594wotgtks6hX65++jt+iKslAun5qtMO5g= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] createrepo-c: upgrading to 1.2.1 SUCCEEDED Message-ID: <01010195f160948f-4ef265d2-d818-45b1-895c-66e58779822b-000000@us-west-2.amazonses.com> Date: Tue, 1 Apr 2025 12:43:13 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.04.01-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 ; Tue, 01 Apr 2025 12:43:24 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/214048 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *createrepo-c* to *1.2.1* has Succeeded. Next steps: - apply the patch: git am 0001-createrepo-c-upgrade-1.2.0-1.2.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 e57513dff4e7c4cc40c174eb480a354204265862 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 1 Apr 2025 07:46:23 +0000 Subject: [PATCH] createrepo-c: upgrade 1.2.0 -> 1.2.1 --- .../0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch | 2 +- .../createrepo-c/0001-include-rpm-rpmstring.h.patch | 2 +- .../{createrepo-c_1.2.0.bb => createrepo-c_1.2.1.bb} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/createrepo-c/{createrepo-c_1.2.0.bb => createrepo-c_1.2.1.bb} (96%) diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c/0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch b/meta/recipes-devtools/createrepo-c/createrepo-c/0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch index 1d2e81f281..ca3f0782a8 100644 --- a/meta/recipes-devtools/createrepo-c/createrepo-c/0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch +++ b/meta/recipes-devtools/createrepo-c/createrepo-c/0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch @@ -1,4 +1,4 @@ -From 5d974eddfd59291fbbf9bf9b352431d8565011d2 Mon Sep 17 00:00:00 2001 +From 20aec3f83a7ab6ebb89f40ee8c5df1af65eba32b Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 30 Dec 2016 18:31:02 +0200 Subject: [PATCH] Do not set PYTHON_INSTALL_DIR by running python diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c/0001-include-rpm-rpmstring.h.patch b/meta/recipes-devtools/createrepo-c/createrepo-c/0001-include-rpm-rpmstring.h.patch index e7f3d32e08..4f2f780a64 100644 --- a/meta/recipes-devtools/createrepo-c/createrepo-c/0001-include-rpm-rpmstring.h.patch +++ b/meta/recipes-devtools/createrepo-c/createrepo-c/0001-include-rpm-rpmstring.h.patch @@ -1,4 +1,4 @@ -From d1a474e4002b978a54c918d46423c35bfbadad8b Mon Sep 17 00:00:00 2001 +From aa508662cfa48f706bf68ace55ed311a9e820d3f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 13 Jan 2023 13:21:51 -0800 Subject: [PATCH] include rpm/rpmstring.h diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_1.2.0.bb b/meta/recipes-devtools/createrepo-c/createrepo-c_1.2.1.bb similarity index 96% rename from meta/recipes-devtools/createrepo-c/createrepo-c_1.2.0.bb rename to meta/recipes-devtools/createrepo-c/createrepo-c_1.2.1.bb index 60523d5318..73f04f579f 100644 --- a/meta/recipes-devtools/createrepo-c/createrepo-c_1.2.0.bb +++ b/meta/recipes-devtools/createrepo-c/createrepo-c_1.2.1.bb @@ -9,7 +9,7 @@ SRC_URI = "git://github.com/rpm-software-management/createrepo_c;branch=master;p file://0001-include-rpm-rpmstring.h.patch \ " -SRCREV = "7085e047dc9f58a1de6ee6f3faf733826e60b963" +SRCREV = "8c6e6f88df86d1e34ca26d3835d77a2816326414" S = "${WORKDIR}/git"