aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-10-31 17:42:31 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-10-31 17:42:31 +0100
commitde993d5cdeefc7cdcaaf5f5885936669df21bc89 (patch)
treefccf783671c793d85544730432c086ea636d58db
parent0dd3174358bb336b5a70a1015e462e083d5a3298 (diff)
downloadiurt-de993d5cdeefc7cdcaaf5f5885936669df21bc89.tar
iurt-de993d5cdeefc7cdcaaf5f5885936669df21bc89.tar.gz
iurt-de993d5cdeefc7cdcaaf5f5885936669df21bc89.tar.bz2
iurt-de993d5cdeefc7cdcaaf5f5885936669df21bc89.tar.xz
iurt-de993d5cdeefc7cdcaaf5f5885936669df21bc89.zip
use --no-recommends instead of --no-suggests
... which is deprecated, thus fixing a warning in logs
-rwxr-xr-xiurt2
1 files changed, 1 insertions, 1 deletions
diff --git a/iurt b/iurt
index d308c23..570f9d5 100755
--- a/iurt
+++ b/iurt
@@ -531,7 +531,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 --tune-rpm=all --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-recommends --ignoresize $config->{urpmi_options}");
$run{urpmi} = $urpmi;
if (!$run{chrooted_urpmi} && $run{group}) {