From 89978f75dfe1aac4716620f5f223f7a52d93364a Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 14 Jan 2005 14:14:18 +0000 Subject: Restore some groups --- rpmdrake | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/rpmdrake b/rpmdrake index 57c9f505..d7306f8d 100755 --- a/rpmdrake +++ b/rpmdrake @@ -172,6 +172,8 @@ my @valid_groups = ( N_("Books"), N_("Howtos"), N_("Books"), N_("Literature"), N_("Books"), N_("Other"), + N_("Cluster"), N_("Message Passing"), + N_("Cluster"), N_("Queueing Services"), N_("Communications"), N_("Databases"), N_("Development"), N_("C"), @@ -206,6 +208,7 @@ my @valid_groups = ( N_("Graphical desktop"), N_("WindowMaker"), N_("Graphics"), N_("Monitoring"), + N_("Multimedia"), N_("Networking"), N_("Chat"), N_("Networking"), N_("File transfer"), N_("Networking"), N_("IRC"), @@ -216,6 +219,7 @@ my @valid_groups = ( N_("Networking"), N_("Remote access"), N_("Networking"), N_("WWW"), N_("Office"), + N_("Public Keys"), N_("Publishing"), N_("Sciences"), N_("Astronomy"), N_("Sciences"), N_("Biology"), @@ -234,6 +238,8 @@ my @valid_groups = ( N_("System"), N_("Configuration"), N_("Other"), N_("System"), N_("Configuration"), N_("Packaging"), N_("System"), N_("Configuration"), N_("Printing"), + N_("System"), N_("Deploiement"), + N_("System"), N_("Deployment"), N_("System"), N_("Fonts"), N_("Console"), N_("System"), N_("Fonts"), N_("True type"), N_("System"), N_("Fonts"), N_("Type1"), @@ -1201,7 +1207,7 @@ Then, restart %s.", $rpmdrake::myname_update)), myexit(-1); my @pkg_list = split /\s+/, $1; exists $cur->{importance} && $cur->{importance} !~ /^(?:security|bugfix)\z/ and $cur->{importance} = 'normal'; - $descriptions{$_} = $cur foreach @{$cur->{pkgs} || []}; + $update_descr{$_} = $cur foreach @{$cur->{pkgs} || []}; $cur = {}; $cur->{pkgs} = [ @pkg_list ]; $section = 'pkg'; -- cgit v1.2.1