Bug 50162

Summary: missing requirement in rpm package
Product: [Retired] Red Hat Linux Reporter: Roel van Meer <rolek>
Component: krb5Assignee: Nalin Dahyabhai <nalin>
Status: CLOSED CURRENTRELEASE QA Contact: Brian Brock <bbrock>
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: 2001-07-27 14:39:07 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 Roel van Meer 2001-07-27 14:39:02 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.72 [en] (X11; U; Linux 2.2.18 i686)

Description of problem:
the krb5-libs rpm uses grep in its postinstall script, but has
no dependancy on grep, which provides grep.
When installing a custom system with anaconda, chances are that krb5-libs
gets installed _before_ grep does, so the postinstall script will fail.
In this case, /usr/kerberos/lib is not added to /etc/ld.so.conf

How reproducible:
Always

Steps to Reproduce:
1. install a custom system with anaconda
2. see output from /tmp/install.log below
3.
	

Actual Results:Installing krb5-libs.
/var/tmp/rpm-tmp.15040: grep: command not found

Expected Results:  anaconda should have installed grep before krb5-libs

Additional info:

Chances are that in other systems grep does get installed before krb5-libs
due to some other requirement.

Comment 1 Mike A. Harris 2002-02-14 03:42:57 UTC
pts/6 mharris@zod:~$ rpm -q --requires krb5-libs |grep grep
grep

RHL 7.1 has this fixed.