Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=924938 --- Comment #12 from Kevin Fenzi <kevin@xxxxxxxxx> --- This simple patch seems to fix it here: diff --git a/perl.spec b/perl.spec index 2db2cc9..16b7cb7 100644 --- a/perl.spec +++ b/perl.spec @@ -14,7 +14,7 @@ # intentionally (unversioned perl(DB) is removed and versioned one is kept) %global __provides_exclude_from .*/auto/.*\\.so$|.*/%{perl_archlib}/.*\\.so$|%{_docdir} %global __requires_exclude_from %{_docdir} -%global __provides_exclude perl\\((VMS|Win32|BSD::|DB\\)$) +%global __provides_exclude perl\\((Carp|VMS|Win32|BSD::|DB\\)$) # unicore::Name - it's needed by perl, maybe problem of rpm # FCGI is external dependency after install of perl-CGI, remove it during RC releases %global __requires_exclude perl\\((VMS|BSD::|Win32|Tk|Mac::|Your::Module::Here|unicore::Name|FCGI) @@ -29,7 +29,7 @@ Name: perl Version: %{perl_version} # release number must be even higher, because dual-lived modules will be broken otherwise -Release: 265%{?dist} +Release: 266%{?dist} Epoch: %{perl_epoch} Summary: Practical Extraction and Report Language Group: Development/Languages @@ -3327,6 +3327,9 @@ sed \ # Old changelog entries are preserved in CVS. %changelog +* Sat Mar 23 2013 Kevin Fenzi <kevin@xxxxxxxxx> - 4:5.16.3-266 +- No longer provide perl(Carp). (bug #924938) + * Fri Mar 22 2013 Petr Pisar <ppisar@xxxxxxxxxx> - 4:5.16.3-265 - Conflict perl-autodie with older perl (bug #911226) - Sub-package Env (bug #924619) Scratch build at: http://koji.fedoraproject.org/koji/taskinfo?taskID=5162650 Can folks confirm? -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=TME6n2QXpu&a=cc_unsubscribe -- 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