Bug 125300

Summary: acl has missing dependencies
Product: [Fedora] Fedora Reporter: Steve Grubb <linux_4ever>
Component: aclAssignee: Stephen Tweedie <sct>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideKeywords: EasyFix
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-08-08 22:08:03 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:
Bug Depends On:    
Bug Blocks: 123268    

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

Description of problem:
The acl package has missing dependencies. Please apply the following
patch:

--- working/acl/acl.spec        2004-03-31 05:48:44.000000000 -0500
+++ /opt/specs/acl.spec 2004-05-22 20:45:22.000000000 -0400
@@ -6,7 +6,7 @@
 BuildRequires: libattr-devel >= 2.4.1
 Source: http://acl.bestbits.at/current/tar/acl-%{version}.src.tar.gz
 Patch0: acl-2.2.3-multilib.patch
-BuildRequires: autoconf
+BuildRequires: autoconf, libtool, gettext
 License: GPL
 Group: System Environment/Base
 URL: http://acl.bestbits.at/


Version-Release number of selected component (if applicable):
acl-2.2.7-5

How reproducible:
Always

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

Additional info:

Comment 1 Alan Cox 2004-08-08 22:08:03 UTC
Committed to CVS