Bug 914969

Summary: Bogus dependency
Product: [Fedora] Fedora Reporter: Kevin Fenzi <kevin>
Component: perl-Net-SFTP-ForeignAssignee: Normunds <fedorapkg>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: fedorapkg, perl-devel, psabata
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: perl-Net-SFTP-Foreign-1.74.05-2.fc17 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-01-12 09:08:55 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 Kevin Fenzi 2013-02-23 19:30:23 UTC
It's too bad this was not caught during review. You have: 

Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:real_version`"; echo $real_version))

but this should be: 

Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

per: https://fedoraproject.org/wiki/Packaging:Perl#Versioned_MODULE_COMPAT_Requires

This results in a bogus dep of: 

perl(:MODULE_COMPAT_UNKNOWN)

which makes it uninstallable. ;( 

Please fix. ;)

Comment 1 Normunds 2013-02-23 22:01:01 UTC
Thank you for the report, fix coming soon.

Comment 2 Fedora Update System 2013-02-24 20:46:10 UTC
perl-Net-SFTP-Foreign-1.74.05-2.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/perl-Net-SFTP-Foreign-1.74.05-2.fc17

Comment 3 Fedora Update System 2013-02-24 20:56:13 UTC
perl-Net-SFTP-Foreign-1.74.05-2.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/perl-Net-SFTP-Foreign-1.74.05-2.fc18

Comment 4 Fedora Update System 2013-02-26 02:33:22 UTC
Package perl-Net-SFTP-Foreign-1.74.05-2.fc17:
* should fix your issue,
* was pushed to the Fedora 17 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing perl-Net-SFTP-Foreign-1.74.05-2.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-3028/perl-Net-SFTP-Foreign-1.74.05-2.fc17
then log in and leave karma (feedback).

Comment 5 Fedora End Of Life 2013-04-03 20:36:25 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 19 development cycle.
Changing version to '19'.

(As we did not run this process for some time, it could affect also pre-Fedora 19 development
cycle bugs. We are very sorry. It will help us with cleanup during Fedora 19 End Of Life. Thank you.)

More information and reason for this action is here:
https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora19

Comment 6 Fedora End Of Life 2015-01-09 22:38:21 UTC
This message is a notice that Fedora 19 is now at end of life. Fedora 
has stopped maintaining and issuing updates for Fedora 19. It is 
Fedora's policy to close all bug reports from releases that are no 
longer maintained. Approximately 4 (four) weeks from now this bug will
be closed as EOL if it remains open with a Fedora 'version' of '19'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 19 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 7 Petr Ĺ abata 2015-01-12 09:08:55 UTC
(In reply to Kevin Fenzi from comment #0)
> It's too bad this was not caught during review.

This wasn't present in the reviewed version of the SPEC (bug #913481).  The imported package differed from the one I approved for some reason, huh.

Anyhow, I see this issue's been fixed.  Closing.