diff mbox series

[AUH] librepo: upgrading to 1.21.1 SUCCEEDED

Message ID 010101a089e73f7c-70bf9211-5c14-4bda-91d5-2ee5500312a6-000000@us-west-2.amazonses.com
State Under Review
Headers show
Series [AUH] librepo: upgrading to 1.21.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Sept. 10, 2026, 6 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *librepo* to *1.21.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-librepo-upgrade-1.21.0-1.21.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 5341e21681e9febc2984cce7a65027bf0e6cfbba Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Thu, 10 Sep 2026 05:32:13 +0000
Subject: [PATCH] librepo: upgrade 1.21.0 -> 1.21.1

86ed082 Release 1.21.1
bfa2bdf Fix file corruption when re-downloading a completed file with resume
04a1478 Configure packit to propose downstream releases
c45e00d dnf5 tests were moved to dnf5 repository
---
 ...2-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch | 2 +-
 .../librepo/{librepo_1.21.0.bb => librepo_1.21.1.bb}            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/librepo/{librepo_1.21.0.bb => librepo_1.21.1.bb} (94%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/librepo/librepo/0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch b/meta/recipes-devtools/librepo/librepo/0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch
index 6cfe970c2f..30802fd4f2 100644
--- a/meta/recipes-devtools/librepo/librepo/0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch
+++ b/meta/recipes-devtools/librepo/librepo/0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch
@@ -1,4 +1,4 @@ 
-From ba81dfc3aaeadad0e22272136740864bc95d4f6b Mon Sep 17 00:00:00 2001
+From e15c8ab0aab4eda7754e186c63b5ee0feb13f886 Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kanavin@gmail.com>
 Date: Fri, 30 Dec 2016 18:05:36 +0200
 Subject: [PATCH] Do not try to obtain PYTHON_INSTALL_DIR by running python.
diff --git a/meta/recipes-devtools/librepo/librepo_1.21.0.bb b/meta/recipes-devtools/librepo/librepo_1.21.1.bb
similarity index 94%
rename from meta/recipes-devtools/librepo/librepo_1.21.0.bb
rename to meta/recipes-devtools/librepo/librepo_1.21.1.bb
index 72ee9a627c..9cefbfd48e 100644
--- a/meta/recipes-devtools/librepo/librepo_1.21.0.bb
+++ b/meta/recipes-devtools/librepo/librepo_1.21.1.bb
@@ -9,7 +9,7 @@  SRC_URI = "git://github.com/rpm-software-management/librepo.git;branch=master;pr
            file://0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch \
            "
 
-SRCREV = "5e5bddacad52121f970c499e13a98d936dcdc7b6"
+SRCREV = "86ed082e25bbd1901d21d75924297c7697b33307"
 
 DEPENDS = "curl glib-2.0 openssl attr gpgme libxml2"