Diff for /loncom/build/rpmparse.pl between versions 1.8 and 1.9

version 1.8, 2001/05/03 15:18:06 version 1.9, 2001/05/03 15:19:34
Line 55  while(<IN>) { Line 55  while(<IN>) {
     my $type=$1;      my $type=$1;
     my $package=$2;      my $package=$2;
     $package=~s/\-[^\-]*\-[^\-]*$//;      $package=~s/\-[^\-]*\-[^\-]*$//;
     print "<br>$type $package\n";  
     if (!$chash{$package}) {      if (!$chash{$package}) {
  push @barerpms,"$package is missing and is of basic necessity to a LON-CAPA system\n" if $type eq 'Y';   push @barerpms,"$package is missing and is of basic necessity to a LON-CAPA system\n" if $type eq 'Y';
  push @developrpms,"$package is missing and may be useful for a LON-CAPA system\n" if $type eq 'N';   push @developrpms,"$package is missing and may be useful for a LON-CAPA system\n" if $type eq 'N';

Removed from v.1.8  
changed lines
  Added in v.1.9


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>