Bug 443273

Summary: conmux can't locate Conmux.pm
Product: [Fedora] Fedora Reporter: Michal Schmidt <mschmidt>
Component: conmuxAssignee: Bill Peck <bpeck>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.0-7.493svn.fc9 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-05-13 15:20:40 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 454257    
Attachments:
Description Flags
add the missing Requires, s/GPL/GPLv2/ none

Description Michal Schmidt 2008-04-20 01:52:52 UTC
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).

Comment 1 Michal Schmidt 2008-04-20 01:52:52 UTC
Created attachment 303035 [details]
add the missing Requires, s/GPL/GPLv2/

Comment 2 Fedora Update System 2008-05-07 13:07:02 UTC
conmux-0.0-7.493svn.fc9 has been submitted as an update for Fedora 9

Comment 3 Fedora Update System 2008-05-13 15:20:38 UTC
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.