Bug 9014

Summary: Bad dependencies
Product: [Retired] Red Hat Linux Reporter: Trond Eivind Glomsrød <trondeg>
Component: distributionAssignee: Tim Powers <timp>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
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: 2000-01-31 18:52:34 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 Trond Eivind Glomsrød 2000-01-31 14:30:44 UTC
[root@janus i386]# rpm -i curl-6.2-1.i386.rpm GnomePM-0.6.0-1.i386.rpm
error: failed dependencies:
	netscape-navigator >= 4.5 is needed by GnomePM-0.6.0-1
[root@janus i386]# rpm -qa | grep netscape
netscape-communicator-4.7-2
netscape-common-4.7-2
[root@janus i386]#


It should check for communicator or navigator, not just navigator
(communicator is often installed as default, while navigator isn't)

Comment 1 Tim Powers 2000-01-31 18:52:59 UTC
OK. Thanks for the heads up. I have changed the requires line for this to be
/usr/bin/netscape instead of listing a package.

Tim