[Bug 924938] wrong provides in latest build

bugzilla at redhat.com bugzilla at redhat.com
Sun Mar 24 01:07:56 UTC 2013


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

Jeff Makey <jeff at makey.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jeff at makey.net

--- Comment #13 from Jeff Makey <jeff at makey.net> ---
perl-5.16.3-266.fc20.x86_64.rpm from the scratch build in Comment 12 requires
but does not provide perl-Carp, so the latter is automatically installed by yum
along with the former.  This should solve the problems raised in this bug.

There may be similar problems for the modules identified by this command
sequence:

 (rpm -q --requires perl ; rpm -q --provides perl) | sort | uniq -d

with the new RPM its output is this:

perl(Config)
perl(DynaLoader)
perl(Math::BigInt)
perl(Tie::Hash)
perl(bytes)
perl(charnames)
perl(utf8)

The list included perl(Carp) with the previous RPM.

-- 
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=uGqtIRd7f6&a=cc_unsubscribe



More information about the perl-devel mailing list