X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=rpm-perl_req.patch;h=ee73083ddab36d6264798afc5b7d97a60b685095;hb=2f0ee4ecbc78e150d67fdff3ab2c08ff0b6d6134;hp=ec147a3604cfe9fbbae73bd08ce4cd271158fff9;hpb=6ac8ddc0be9bf1fccc1d160fd405feec219d21ee;p=packages%2Frpm.git diff --git a/rpm-perl_req.patch b/rpm-perl_req.patch index ec147a3..ee73083 100644 --- a/rpm-perl_req.patch +++ b/rpm-perl_req.patch @@ -1,5 +1,5 @@ ---- rpm-4.2/scripts/perl.req~ Sun May 4 11:57:53 2003 -+++ rpm-4.2/scripts/perl.req Sun May 4 11:58:53 2003 +--- rpm-4.4.3/scripts/perl.req.orig 2005-11-18 23:00:58.604519312 +0100 ++++ rpm-4.4.3/scripts/perl.req 2005-11-18 23:03:17.506403016 +0100 @@ -57,7 +57,7 @@ foreach $module (sort keys %require) { if (length($require{$module}) == 0) { @@ -9,3 +9,17 @@ } else { print "perl($module)\n"; } +@@ -255,11 +255,11 @@ + + my $ver=$1; + if ($ver =~ /5.00/) { +- print "perl >= 0:$ver\n"; ++ print "perl-base >= 0:$ver\n"; + next; + } + else { +- print "perl >= 1:$ver\n"; ++ print "perl-base >= 1:$ver\n"; + next; + } +