summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install/NEWS2
-rw-r--r--perl-install/install/steps.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index 6a9902b74..508f5003b 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+- compress report with xz instead of gzip
+
Version 14.42 - 4 September 2012
- load 'aesni_intel' crypto module for newer Intel CPUs (mga#7333)
diff --git a/perl-install/install/steps.pm b/perl-install/install/steps.pm
index 748db7280..c3cac095e 100644
--- a/perl-install/install/steps.pm
+++ b/perl-install/install/steps.pm
@@ -838,7 +838,7 @@ sub exitInstall {
my $report = '/root/drakx/report.bug';
unlink "$::prefix$report", "$::prefix$report.gz";
output "$::prefix$report", install::any::report_bug();
- run_program::rooted($::prefix, 'gzip', $report);
+ run_program::rooted($::prefix, 'xz', $report);
};
output("$::prefix/root/drakx/package_list.pl", install::any::selected_leaves_pl($o));