Bug 27434 - quota should build-require e2fsprogs-devel
Summary: quota should build-require e2fsprogs-devel
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: quota
Version: 7.0
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Preston Brown
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-02-13 19:20 UTC by Ian J. Alexander
Modified: 2007-04-18 16:31 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-02-13 19:21:02 UTC
Embargoed:


Attachments (Terms of Use)

Description Ian J. Alexander 2001-02-13 19:20:57 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.75 [en]C-CCK-MCD Sabre Inc. Build Date - [02-15-1999]-B  (WinNT; U)


Package "quota" should BuildRequire package "e2fsprogs-devel".

Reproducible: Always
Steps to Reproduce:
1. rpm -e e2fsprogs-devel
2. rpm -ba quota.spec  # erros during build process
	

Actual Results:  Building the quota rpm failed during the build step, indicating that the e2fsprogs headers needed installing.  Said headers 
 are located in the e2fsprogs-devel rpm.

Expected Results:  Quota should BuildRequire e2fsprogs-devel to avoid this.

Patch:
--- quota.spec.original Tue Feb 13 12:12:03 2001
+++ quota.spec  Tue Feb 13 12:12:29 2001
@@ -12,6 +12,7 @@
 Patch7: quota-2.00-blocksize.patch
 Patch8: quota-2.00pre3-label.patch
 BuildRoot: %{_tmppath}/%{name}-root
+BuildRequires: e2fsprogs-devel
 
 %description
 The quota package contains system administration tools for monitoring

Comment 1 Preston Brown 2001-03-10 07:00:23 UTC
fixed in quota 3.00 and later (rawhide).


Note You need to log in before you can comment on or make changes to this bug.