commit 3e3398f57c6ae32396df216e684104bd86a6ca47 Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Mon Mar 25 14:48:21 2013 +0100 Filter provides from *.pl files perl.spec | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) --- diff --git a/perl.spec b/perl.spec index 4e48748..ccfc99e 100644 --- a/perl.spec +++ b/perl.spec @@ -12,7 +12,9 @@ # This overrides filters from build root (/etc/rpm/macros.perl) # intentionally (unversioned perl(DB) is removed and versioned one is kept) -%global __provides_exclude_from .*/auto/.*\\.so$|.*/%{perl_archlib}/.*\\.so$|%{_docdir} +# Filter provides from *.pl files, bug #924938 +# Filter *.so file from auto subdir only to keep providing libperl.so +%global __provides_exclude_from .*/auto/.*\\.so$|.*%{_docdir}|.*%{perl_archlib}/.*\\.pl$|.*%{perl_privlib}/.*\\.pl$ %global __requires_exclude_from %{_docdir} %global __provides_exclude perl\\((VMS|Win32|BSD::|DB\\)$) # unicore::Name - it's needed by perl, maybe problem of rpm @@ -3127,6 +3129,7 @@ sed \ - Correct perl-Digest-MD5 dependencies - Remove bundled Archive-Extract, Module-Load-Conditional, Pod-LaTeX - Conflict perl-autodie with older perl (bug #911226) +- Filter provides from *.pl files (bug #924938) * Thu Mar 14 2013 Petr Pisar <ppisar@xxxxxxxxxx> - 4:5.16.3-261 - 5.16.3 bump (see <http://search.cpan.org/dist/perl-5.16.3/pod/perldelta.pod> -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel