Bug 135156

Summary: perl-Frontier-RPM should Depend: on perl-Crypt-SSLeay
Product: [Fedora] Fedora Reporter: Ralf Ertzinger <redhat-bugzilla>
Component: perl-Frontier-RPCAssignee: Chip Turner <cturner>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideKeywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-10-09 19:23:18 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:

Description Ralf Ertzinger 2004-10-09 12:53:11 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20041002
Firefox/0.10.1

Description of problem:
In order to support https queries, p-F-R needs p-C-S. It will work
without (and throw an error message if https is tried, stating that
p-C-S is needed). Since p-C-S is rather small, p-F-R ought to pull it in.

Version-Release number of selected component (if applicable):
perl-Frontier-RPC-0.06-38

How reproducible:
Always

Steps to Reproduce:
1. Install p-F-R (without p-C-S)
2. Try a https request
3.
    

Actual Results:  Error message stating that p-C-S is needed

Expected Results:  Users should not have to worry about this.

Additional info:

Comment 1 Chip Turner 2004-10-09 19:23:18 UTC
Realistically, if we were to add a requirement on perl-Crypt-SSLeay, it would be to perl-
libwww-perl (which contains the http routines Frontier uses).  However, both modules 
function sufficiently well without the added requirement to not qualify as absolutely 
requiring ssl functionality.  If RPM supported a 'suggests' capability, I would add it there, 
but adding a hard dependency when the module in question functions properly without it 
is not the right choice.