flatpak_module_tools/package_locator.py assumes that the files in the repository metadata are compressed with gzip, but recent versions of createrepo_c default to zstd.
flatpak_module_tools/package_locator.py
We force gzip-'ed compressed repodata for --general-compress-type=gz when we run createrepo_c for local repositories, but it is likely that the koji repos will eventually end up zstd compressed too.
--general-compress-type=gz
Fixed in https://gitlab.com/flatpak-container/flatpak-container-tools/-/merge_requests/3 and follow-up commits.
Metadata Update from @otaylor: - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.