Bug 208588 - x86_64 openssl missing requires (wrong build?)
Summary: x86_64 openssl missing requires (wrong build?)
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: openssl
Version: 3.8
Hardware: x86_64
OS: Linux
medium
urgent
Target Milestone: ---
Assignee: Tomas Mraz
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-09-29 14:50 UTC by Tru Huynh
Modified: 2007-11-17 01:14 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-10-06 19:07:33 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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.



Note You need to log in before you can comment on or make changes to this bug.