aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-07-26 17:17:40 +0000
committerThierry Vignaud <tv@mageia.org>2012-07-26 17:17:40 +0000
commitffef3bce078cb05c9743470d7acc5287eee8d956 (patch)
tree12d7f672f016eae3090ca50a9e82163aa94cf238
parent685cf0f1e9f1cb3f92daa49aab048bfa2092f924 (diff)
downloadrpm-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--NEWS2
-rw-r--r--macros.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3310a89..49f9f36 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
diff --git a/macros.in b/macros.in
index 9175dd4..20f63fe 100644
--- a/macros.in
+++ b/macros.in
@@ -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.