Bug 8961

Summary: Circular dependency when installing rpm-3.0.4-0.33.i386.rpm
Product: [Retired] Red Hat Raw Hide Reporter: Steven Lee <stevenl>
Component: rpmAssignee: Jeff Johnson <jbj>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
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-29 15:59:42 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 Steven Lee 2000-01-29 14:35:26 UTC
I tried to install rpm-3.0.4-0.33.i386.rpm on Linux 2.2.5-15 and I get an
error saying it needs /bin/bash2.  /bin/bash2 is supposedly generated by
rpm2html 1.3.  I tried to install rpm2html-1.3-1.i386.rpm and it says it
requires librpm.so.0 which is in rpm-3.0.4-0.33.i386.rpm.

-Steven

Comment 1 Jeff Johnson 2000-01-29 15:59:59 UTC
Install bash2 from its own package. Rpm requires bash2 (and not bash of /bin/sh)
because there is a patch in the Red Hat bash2 to parse a shell script and
identify which executables will be executed by that script. Rpm will use
this to generate dependencies for %pre/%post scriptlets.