#59 Switch binary payload compression to Zstandard level 19
Closed 4 years ago by ffesti. Opened 4 years ago by dmach.
rpms/ dmach/redhat-rpm-config zstd  into  master

file modified
+2 -2
@@ -195,8 +195,8 @@ 

  %_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

file modified
+5 -2
@@ -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
@@ -202,6 +202,9 @@ 

  %{_rpmconfigdir}/macros.d/macros.kmp

  

  %changelog

+ * Mon Jul 01 2019 Daniel Mach <dmach@redhat.com> - 134-1

+ - Switch binary payload compression to Zstandard level 19

+ 

  * Thu Jun 27 2019 Vít Ondruch <vondruch@redhat.com> - 133-2

  - Enable RPM to set SOURCE_DATE_EPOCH environment variable.