@@ -1,4 +1,4 @@
-From 0062f49b62ce014dc81485c6ae101d49399d22cf Mon Sep 17 00:00:00 2001
+From ba81dfc3aaeadad0e22272136740864bc95d4f6b 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.
@@ -11,7 +11,7 @@ Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/librepo/python/CMakeLists.txt b/librepo/python/CMakeLists.txt
-index 8523ca7..06e5f7b 100644
+index 91b7385..b08358b 100644
--- a/librepo/python/CMakeLists.txt
+++ b/librepo/python/CMakeLists.txt
@@ -16,12 +16,12 @@ SET (librepomodule_SRCS
similarity index 94%
rename from meta/recipes-devtools/librepo/librepo_1.20.0.bb
rename to meta/recipes-devtools/librepo/librepo_1.21.0.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 = "363cb70c6548be900832bc9b18ced3e7569da15a"
+SRCREV = "5e5bddacad52121f970c499e13a98d936dcdc7b6"
DEPENDS = "curl glib-2.0 openssl attr gpgme libxml2"
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *librepo* to *1.21.0* has Succeeded. Next steps: - apply the patch: git am 0001-librepo-upgrade-1.20.0-1.21.0.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 605e277c6595ed726110c638e7071c50b01807f3 Mon Sep 17 00:00:00 2001 From: Upgrade Helper <auh@yoctoproject.org> Date: Tue, 1 Sep 2026 05:30:46 +0000 Subject: [PATCH] librepo: upgrade 1.20.0 -> 1.21.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 5e5bdda use PROV for pkcs11 URIs with OpenSSL 4.x 54e8496 test: verify missing key error message consistency across backends ea33d57 gpgme: report "Signing key not found" when signing key is missing 13e2a9b PGP: define shared error message constants for both backends f756add Optionally build librepo as a static library as well adf4afa test: don't expect empty file when downloading fails 84ce760 Fix metadata file descriptor leaks ec49f22 Close zchunk seed fd in find_local_zck_header a42277a Do not fail in lr_prepare_repodata_dir() if repodata/ dir exists 84206b2 Fix download resume within a single session 23a958f Configure packit to use caret notation for postrelease snapshots 9e5b003 Set CMAKE_SKIP_RPATH to TRUE 5d8b0ea Fix memory leaks in `lr_yum_download_repos` e39ef74 Fix: actually store metalink and mirrorlist download targets 9eff2fc PGP: Fix creating /run/gnupg/user 731b5f9 Replace deprecated CURLOPT_PROGRESSFUNCTION be788e8 spec: Postrelease version bump 5d52606 gpgme: Improve handling of expired GPG signatures with key rotation support 067e0ea Merge packit copr_build jobs into one 310d247 CI: Correct a link to packit documentation 03a20b2 Add build requirements installation instructions 0fc4b98 Test importing keys with prefix and suffix a260f21 We cannot build for epel-8 due to glib2 ≥ 2.66 requirement f22fc30 Add packit copr-builds and tests --- ...Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch | 4 ++-- .../librepo/{librepo_1.20.0.bb => librepo_1.21.0.bb} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/librepo/{librepo_1.20.0.bb => librepo_1.21.0.bb} (94%)