From 69c50cd61f4c793ac37df0d43255671f5e3c960a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 24 Sep 2018 10:02:01 +0200 Subject: binary payload is chosen at build time --- build.macros.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build.macros.in') diff --git a/build.macros.in b/build.macros.in index 262b3d2..d7e93eb 100644 --- a/build.macros.in +++ b/build.macros.in @@ -469,5 +469,8 @@ popd %_source_filedigest_algorithm 8 %_binary_filedigest_algorithm 8 +# Use XZ compression for binary payloads +%_binary_payload w5.xzdio + # Automatically trim changelog entries after 2 years %_changelog_trimtime %{lua:print(os.time() - 2 * 365 * 86400)} -- cgit v1.2.1