dnf: Load filelists for actual solver too
Not just in tests.
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
(cherry picked from commit 209d308e1c
)
This commit is contained in:
parent
744b00499d
commit
4d858ef958
@ -97,6 +97,7 @@ def main(ns, persistdir, cachedir):
|
|||||||
dnf_conf = Conf(ns.arch)
|
dnf_conf = Conf(ns.arch)
|
||||||
dnf_conf.persistdir = persistdir
|
dnf_conf.persistdir = persistdir
|
||||||
dnf_conf.cachedir = cachedir
|
dnf_conf.cachedir = cachedir
|
||||||
|
dnf_conf.optional_metadata_types = ["filelists"]
|
||||||
dnf_obj = DnfWrapper(dnf_conf)
|
dnf_obj = DnfWrapper(dnf_conf)
|
||||||
|
|
||||||
gather_opts = GatherOptions()
|
gather_opts = GatherOptions()
|
||||||
|
Loading…
Reference in New Issue
Block a user