From f17dcbe7fe19be714aecd4f3bafde15f44149e12 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 10 May 2024 08:01:30 -0700 Subject: [PATCH] bodhi / createerepo / epel8: try and get primary back on xz We changed around compression as part of a Fedora change and move to createrepo_c > 1.0, but the epel8 repos are causing a bit of problem for users who use mergerepo_c on them from older (<1.0) createrepo_c. They can't understand the primary.xml being zstd compressed. So, lets try and set this to switch primary back to xz. Signed-off-by: Kevin Fenzi --- roles/bodhi2/backend/files/createrepo_c.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/files/createrepo_c.ini b/roles/bodhi2/backend/files/createrepo_c.ini index e72a7727e9..bb2d028117 100644 --- a/roles/bodhi2/backend/files/createrepo_c.ini +++ b/roles/bodhi2/backend/files/createrepo_c.ini @@ -38,7 +38,7 @@ sqlite_enabled = True [release.EPEL-8] updateinfo-compress-type = BZ2 repodata-compress-type = xz -general-compress = False +general-compress = True zchunk = False drpms_enabled = True sqlite_enabled = True