]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-perl_req.patch
- updated amd64 patch
[packages/rpm.git] / rpm-perl_req.patch
1 --- rpm-4.2/scripts/perl.req~   Fri Jul 11 11:54:15 2003
2 +++ rpm-4.2/scripts/perl.req    Sat Jul 12 14:48:40 2003
3 @@ -57,7 +57,7 @@
4  foreach $module (sort keys %require) {
5    if (length($require{$module}) == 0) {
6       if ($module =~ /^[0-9._]+$/) {
7 -       print "perl >= $module\n";
8 +       print "perl-base >= $module\n";
9       } else {
10           print "perl($module)\n";
11       }
12 @@ -243,11 +243,11 @@
13        # to mean that a particular version of perl is specified
14  
15        if ($module =~ /5.00/) {
16 -        print "perl >= 0:$module\n";
17 +        print "perl-base >= 0:$module\n";
18          next;
19        }
20        else {
21 -        print "perl >= 1:$module\n";
22 +        print "perl-base >= 1:$module\n";
23          next;
24        }
25  
This page took 0.022968 seconds and 3 git commands to generate.