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
This commit is contained in:
parent
86aae600e6
commit
38d0d92d5c
4
macros
4
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user