From 8308b20318d04abf489b6c816ed23c8fdca9735d Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 14 Jan 2005 13:20:53 +0000 Subject: Adjust to real format of file "descriptions" --- rpmdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; -- cgit v1.2.1