[Bug 914969] New: Bogus dependency

bugzilla at redhat.com bugzilla at redhat.com
Sat Feb 23 19:30:23 UTC 2013


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 at 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_Requires

This results in a bogus dep of: 

perl(:MODULE_COMPAT_UNKNOWN)

which makes it uninstallable. ;( 

Please fix. ;)

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



More information about the perl-devel mailing list