[Bug 924938] wrong provides in latest build

bugzilla at redhat.com bugzilla at redhat.com
Sat Mar 23 21:01:21 UTC 2013


Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924938

--- Comment #12 from Kevin Fenzi <kevin at scrye.com> ---
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 at scrye.com> - 4:5.16.3-266
+- No longer provide perl(Carp). (bug #924938)
+
 * Fri Mar 22 2013 Petr Pisar <ppisar at redhat.com> - 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



More information about the perl-devel mailing list