diff --git a/perl-5.8.3-perlbug-tag.patch b/perl-5.8.3-perlbug-tag.patch new file mode 100644 index 0000000..86559bf --- /dev/null +++ b/perl-5.8.3-perlbug-tag.patch @@ -0,0 +1,27 @@ +This patch fixes perlbug so that it doesn't contain the exact build +time in the script. This allows the script to be shared on multiple +arches and not generate an RPM conflicts. + +--- perl-5.8.4/utils/perlbug.PL.notag 2004-08-23 10:44:45.822726077 -0400 ++++ perl-5.8.4/utils/perlbug.PL 2004-08-23 10:46:40.155237161 -0400 +@@ -64,7 +64,7 @@ + eval 'exec $Config{perlpath} -S \$0 \${1+"\$@"}' + if \$running_under_some_shell; + +-my \$config_tag1 = '$extract_version - $Config{cf_time}'; ++my \$config_tag1 = '$extract_version'; + + my \$patchlevel_date = $patchlevel_date; + my \$patch_tags = '$patch_tags'; +@@ -598,9 +598,8 @@ + print OUT < 3:5.8.5-2 +- fix conflicting file when building on x86_64 and i386 + * Sat Jul 24 2004 Chip Turner 3:5.8.5-1 - add Provides: Carp::Heavy to fix new dep error (bz 128507)