diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-06-25 18:17:46 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-06-25 18:17:46 +0000 |
commit | a9e13c17dee3cdca0cd39c45da73a59043a5176c (patch) | |
tree | 0d5d7c8db724d37e68f9f0d052349ee36a673a6a | |
parent | ba7f076392d78e5715342826511cb585256b04a1 (diff) | |
download | rpmtools-a9e13c17dee3cdca0cd39c45da73a59043a5176c.tar rpmtools-a9e13c17dee3cdca0cd39c45da73a59043a5176c.tar.gz rpmtools-a9e13c17dee3cdca0cd39c45da73a59043a5176c.tar.bz2 rpmtools-a9e13c17dee3cdca0cd39c45da73a59043a5176c.tar.xz rpmtools-a9e13c17dee3cdca0cd39c45da73a59043a5176c.zip |
compress synthesis with XZ too (40% saving)
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | genhdlist2 | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,6 @@ - actually compress xml files with '--text' flag passed to lzma (shrinks files.xml.lzma by 25% \o/) +- compress synthesis with XZ too (40% saving) - drop compatibility with perl-URPM < 1.48 (ie < 2007.1) Version 6.2 - 27 February 2012, by Thierry Vignaud @@ -16,7 +16,7 @@ sub usage () { sub main() { my %options = ( - synthesis_filter => '.cz:gzip -9', + synthesis_filter => '.cz:xz -5', xml_info => 'auto', xml_info_filter => '.lzma:lzma -5 --text', versioned => 'auto' @@ -599,7 +599,7 @@ Write hdlist/synthesis in this directory instead of <dir>/media_info =item B<--synthesis-filter SUFFIX:FILTER> Use SUFFIX for filename suffix and filter through FILTER for compression. -By default genhdlist2 will use '.cz:gzip -9'. +By default genhdlist2 will use '.cz:xz -5'. =item B<--xml-info> |