Bug 125307

Summary: bash is missing a dependency
Product: [Fedora] Fedora Reporter: Steve Grubb <linux_4ever>
Component: bashAssignee: Tim Waugh <twaugh>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
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: 2004-07-28 08:29:32 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 Steve Grubb 2004-06-04 16:36:38 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.4.2)
Gecko/20040308

Description of problem:
Bash is missing a dependency for a yacc package:

--- working/bash/bash.spec      2004-06-02 11:14:06.000000000 -0400
+++ /opt/specs/bash.spec        2004-06-03 13:07:43.000000000 -0400
@@ -51,7 +51,7 @@
 Obsoletes: bash2-doc bash-doc
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
                                                                     
          
-BuildRequires: texinfo
+BuildRequires: texinfo, byacc
 BuildRequires: libtermcap-devel
                                                                     
          
 %description


Version-Release number of selected component (if applicable):
bash-2.05b-39

How reproducible:
Always

Steps to Reproduce:
1. rpm -e --nodeps bison byacc
2. rpmbuild -bb /usr/src/redhat/SPECS/bash.spec

Additional info:

I did not try bison to see if that satisfied bash.

Comment 1 Tim Waugh 2004-06-04 16:55:48 UTC
Yes, bash compiles with bison.  Thanks, added.