Author: joeyh
Date: 2005-10-20 17:50:54 +0000 (Thu, 20 Oct 2005)
New Revision: 2521
Modified:
bin/checklist
Log:
skip <unfixed> when looking for kernel packges that need update
Modified: bin/checklist
==================================================================---
bin/checklist 2005-10-20 17:24:52 UTC (rev 2520)
+++ bin/checklist 2005-10-20 17:50:54 UTC (rev 2521)
@@ -149,7 +149,7 @@
next if $urgency eq ''unimportant'';
# It''s a kernel. Add it to the list of kernels that need to be
looked at.
- if ($package=~/kernel-source-([0-9.]+)/) {
+ if ($package=~/kernel-source-([0-9.]+)/ && $version ne
''<unfixed>'') {
my $kernversion=$1;
if (exists $needkernel{$kernversion} &&
length $version &&