Bug 99413

Summary: modutils autoconf213 dependency
Product: [Retired] Red Hat Raw Hide Reporter: Steve Grubb <linux_4ever>
Component: modutilsAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: 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: 2003-07-18 20:29:17 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 2003-07-18 20:17:15 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.2.1) Gecko/20030225

Description of problem:
When compiling modutils on a system without autoconf213, the compile halts.

Version-Release number of selected component (if applicable):
modutils-2.4.25-8

How reproducible:
Always

Steps to Reproduce:
rpmbuild -bb SPEC/modutils.spec
    

Actual Results:  comile halts during configure

Expected Results:  built rpm

Additional info:

Please apply this patch to the spec file:

--- modutils.spec.orig  2003-07-16 15:18:30.000000000 -0400
+++ modutils.spec       2003-07-16 15:18:45.000000000 -0400
@@ -26,7 +26,7 @@
 Exclusiveos: Linux
 Prereq: /sbin/chkconfig sh-utils
 Obsoletes: modules
-BuildPrereq: bison flex zlib-devel
+BuildPrereq: bison flex zlib-devel autoconf213
 BuildRoot: %{_tmppath}/%{name}-root
                                                                                
 %description

Comment 1 Bill Nottingham 2003-07-18 20:29:17 UTC
Buildreq for /usr/bin/autoconf-2.13 added, will be in future builds.