]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-perl_req.patch
- updated for 4.4.3
[packages/rpm.git] / rpm-perl_req.patch
CommitLineData
c913cae8 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
6ac8ddc0 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 }
c913cae8 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.127764 seconds and 4 git commands to generate.