diff mbox series

[AUH] createrepo-c: upgrading to 1.2.1 SUCCEEDED

Message ID 01010195f160948f-4ef265d2-d818-45b1-895c-66e58779822b-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] createrepo-c: upgrading to 1.2.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org April 1, 2025, 12:43 p.m. UTC
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 <auh@yoctoproject.org>
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 mbox series

Patch

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 <alex.kanavin@gmail.com>
 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 <raj.khem@gmail.com>
 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"