aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrpmdrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdrake b/rpmdrake
index 56481b92..ca73c7d9 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -1205,7 +1205,7 @@ Then, restart %s.", $rpmdrake::myname_update)), myexit(-1);
$section = 'pkg';
next;
};
- /^Update: (.+)/ && $section eq 'pkg' and $cur->{update} = $1;
+ /^Updated?: (.+)/ && $section eq 'pkg' and $cur->{update} = $1;
/^Importance: (.+)/ && $section eq 'pkg' and $cur->{importance} = $1;
/^%pre/ and do { $section = 'pre'; next };
/^%description/ and do { $section = 'description'; next };