Bug 125318 - gawk is missing a dependency
Summary: gawk is missing a dependency
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: gawk
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Florian La Roche
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-06-04 17:44 UTC by Steve Grubb
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-06-05 14:34:35 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Steve Grubb 2004-06-04 17:44:55 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.4.2)
Gecko/20040308

Description of problem:
gawk is missing a dependency on bison:

--- working/gawk/gawk.spec      2004-02-13 14:31:06.000000000 -0500
+++ /opt/specs/gawk.spec        2004-05-16 19:21:48.000000000 -0400
@@ -15,6 +15,7 @@
 Prereq: /sbin/install-info
 Requires: /bin/mktemp
 Buildroot: %{_tmppath}/%{name}-root
+BuildRequires: bison
                                                                     
          
 %description
 The gawk packages contains the GNU version of awk, a text processing

Version-Release number of selected component (if applicable):
gawk-3.1.3-7

How reproducible:
Always

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

Additional info:


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