diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | build.macros.in | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,6 @@ +- switch binary payload compression to Zstandard level 19 + for faster installations + See https://fedoraproject.org/wiki/Changes/Switch_RPMs_to_zstd_compression - sync brp-mangle-shebangs with FC: o do not stat / touch files needlessly o fix unsafe/incorrect command expansion 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)} |