aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xiurt2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8edd1a6..b4fef05 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- speed up installing packages
+
0.6.23
- remove old src.rpm before recreating it (mga#14243)
- delete potentially incomplete files when copying to local_spool
diff --git a/iurt b/iurt
index dea9b44..eb60726 100755
--- a/iurt
+++ b/iurt
@@ -525,7 +525,7 @@ if (!$config->{repository}) {
die "FATAL $program_name: no repository have been defined (use --repository to specify one on the command line";
}
-my $urpmi = Iurt::Urpmi->new(run => \%run, config => $config, urpmi_options => "-v --no-verify-rpm --nolock --auto --no-suggests --ignoresize $config->{urpmi_options}");
+my $urpmi = Iurt::Urpmi->new(run => \%run, config => $config, urpmi_options => "-v --no-verify-rpm --tune-rpm=all --nolock --auto --no-suggests --ignoresize $config->{urpmi_options}");
$run{urpmi} = $urpmi;
if (!$run{chrooted_urpmi} && $run{group}) {