Bug 884686
Summary: | Please make perl-ExtUtils-ParseXS available for F17 and F18 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | perl-ExtUtils-ParseXS | Assignee: | Orphan Owner <extras-orphan> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 18 | CC: | extras-orphan, perl-devel, ppisar |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-12-06 15:59:48 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Miro Hrončok
2012-12-06 14:58:11 UTC
The package does not exists in Fedora because current upstream is in perl. See perl-ExtUtils-ParseXS/master branch: $ cat dead.package Package obsoleted by the base perl package in 5.10.0 *** This bug has been marked as a duplicate of bug 876401 *** Does that mean taht perl package should provide perl(ExtUtils::ParseXS)? Because it is not. What should I do if I have packages pending, requiring perl(ExtUtils::ParseXS)? Thans for the info. (In reply to comment #2) > Does that mean taht perl package should provide perl(ExtUtils::ParseXS)? No. > Because it is not. > True. Because the module is provided by perl-ExtUtils-ParseXS which is sub-packge of perl: # repoquery --whatprovides 'perl(ExtUtils::ParseXS)' --qf '%{SOURCERPM}/%{NEVRA}' perl-5.14.2-211.fc17.src.rpm/perl-ExtUtils-ParseXS-1:2.2210-211.fc17.noarch perl-5.14.3-218.fc17.src.rpm/perl-ExtUtils-ParseXS-1:2.2210-218.fc17.noarch perl-5.14.3-217.fc17.src.rpm/perl-ExtUtils-ParseXS-1:2.2210-217.fc17.noarch > What should I do if I have packages pending, requiring > perl(ExtUtils::ParseXS)? > You don't have to do anything. It's there already. Got it, thnks a lot :) |