diff options
author | wangmy <wangmy@fujitsu.com> | 2022-08-24 16:46:15 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-25 11:08:07 +0100 |
commit | 1d3975aa3d6950d2c5695a8e25b46dfe89509e06 (patch) | |
tree | 174a5595de853b7e6ff0ce1d5415d118cc1ff484 | |
parent | 609b059b0152c4663db3dc738d619f302783f200 (diff) | |
download | poky-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>
-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 | ||
16 | SRCREV = "1742be5225b3a4928707696db8c69391def55f5a" | 16 | SRCREV = "388e7699f8a75fa81aca05d09389acea7e489168" |
17 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(?!4\.90)\d+(\.\d+)+)" | 17 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(?!4\.90)\d+(\.\d+)+)" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |