--- loncom/build/CHECKRPMS 2006/10/03 00:34:59 1.1 +++ loncom/build/CHECKRPMS 2006/10/04 17:56:44 1.2 @@ -218,10 +218,19 @@ sub check_with_rug { chomp(@output); my @clean_output; foreach my $line (@output) { - if ($line eq 'Waking up ZMD...' || $line eq 'Done') { + if ($line eq 'Waking up ZMD...') { next; - } - if ($line eq 'No updates are available.') { + } elsif ($line eq 'Done') { + next; + } elsif ($line eq '') { + next; + } elsif ($line eq 'The following packages will be installed:') { + next; + } elsif ($line eq 'Resolving Dependencies...') { + next; + } elsif ($line eq 'Transaction...') { + last; + } elsif ($line eq 'No updates are available.') { last; } else { push(@clean_output,$line);