Mageia Bugzilla – Attachment 3071 Details for
Bug 5558
dmraid removed when needed at install time (draklive)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
blacklisting dmraid from being removed (bad solution, leaving dmraid installed on systems not needing it)
5558-2.diff (text/plain), 695 bytes, created by
Thierry Vignaud
on 2012-11-11 13:48:20 CET
(
hide
)
Description:
blacklisting dmraid from being removed (bad solution, leaving dmraid installed on systems not needing it)
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2012-11-11 13:48:20 CET
Size:
695 bytes
patch
obsolete
>diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm >index 811bd3a..95e5411 100644 >--- a/perl-install/pkgs.pm >+++ b/perl-install/pkgs.pm >@@ -259,7 +259,7 @@ sub remove_unused_packages { > undef $wait; > > # Packages to not remove even if they seem unused >- my @wanted_hardware_packages = qw(gnome-bluetooth gnome-phone-manager kbluetooth kppp ppp wireless-tools wpa_supplicant); >+ my @wanted_hardware_packages = qw(gnome-bluetooth gnome-phone-manager kbluetooth kppp ppp wireless-tools wpa_supplicant dmraid); > @unused_hardware_packages = difference2(\@unused_hardware_packages, \@wanted_hardware_packages); > > @unused_hardware_packages || @unselected_locales or return;
diff --git a/perl-install/pkgs.pm b/perl-install/pkgs.pm index 811bd3a..95e5411 100644 --- a/perl-install/pkgs.pm +++ b/perl-install/pkgs.pm @@ -259,7 +259,7 @@ sub remove_unused_packages { undef $wait; # Packages to not remove even if they seem unused - my @wanted_hardware_packages = qw(gnome-bluetooth gnome-phone-manager kbluetooth kppp ppp wireless-tools wpa_supplicant); + my @wanted_hardware_packages = qw(gnome-bluetooth gnome-phone-manager kbluetooth kppp ppp wireless-tools wpa_supplicant dmraid); @unused_hardware_packages = difference2(\@unused_hardware_packages, \@wanted_hardware_packages); @unused_hardware_packages || @unselected_locales or return;
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 5558
:
2072
|
2743
| 3071