summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-08-24 16:46:15 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-25 11:08:07 +0100
commit1d3975aa3d6950d2c5695a8e25b46dfe89509e06 (patch)
tree174a5595de853b7e6ff0ce1d5415d118cc1ff484 /meta/recipes-devtools
parent609b059b0152c4663db3dc738d619f302783f200 (diff)
downloadpoky-1d3975aa3d6950d2c5695a8e25b46dfe89509e06.tar.gz
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 (From OE-Core rev: 57893d38c2725c07b29d974e184be37b3d265d9b) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/libdnf/libdnf_0.68.0.bb (renamed from meta/recipes-devtools/libdnf/libdnf_0.67.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/libdnf/libdnf_0.67.0.bb b/meta/recipes-devtools/libdnf/libdnf_0.68.0.bb
index 69255c5a57..86cf41c102 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
13 file://0001-libdnf-dnf-context.cpp-do-not-try-to-access-BDB-data.patch \ 13 file://0001-libdnf-dnf-context.cpp-do-not-try-to-access-BDB-data.patch \
14 " 14 "
15 15
16SRCREV = "1742be5225b3a4928707696db8c69391def55f5a" 16SRCREV = "388e7699f8a75fa81aca05d09389acea7e489168"
17UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(?!4\.90)\d+(\.\d+)+)" 17UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(?!4\.90)\d+(\.\d+)+)"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"