Bug 884686

Summary: Please make perl-ExtUtils-ParseXS available for F17 and F18
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: perl-ExtUtils-ParseXSAssignee: Orphan Owner <extras-orphan>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: 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
Description of problem:

I was trying to add perl-ExtUtils-ParseXS to Fedora, when I realised it's already there, it is just not in F17 and F18. Could you please request an bodhi update?

Thanks a lot.


Additional info: bug 876401 (my review request)

Comment 1 Petr Pisar 2012-12-06 15:59:48 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 ***

Comment 2 Miro Hrončok 2012-12-06 16:26:18 UTC
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.

Comment 3 Petr Pisar 2012-12-06 16:31:25 UTC
(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.

Comment 4 Miro Hrončok 2012-12-06 17:21:26 UTC
Got it, thnks a lot :)