diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-07-26 17:17:40 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-07-26 17:17:40 +0000 |
commit | ffef3bce078cb05c9743470d7acc5287eee8d956 (patch) | |
tree | 12d7f672f016eae3090ca50a9e82163aa94cf238 | |
parent | 685cf0f1e9f1cb3f92daa49aab048bfa2092f924 (diff) | |
download | rpm-setup-ffef3bce078cb05c9743470d7acc5287eee8d956.tar rpm-setup-ffef3bce078cb05c9743470d7acc5287eee8d956.tar.gz rpm-setup-ffef3bce078cb05c9743470d7acc5287eee8d956.tar.bz2 rpm-setup-ffef3bce078cb05c9743470d7acc5287eee8d956.tar.xz rpm-setup-ffef3bce078cb05c9743470d7acc5287eee8d956.zip |
switch from lzma to xz payload by default (like FC & mdv)
(supported since 2008)
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | macros.in | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,6 @@ - install g-ir-extract-deps in the right place +- switch from lzma to xz payload by default (like FC & mdv) + (supported since 2008) Version 1.150 - 26 Jul 2012, by Thierry Vignaud - build with -fPIC on x86_64 too (pok, mdv) @@ -23,7 +23,7 @@ %_changelog_trimtime %{lua:print(os.time() - 3 * 365 * 86400)} # use LZMA to compress binary packages: -%_binary_payload w5.lzdio +%_binary_payload w5.xzdio #============================================================================== # ---- GPG/PGP/PGP5 signature macros. |