aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-09-05 17:23:50 +0000
committerThierry Vignaud <tv@mageia.org>2012-09-05 17:23:50 +0000
commitd354364919d9769fb7dca7d19f07f87bb29fac30 (patch)
tree4dc75c99137e9dae7b8baa77d14847015f7f710c
parent73a6af82acd36ab63b904c763ed36979d2dc0d90 (diff)
downloadrpmtools-d354364919d9769fb7dca7d19f07f87bb29fac30.tar
rpmtools-d354364919d9769fb7dca7d19f07f87bb29fac30.tar.gz
rpmtools-d354364919d9769fb7dca7d19f07f87bb29fac30.tar.bz2
rpmtools-d354364919d9769fb7dca7d19f07f87bb29fac30.tar.xz
rpmtools-d354364919d9769fb7dca7d19f07f87bb29fac30.zip
compress XML data with xz instead of lzma
(keeping .lzma extension for compatibility, just adding the magic value)
-rw-r--r--NEWS3
-rw-r--r--genhdlist22
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1b82b66..8c68d26 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- compress XML data with xz instead of lzma
+ (keeping .lzma extension for compatibility, just adding the magic value)
+
Version 6.4 - 26 August 2012, by Thierry Vignaud
- compress synthesis files with '--text' flag passed to xz (shrinks
diff --git a/genhdlist2 b/genhdlist2
index b6a0cd0..e6ca4f1 100644
--- a/genhdlist2
+++ b/genhdlist2
@@ -18,7 +18,7 @@ sub main() {
my %options = (
synthesis_filter => '.cz:xz -5 --text',
xml_info => 'auto',
- xml_info_filter => '.lzma:lzma -5 --text',
+ xml_info_filter => '.lzma:xz -5 --text',
versioned => 'auto'
);