Bug 125323

Summary: grep is missing dependencies
Product: [Fedora] Fedora Reporter: Steve Grubb <linux_4ever>
Component: grepAssignee: Tim Waugh <twaugh>
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: 2.5.1-29 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-08-27 11:41:52 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:11:03 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.4.2)
Gecko/20040308

Description of problem:
grep is missing dependencies on texinfo & gettext:

--- working/grep/grep.spec      2004-05-18 21:01:28.000000000 -0400
+++ /opt/specs/grep.spec        2004-05-29 22:21:41.000000000 -0400
@@ -15,7 +15,7 @@
 Prereq: /sbin/install-info
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 Requires: pcre
-Buildrequires: pcre-devel
+Buildrequires: pcre-devel, texinfo, gettext
                                                                     
          
 %description
 The GNU versions of commonly used grep utilities.  Grep searches


Version-Release number of selected component (if applicable):
grep-2.5.1-28

How reproducible:
Always

Steps to Reproduce:
1. rpm -e --nodeps gettext texinfo
2. rpmbuild -bb /usr/src/redhat/SPECS/grep.spec

Additional info:

Comment 1 Tim Waugh 2004-06-04 22:45:21 UTC
Fixed in CVS.