--- loncom/build/rpmparse.pl 2001/04/03 13:33:22 1.4 +++ loncom/build/rpmparse.pl 2001/04/03 13:37:09 1.6 @@ -33,7 +33,7 @@ while() { push @newrpms,"$name was built ".localtime($buildtime)." when the expected build time was ".localtime($sbhash{$name})."\n"; } if ($sbhash{$name}>$buildtime) { - push @newrpms,"$name was built ".localtime($sbhash{$name})." when the expected build time was ".localtime($buildtime)."\n"; + push @oldrpms,"$name was built ".localtime($buildtime)." when the expected build time was ".localtime($sbhash{$name})."\n"; } } else {