Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=914969
Bug ID: 914969 Summary: Bogus dependency Product: Fedora Version: rawhide Component: perl-Net-SFTP-Foreign Severity: unspecified Priority: unspecified Reporter: kevin@scrye.com
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_Requir...
This results in a bogus dep of:
perl(:MODULE_COMPAT_UNKNOWN)
which makes it uninstallable. ;(
Please fix. ;)
Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=914969
Normunds fedorapkg@rule.lv changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED
--- Comment #1 from Normunds fedorapkg@rule.lv --- Thank you for the report, fix coming soon.
Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=914969
--- Comment #2 from Fedora Update System updates@fedoraproject.org --- 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
Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=914969
--- Comment #3 from Fedora Update System updates@fedoraproject.org --- 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
Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=914969
--- Comment #4 from Fedora Update System updates@fedoraproject.org --- 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-Forei... then log in and leave karma (feedback).
https://bugzilla.redhat.com/show_bug.cgi?id=914969
--- Comment #6 from Fedora End Of Life endoflife@fedoraproject.org --- 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.
https://bugzilla.redhat.com/show_bug.cgi?id=914969
Petr Šabata psabata@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ON_QA |CLOSED Fixed In Version| |perl-Net-SFTP-Foreign-1.74. | |05-2.fc17 Resolution|--- |CURRENTRELEASE Last Closed| |2015-01-12 04:08:55
--- Comment #7 from Petr Šabata psabata@redhat.com --- (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.
perl-devel@lists.fedoraproject.org