diff mbox series

[AUH] createrepo-c: upgrading to 1.2.3 SUCCEEDED

Message ID 0101019d4978fb6c-b32c470f-a9ad-4190-956c-a99c006bae64-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] createrepo-c: upgrading to 1.2.3 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org April 1, 2026, 2:35 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.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 <auh@yoctoproject.org>
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 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 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 <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_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"