From patchwork Thu Feb 15 17:32:23 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 39447 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 89FD8C54EEE for ; Thu, 15 Feb 2024 17:32:40 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.web11.20321.1708018343587360683 for ; Thu, 15 Feb 2024 09:32:24 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=NiDbJiI7; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=bxnPKcqr; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101018dadd39f94-8976fcad-381c-464b-9cce-02142264d7b4-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=1708018344; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=h7XPc482NEgpcHCxxnA33v1XW1HccGYk0SysMz6Ld+Q=; b=NiDbJiI72logGt2WAvsF5lu6s26Td7K2s+OUzfoE7a25x10TN9UjcNBBFVWoQXST 5eyv8dXjaa5RZQJk8ELgviBzNET+5anLvmHx+db3R895M3Lz7sZUvQRz45gZtWt3It/ s7Onlj5PFtZSEcp06AFplrFo3SxRoBnl7tpmmAAU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1708018344; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=h7XPc482NEgpcHCxxnA33v1XW1HccGYk0SysMz6Ld+Q=; b=bxnPKcqr2kwGCaZr0X/+QC/Nf5MhDztJlt/I3xpXc42iEwoU9kbLBS1JxDOkxuoB tpw7/vD4VvBovOAbktr1l5qLgkNlVeMpQIus8DPXEgFAFKxF0IeCQGYBUcXhvj/1HBT IbE+cNzfXdGuBePu5Sc2A+45venuojl8N0AgTQNE= MIME-Version: 1.0 From: auh@yoctoproject.org To: Alexander Kanavin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] createrepo-c: upgrading to 1.0.4 SUCCEEDED Message-ID: <0101018dadd39f94-8976fcad-381c-464b-9cce-02142264d7b4-000000@us-west-2.amazonses.com> Date: Thu, 15 Feb 2024 17:32:23 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.02.15-54.240.27.192 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 ; Thu, 15 Feb 2024 17:32:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/195566 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *createrepo-c* to *1.0.4* has Succeeded. Next steps: - apply the patch: git am 0001-createrepo-c-upgrade-1.0.3-1.0.4.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 53d26df5db679bef4a59e97196c95365c12a2de1 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 15 Feb 2024 06:51:44 +0000 Subject: [PATCH] createrepo-c: upgrade 1.0.3 -> 1.0.4 --- ...01-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch | 6 ++---- .../createrepo-c/0001-include-rpm-rpmstring.h.patch | 4 ++-- .../{createrepo-c_1.0.3.bb => createrepo-c_1.0.4.bb} | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) rename meta/recipes-devtools/createrepo-c/{createrepo-c_1.0.3.bb => createrepo-c_1.0.4.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 b63fe53944..fc74208a7e 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 6f8f6d151b831b60f6e7892aa9294a6361353c72 Mon Sep 17 00:00:00 2001 +From 5c55a3e3411a6ba53c8d631f5db73e4e51995669 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 @@ -6,6 +6,7 @@ Subject: [PATCH] Do not set PYTHON_INSTALL_DIR by running python Upstream-Status: Inappropriate [oe-core specific] Signed-off-by: Alexander Kanavin Signed-off-by: Wang Mingyu + --- src/python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) @@ -23,6 +24,3 @@ index a31b14d..01fd8ca 100644 INCLUDE_DIRECTORIES (${PYTHON_INCLUDE_PATH}) MESSAGE(STATUS "Python install dir is ${PYTHON_INSTALL_DIR}") --- -2.25.1 - 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 b7e5710b39..6fe881df61 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 eb66326c3fc6e942282d01ddd56659c78ed7400b Mon Sep 17 00:00:00 2001 +From a25b76d58bed0aeb7c38d7701edf720178c153ab 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 @@ -17,7 +17,7 @@ Signed-off-by: Khem Raj 1 file changed, 1 insertion(+) diff --git a/src/xml_file.c b/src/xml_file.c -index d2400b8..871109c 100644 +index 44b38f9..de5176b 100644 --- a/src/xml_file.c +++ b/src/xml_file.c @@ -19,6 +19,7 @@ diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb b/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.4.bb similarity index 96% rename from meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb rename to meta/recipes-devtools/createrepo-c/createrepo-c_1.0.4.bb index cfd406650c..f498bcb655 100644 --- a/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.3.bb +++ b/meta/recipes-devtools/createrepo-c/createrepo-c_1.0.4.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 = "f5b5cb3d7389da979b9f05d72ab13979a8c2dccf" +SRCREV = "4ade5ea5c4c636f045f29a2d8d8a57241fc5d24e" S = "${WORKDIR}/git"