Skip to content

Commit d90f633

Browse files
authored
Merge pull request #5498 from travier/main-bump-libdnf
build(deps): bump libdnf from `998efa8` to `8eadf44`
2 parents 653b5cc + 170e18d commit d90f633

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

libdnf

Submodule libdnf updated 145 files

src/libpriv/rpmostree-core.cxx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -971,9 +971,13 @@ rpmostree_context_download_metadata (RpmOstreeContext *self, DnfContextSetupSack
971971

972972
/* https://github.com/rpm-software-management/libdnf/pull/416
973973
* https://github.com/projectatomic/rpm-ostree/issues/1127
974+
* As of libdnf 0.73.0 (commit f1ffeed5), filelists are disabled by default.
975+
* We need to explicitly enable them when not skipping.
974976
*/
975977
if (flags & DNF_CONTEXT_SETUP_SACK_FLAG_SKIP_FILELISTS)
976978
dnf_context_set_enable_filelists (self->dnfctx, FALSE);
979+
else
980+
dnf_context_set_enable_filelists (self->dnfctx, TRUE);
977981

978982
g_autoptr (GPtrArray) rpmmd_repos
979983
= rpmostree_get_enabled_rpmmd_repos (self->dnfctx, DNF_REPO_ENABLED_PACKAGES);

0 commit comments

Comments
 (0)