aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-01-14 13:20:53 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-01-14 13:20:53 +0000
commit8308b20318d04abf489b6c816ed23c8fdca9735d (patch)
treea7bf39d792669cdc0b2c7b56445c9a86bcb07125
parentaf1d5cafcdd13c573f3a5ac9af45a85584fa1587 (diff)
downloadrpmdrake-8308b20318d04abf489b6c816ed23c8fdca9735d.tar
rpmdrake-8308b20318d04abf489b6c816ed23c8fdca9735d.tar.gz
rpmdrake-8308b20318d04abf489b6c816ed23c8fdca9735d.tar.bz2
rpmdrake-8308b20318d04abf489b6c816ed23c8fdca9735d.tar.xz
rpmdrake-8308b20318d04abf489b6c816ed23c8fdca9735d.zip
Adjust to real format of file "descriptions"
-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 };