Description of problem: The Fedora 13 and Fedora 14 RPMS of perl-HTTP-Server-Simple-PSGI aren't requiring perl(HTTP::Server::Simple::CGI) as the Fedora 15 RPMS are. This breaks the module usage in F13 and F14 as one of its requirements fail to install. Version-Release number of selected component (if applicable): perl-HTTP-Server-Simple-PSGI-0.14-2.fc13 perl-HTTP-Server-Simple-PSGI-0.14-2.fc14.noarch.rpm How reproducible: Always Additional info: $ diff <(rpm -qpR perl-HTTP-Server-Simple-PSGI-0.14-2.fc14.noarch.rpm) <(rpm -qpR perl-HTTP-Server-Simple-PSGI-0.14-2.fc15.noarch.rpm) 2a3 > perl(HTTP::Server::Simple::CGI) 9d9 < rpmlib(VersionedDependencies) <= 3.0.3-1 $ diff <(rpm -qpR perl-HTTP-Server-Simple-PSGI-0.14-2.fc13.noarch.rpm) <(rpm -qpR perl-HTTP-Server-Simple-PSGI-0.14-2.fc15.noarch.rpm) 2c2,3 < perl(:MODULE_COMPAT_5.10.1) --- > perl(:MODULE_COMPAT_5.12.3) > perl(HTTP::Server::Simple::CGI) 9d9 < rpmlib(VersionedDependencies) <= 3.0.3-1
The module HTTP::Server::Simple::PSGI pulls HTTP::Server::Server::CGI with the following line * use base qw/HTTP::Server::Simple::CGI/; which only appears to be extracted correctly by rpm 4.9 (and not by rpm 4.8.x). Source: http://cpansearch.perl.org/src/MIYAGAWA/HTTP-Server-Simple-PSGI-0.14/lib/HTTP/Server/Simple/PSGI.pm
perl-HTTP-Server-Simple-PSGI-0.14-2.fc13.1 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/perl-HTTP-Server-Simple-PSGI-0.14-2.fc13.1
perl-HTTP-Server-Simple-PSGI-0.14-2.fc14.1 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/perl-HTTP-Server-Simple-PSGI-0.14-2.fc14.1
Package perl-HTTP-Server-Simple-PSGI-0.14-2.fc14.1: * should fix your issue, * was pushed to the Fedora 14 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing perl-HTTP-Server-Simple-PSGI-0.14-2.fc14.1' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/perl-HTTP-Server-Simple-PSGI-0.14-2.fc14.1 then log in and leave karma (feedback).
perl-HTTP-Server-Simple-PSGI-0.14-2.fc13.1 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report.
perl-HTTP-Server-Simple-PSGI-0.14-2.fc14.1 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report.
Ralf, Thanks! jpo