Mageia Bugzilla – Attachment 662 Details for
Bug 1839
iurt shouldn't install suggested packages when installing build dependencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
attempt to fix the bug
bug_1839.patch (text/plain), 678 bytes, created by
Jerome Quelin
on 2011-07-20 12:18:14 CEST
(
hide
)
Description:
attempt to fix the bug
Filename:
MIME Type:
Creator:
Jerome Quelin
Created:
2011-07-20 12:18:14 CEST
Size:
678 bytes
patch
obsolete
>Index: iurt2 >=================================================================== >--- iurt2 (révision 1776) >+++ iurt2 (copie de travail) >@@ -411,7 +411,7 @@ > 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 --ignoresize $config->{urpmi_options}"); >+my $urpmi = Iurt::Urpmi->new(run => \%run, config => $config, urpmi_options => "-v --no-verify-rpm --nolock --auto --no-suggests --ignoresize $config->{urpmi_options}"); > $run{urpmi} = $urpmi; > > if (!$run{chrooted_urpmi} && $run{group}) {
Index: iurt2 =================================================================== --- iurt2 (révision 1776) +++ iurt2 (copie de travail) @@ -411,7 +411,7 @@ 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 --ignoresize $config->{urpmi_options}"); +my $urpmi = Iurt::Urpmi->new(run => \%run, config => $config, urpmi_options => "-v --no-verify-rpm --nolock --auto --no-suggests --ignoresize $config->{urpmi_options}"); $run{urpmi} = $urpmi; if (!$run{chrooted_urpmi} && $run{group}) {
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1839
: 662