Bug 125326

Summary: grub has missing dependency
Product: [Fedora] Fedora Reporter: Steve Grubb <linux_4ever>
Component: grubAssignee: Jeremy Katz <katzj>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
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-22 22:53:38 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 18:24:41 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.4.2)
Gecko/20040308

Description of problem:
grub has a missing build dependency for automake:

--- working/grub/grub.spec      2004-05-07 00:36:20.000000000 -0400
+++ /opt/specs/grub.spec        2004-06-02 09:19:55.000000000 -0400
@@ -53,7 +53,7 @@
 Patch1000: grub-0.94-geometry-26kernel.patch
                                                                     
          
 ExclusiveArch: i386 x86_64
-BuildRequires: binutils >= 2.9.1.0.23, ncurses-devel, texinfo
+BuildRequires: binutils >= 2.9.1.0.23, ncurses-devel, texinfo, automake
 PreReq: /sbin/install-info
 Requires: mktemp
 Requires: /usr/bin/cmp

Version-Release number of selected component (if applicable):
grub-0.94-5

How reproducible:
Always

Steps to Reproduce:
1. rpm -e --nodeps automake
2. rpmbuild -bb /usr/src/redhat/SPECS/grub.spec

Additional info:

Comment 1 Jeremy Katz 2004-06-04 21:19:52 UTC
Added in CVS for next build.