Bug 125309

Summary: chkconfig is missing a dependency
Product: [Fedora] Fedora Reporter: Steve Grubb <linux_4ever>
Component: chkconfigAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: rvokal
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-06-04 20:25:04 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:47:56 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.4.2)
Gecko/20040308

Description of problem:
chkconfig is missing a dependency for gettext:

--- working/chkconfig/chkconfig.spec    2004-05-19 16:53:12.000000000
-0400
+++ /opt/specs/chkconfig.spec   2004-05-27 16:44:23.000000000 -0400
@@ -7,7 +7,7 @@
 Group: System Environment/Base
 Source:
ftp://ftp.redhat.com/pub/redhat/code/chkconfig/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildPrereq: newt newt-devel
+BuildPrereq: newt newt-devel gettext
 Conflicts: initscripts <= 5.30-1
                                                                     
          
 %description


Version-Release number of selected component (if applicable):
chkconfig-1.3.10-1

How reproducible:
Always

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

Additional info:

Comment 1 Bill Nottingham 2004-06-04 20:25:04 UTC
Added, will be in future builds.