]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- use "R: perl-base >= ..." instead of "R: perl >= ..."
authorradek <radek@pld-linux.org>
Sun, 4 May 2003 12:04:29 +0000 (12:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-perl_req.patch -> 1.1

rpm-perl_req.patch [new file with mode: 0644]

diff --git a/rpm-perl_req.patch b/rpm-perl_req.patch
new file mode 100644 (file)
index 0000000..ec147a3
--- /dev/null
@@ -0,0 +1,11 @@
+--- 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
+@@ -57,7 +57,7 @@
+ foreach $module (sort keys %require) {
+   if (length($require{$module}) == 0) {
+      if ($module =~ /^[0-9._]+$/) {
+-       print "perl >= $module\n";
++       print "perl-base >= $module\n";
+      } else {
+          print "perl($module)\n";
+      }
This page took 0.031553 seconds and 4 git commands to generate.