From 12870f8bce61bc13c843d014023b0c88efdba994 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 23 Dec 2019 15:59:26 +0100 Subject: Switch binary payload compression to Zstandard level 19 for faster installations, as discussed with tmb See https://fedoraproject.org/wiki/Changes/Switch_RPMs_to_zstd_compression --- build.macros.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.macros.in') diff --git a/build.macros.in b/build.macros.in index 02d0dd8..e9edd4a 100644 --- a/build.macros.in +++ b/build.macros.in @@ -507,8 +507,8 @@ fi %_source_filedigest_algorithm 8 %_binary_filedigest_algorithm 8 -# Use XZ compression for binary payloads -%_binary_payload w5.xzdio +# Use Zstandard compression for binary payloads +%_binary_payload w19.zstdio # Automatically trim changelog entries after 2 years %_changelog_trimtime %{lua:print(os.time() - 2 * 365 * 86400)} -- cgit v1.2.1