From 38d0d92d5c6e265056ecc50f1cc2af8de6175629 Mon Sep 17 00:00:00 2001 From: Daniel Mach Date: Mon, 1 Jul 2019 14:19:40 +0000 Subject: [PATCH] Switch binary payload compression to Zstandard level 19 Fedora Change: https://fedoraproject.org/w/index.php?title=Changes/Switch_RPMs_to_zstd_compression Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1720729 Fesco ticket: https://pagure.io/fesco/issue/2144 Rel-eng ticket: https://pagure.io/releng/issue/8395 --- macros | 4 ++-- redhat-rpm-config.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/macros b/macros index ca94d8e..4b6674e 100644 --- a/macros +++ b/macros @@ -195,8 +195,8 @@ print(result) %_source_filedigest_algorithm 8 %_binary_filedigest_algorithm 8 -# Use XZ compression for binary payloads -%_binary_payload w2.xzdio +# Use Zstandard compression for binary payloads +%_binary_payload w19.zstdio %_hardening_cflags -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 # we don't escape symbols '~', '"', etc. so be careful when changing this diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 7c7fede..22103ea 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -6,8 +6,8 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config -Version: 133 -Release: 2%{?dist} +Version: 134 +Release: 1%{?dist} # No version specified. License: GPL+ URL: https://src.fedoraproject.org/rpms/redhat-rpm-config