dnf: Load filelists for actual solver too

Not just in tests.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2024-02-15 15:23:49 +01:00 committed by lsedlar
parent be410d9fd5
commit 209d308e1c

View File

@ -97,6 +97,7 @@ def main(ns, persistdir, cachedir):
dnf_conf = Conf(ns.arch)
dnf_conf.persistdir = persistdir
dnf_conf.cachedir = cachedir
dnf_conf.optional_metadata_types = ["filelists"]
dnf_obj = DnfWrapper(dnf_conf)
gather_opts = GatherOptions()