Bug 250081

Summary: document requirements for SSL
Product: [Fedora] Fedora Reporter: Patrick C. F. Ernzer <pcfe>
Component: ddclientAssignee: Josh Boyer <jwboyer>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: medium    
Version: 7CC: thomas, ville.skytta
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-07-30 18:30:11 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 Patrick C. F. Ernzer 2007-07-30 13:03:43 UTC
Description of problem:
README.ssl from ddclient only lists the requirements under debian for SSL. It
would be nice if the requirements for Fedora were listed as well (obviously it's
preferable for you to fix that upstream)

Version-Release number of selected component (if applicable):
ddclient-3.7.1-1.fc7

How reproducible:
always

Steps to Reproduce:
1. yum install ddclient
2. wish to use ssl
3. less /usr/share/doc/ddclient-3.7.1/README.ssl
  
Actual results:
no requirements listed for Fedora

Expected results:
requirements for Fedora listed

Additional info:
the rpm needed for SSL would be perl-IO-Socket-SSL

Comment 1 Ville Skyttä 2007-07-30 18:30:11 UTC
We already have the dependency in place:

# yum deplist ddclient | grep SSL
  dependency: perl(IO::Socket::SSL)
   provider: perl-IO-Socket-SSL.noarch 1.02-1.fc7

...so no reading of docs should be even needed :)