From 1ba3d908a70564ac8b0d55474dbecd699171ecb1 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 22 Oct 2009 17:27:34 +0000 Subject: minimal install: install packages with higher rpmsrate level only (level 5, and not level 4 + 5) --- perl-install/install/NEWS | 2 ++ perl-install/install/steps_interactive.pm | 1 + 2 files changed, 3 insertions(+) (limited to 'perl-install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index db429a979..ac0578043 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,6 @@ - curses backend: do not crash when resuming interface +- minimal install: install packages with higher rpmsrate level only + (level 5, and not level 4 + 5) Version 12.69 - 21 October 2009 diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index 49637c7b4..1ebf6668f 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -587,6 +587,7 @@ Please choose the minimal installation you want:"), if ($minimal) { $o->{rpmsrate_flags_chosen}{CAT_X} = $docs = $suggests = 0; $o->{rpmsrate_flags_chosen}{CAT_SYSTEM} = 0; + $o->{compssListLevel} = pkgs::rpmsrate_rate_max(); } $o->{excludedocs} = !$docs; $o->{rpmsrate_flags_chosen}{CAT_MINIMAL_DOCS} = $docs; -- cgit v1.2.1