From patchwork Wed Apr 1 14:35:58 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 84997 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 16C981076386 for ; Wed, 1 Apr 2026 14:36:03 +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.msgproc02-g2.14741.1775054156498712645 for ; Wed, 01 Apr 2026 07:35:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=1uQxzig7; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=uqDM6jwD; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101019d4978fb6c-b32c470f-a9ad-4190-956c-a99c006bae64-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1775054158; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=+gATEXnvE2UV5m+8dbKnVGAd1BXz5pS/abEYOgGBRjM=; b=1uQxzig7+TI/3FM1JxKSxUmOpFrSuyhGp76PD8loLB2fJsMMhjF8GLuKwMC3t4s3 XhlZVJN6FunzmEFuAqsQ1OUtH+z8PiOl1rnBNLeV7PKo3t10F2bHPpQKS/gm31GQMFU Mcj3NdicWvqvnBSbvdf3MFxkZOjx2ke0Vs5zC6vk= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1775054158; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=+gATEXnvE2UV5m+8dbKnVGAd1BXz5pS/abEYOgGBRjM=; b=uqDM6jwDI4ACvNtIvalvnw7xASN1Si+/rpwOun5tMhJnWGU0FORC+ogHelq1bZKy 4FXbtOR+I/DaLE9M5qyElOsEPviXuU4U04Zkr/HJFTLPuOnts46oQjXDisyQBB/mU9y ap+sIF1s8Z0TNPZSKUG3u4x6Nk9Oj3PLPeciePfw= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] createrepo-c: upgrading to 1.2.3 SUCCEEDED Message-ID: <0101019d4978fb6c-b32c470f-a9ad-4190-956c-a99c006bae64-000000@us-west-2.amazonses.com> Date: Wed, 1 Apr 2026 14:35:58 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.04.01-54.240.27.45 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 01 Apr 2026 14:36:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/234371 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.3* has Succeeded. Next steps: - apply the patch: git am 0001-createrepo-c-upgrade-1.2.2-1.2.3.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 7f520431e096e45f63ed26b964dfb8c1668e7c9f Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 1 Apr 2026 08:51:11 +0000 Subject: [PATCH] createrepo-c: upgrade 1.2.2 -> 1.2.3 --- .../0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch | 2 +- .../{createrepo-c_1.2.2.bb => createrepo-c_1.2.3.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/createrepo-c/{createrepo-c_1.2.2.bb => createrepo-c_1.2.3.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 ca3f0782a8..b5d4ab3538 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 20aec3f83a7ab6ebb89f40ee8c5df1af65eba32b Mon Sep 17 00:00:00 2001 +From 5b8f1ef6b0e36ba5246072f18b373f066baeaa17 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_1.2.2.bb b/meta/recipes-devtools/createrepo-c/createrepo-c_1.2.3.bb similarity index 96% rename from meta/recipes-devtools/createrepo-c/createrepo-c_1.2.2.bb rename to meta/recipes-devtools/createrepo-c/createrepo-c_1.2.3.bb index 1dd5165260..a5c1a9dd44 100644 --- a/meta/recipes-devtools/createrepo-c/createrepo-c_1.2.2.bb +++ b/meta/recipes-devtools/createrepo-c/createrepo-c_1.2.3.bb @@ -8,7 +8,7 @@ SRC_URI = "git://github.com/rpm-software-management/createrepo_c;branch=master;p file://0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch \ " -SRCREV = "46b86c9b14bd724cb6bec0bfa81a7b179847f3db" +SRCREV = "5ecca5e6c85cca1399378af5756344eb1c7448a1" DEPENDS = "expat curl glib-2.0 libxml2 openssl bzip2 zlib file sqlite3 xz rpm" DEPENDS:append:class-native = " file-replacement-native"