From: wangmy Date: Wed, 24 Aug 2022 08:46:15 +0000 (+0800) Subject: libdnf: upgrade 0.67.0 -> 0.68.0 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3131 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=57893d38c2725c07b29d974e184be37b3d265d9b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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"