Commit 0d3ca5b
committed
libdnf: Explicitly enable filelists for non-SKIP_FILELISTS flows
As of libdnf 0.73.0 (commit f1ffeed5a75e902adf356c6cdfd926d6653b00ce),
filelists metadata is disabled by default to optimize package resolution
performance. However, this breaks file dependency resolution when packages
specify file paths (e.g., /usr/share/makedumpfile) as dependencies.
The previous code only explicitly disabled filelists when the
SKIP_FILELISTS flag was set, relying on the old default of filelists
being enabled. With the new libdnf default, we need to explicitly enable
filelists when NOT skipping them.
Assisted-by: Claude Code (Sonnet 4.5)
Signed-off-by: Colin Walters <walters@verbum.org>1 parent 6ae105b commit 0d3ca5b
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
971 | 971 | | |
972 | 972 | | |
973 | 973 | | |
| 974 | + | |
| 975 | + | |
974 | 976 | | |
975 | 977 | | |
976 | 978 | | |
| 979 | + | |
| 980 | + | |
977 | 981 | | |
978 | 982 | | |
979 | 983 | | |
| |||
0 commit comments