Files
Gilver 764212ac89 fix(zlib): Move to Extras (#8507)
DNF is autosolving this for the libraries, which causes issues with most installs as most packages are expecting `zlib-ng-compat`.

Signed-off-by: Gilver <rockgrub@disroot.org>
2025-12-19 17:46:19 -06:00

9 lines
89 B
HCL

project pkg {
rpm {
spec = "zlib.spec"
}
labels {
subrepo = "extras"
}
}