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:
parent
be410d9fd5
commit
209d308e1c
1 changed files with 1 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue