]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-perl_req.patch
- added Provides: rpmbuild(macros) to build package, equal to rpm.macros
[packages/rpm.git] / rpm-perl_req.patch
CommitLineData
6ac8ddc0 1--- rpm-4.2/scripts/perl.req~ Sun May 4 11:57:53 2003
2+++ rpm-4.2/scripts/perl.req Sun May 4 11:58:53 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 }
This page took 0.023188 seconds and 4 git commands to generate.