Bug 208588

Summary: x86_64 openssl missing requires (wrong build?)
Product: Red Hat Enterprise Linux 3 Reporter: Tru Huynh <pasteur>
Component: opensslAssignee: Tomas Mraz <tmraz>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: urgent Docs Contact:
Priority: medium    
Version: 3.8   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-10-06 19:07:33 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 Tru Huynh 2006-09-29 14:50:50 UTC
Description of problem:
openssl-0.9.7a-33.21.x86_64.rpm does not requires libresolv.so.2()(64bit)

Version-Release number of selected component (if applicable):
0.9.7a-33.21.x86_64

How reproducible:
always

Steps to Reproduce:
1.rpm -qp openssl-0.9.7a-33.21.x86_64.rpm --requires | grep libres
2.
3.
  
Actual results:
nothing

Expected results:
libresolv.so.2()(64bit)

Additional info:
rpm -qp openssl-0.9.7a-33.17.x86_64.rpm --requires| grep libres
libresolv.so.2()(64bit)

Comment 1 Tru Huynh 2006-09-29 14:53:37 UTC
openssl-0.9.7a-33.21.i686.rpm:
https://rhn.redhat.com/network/software/packages/dependencies.pxt?pid=370280
is listing
libresolv.so.2

openssl-0.9.7a-33.21.x86_64.rpm:
https://rhn.redhat.com/network/software/packages/dependencies.pxt?pid=370300
does not list 
libresolv.so.2()(64bit)


Comment 2 Tomas Mraz 2006-10-06 19:07:33 UTC
Actually openssl libraries shouldn't require libresolv as it doesn't call it
directly. The libresolv is required by krb5-libs which are properly required by
openssl.

This change should be completely harmless.