Bug 455344

Summary: perl-XML-Stream should require perl(IO::Socket::SSL)
Product: [Fedora] Fedora Reporter: Robert Scheck <redhat-bugzilla>
Component: perl-XML-StreamAssignee: Chris Weyl <cweyl>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: perl-devel
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: 2008-07-15 04:12:25 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: 455319    

Description Robert Scheck 2008-07-14 21:57:55 UTC
Description of problem:
Without having perl(IO::Socket::SSL) installed, it is not possible to use
perl-XML-Stream with a TLS/SSL connection. So please add this as requirement. 
See the following reproducer for example.

$ rpm -e perl-IO-Socket-SSL --nodeps
$

$ sendxmpp --magic-things ;-)
[...]
"You requested that XML::Stream turn the socket into an SSL socket, but you 
don't have the correct version of IO::Socket::SSL v0.81. at /usr/lib/perl5/
vendor_perl/5.8.8/XML/Stream/Node.pm line 547"
[...]
$

Once re-install perl-IO-Socket-SSL again, the message disappears and everything 
TLS/SSL related works for me.

Version-Release number of selected component (if applicable):
perl-XML-Stream-1.22-7

How reproducible:
Everytime, e.g. sendxmpp with TLS/SSL jabber server.

Actual results:
perl-XML-Stream does not require perl(IO::Socket::SSL).

Expected results:
perl-XML-Stream should require perl(IO::Socket::SSL).

Comment 1 Chris Weyl 2008-07-15 04:12:25 UTC
Fixed.  Added Net::DNS, as well.

Thanks for the report! :)