--- loncom/build/CHECKRPMS 2009/07/14 14:36:06 1.11 +++ loncom/build/CHECKRPMS 2010/10/04 15:07:17 1.12 @@ -122,7 +122,7 @@ if ($distro =~ /^fedora\d+$/) { $cmd = 'yum update'; &prepare_msg($tmpfile,$cmd); ($send,$addsubj) = &check_with_yum($tmpfile); -} elsif ($distro =~ /^scientific\d+\.\d$/) { +} elsif ($distro =~ /^scientific\d+$/) { $cmd = 'yum update'; &prepare_msg($tmpfile,$cmd); ($send,$addsubj) = &check_with_yum($tmpfile);