Bug 125317

Summary: eject is missing a dependency
Product: [Fedora] Fedora Reporter: Steve Grubb <linux_4ever>
Component: ejectAssignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact:
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-08-08 21:59:46 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 17:38:28 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.4.2)
Gecko/20040308

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

--- working/eject/eject.spec    2004-02-25 11:28:02.000000000 -0500
+++ /opt/specs/eject.spec       2004-05-16 18:09:03.000000000 -0400
@@ -10,6 +10,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
 URL: http://www.pobox.com/~tranter
 ExcludeArch: s390 s390x
+BuildRequires: gettext
                                                                     
          
 %description
 The eject program allows the user to eject removable media (typically


Version-Release number of selected component (if applicable):
eject-2.0.13-5

How reproducible:
Always

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

Additional info:

Comment 1 Alan Cox 2004-08-08 21:59:46 UTC
Added to CVS