From 57893d38c2725c07b29d974e184be37b3d265d9b Mon Sep 17 00:00:00 2001 From: wangmy Date: Wed, 24 Aug 2022 16:46:15 +0800 Subject: [PATCH] libdnf: upgrade 0.67.0 -> 0.68.0 Changelog: ========== New features: context: Support (NEVRA forms, provides, file provides) including globs in the dnf_context_remove func Bug fixes: dnf-context: Disconnect signal handler before dropping file monitor ref Filter out advisory pkgs with different arch during advisory upgrade, fixes possible problems in dependency resulution Gracefully handle failure to open repo primary file Fix listing a repository without cpeid Signed-off-by: Wang Mingyu Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- .../libdnf/{libdnf_0.67.0.bb => libdnf_0.68.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/libdnf/{libdnf_0.67.0.bb => libdnf_0.68.0.bb} (97%) diff --git a/meta/recipes-devtools/libdnf/libdnf_0.67.0.bb b/meta/recipes-devtools/libdnf/libdnf_0.68.0.bb similarity index 97% rename from meta/recipes-devtools/libdnf/libdnf_0.67.0.bb rename to meta/recipes-devtools/libdnf/libdnf_0.68.0.bb index 69255c5a57f..86cf41c1024 100644 --- a/meta/recipes-devtools/libdnf/libdnf_0.67.0.bb +++ b/meta/recipes-devtools/libdnf/libdnf_0.68.0.bb @@ -13,7 +13,7 @@ SRC_URI = "git://github.com/rpm-software-management/libdnf;branch=dnf-4-master;p file://0001-libdnf-dnf-context.cpp-do-not-try-to-access-BDB-data.patch \ " -SRCREV = "1742be5225b3a4928707696db8c69391def55f5a" +SRCREV = "388e7699f8a75fa81aca05d09389acea7e489168" UPSTREAM_CHECK_GITTAGREGEX = "(?P(?!4\.90)\d+(\.\d+)+)" S = "${WORKDIR}/git" -- 2.47.3