Description of problem: conmux can't find its own Perl module. This makes it completely unusable. Version-Release number of selected component (if applicable): conmux-client-0.0-6.493svn.fc7.noarch How reproducible: 100% Steps to Reproduce: 1. Run conmux Actual results: $ conmux Can't locate Conmux.pm in @INC (@INC contains: /usr/lib64/perl5/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/local/lib64/perl5/site_perl/5.10.0/x86_64-linux-thread-multi /usr/local/lib/perl5/site_perl/5.10.0 /usr/lib64/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl .) at /usr/bin/conmux line 33. BEGIN failed--compilation aborted at /usr/bin/conmux line 33. Expected results: $ conmux Usage: conmux <service> ... Additional info: conmux must be broken since Rawhide moved to Perl 5.10. The bug is that conmux-client is missing a mandatory Requires on a perl version as specified in http://fedoraproject.org/wiki/Packaging/Perl The attached patch fixes it. It also changes the License field from "GPL" to the correct "GPLv2" (rpmlint complained about the former).
Created attachment 303035 [details] add the missing Requires, s/GPL/GPLv2/
conmux-0.0-7.493svn.fc9 has been submitted as an update for Fedora 9
conmux-0.0-7.493svn.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report.