- More review comments:
- BuiltPreReq to BuiltReq - Removed '.' From Summary - Added 'GPLv2+' to License Tag
This commit is contained in:
parent
b91cfe883b
commit
6a82bbd1c7
20
quota.spec
20
quota.spec
@ -1,15 +1,15 @@
|
||||
Name: quota
|
||||
Summary: System administration tools for monitoring users' disk usage.
|
||||
Summary: System administration tools for monitoring users' disk usage
|
||||
Epoch: 1
|
||||
Version: 3.15
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Release: 2%{?dist}
|
||||
License: BSD, GPLv2+
|
||||
URL: http://sourceforge.net/projects/linuxquota/
|
||||
Group: System Environment/Base
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
Requires: initscripts >= 6.38
|
||||
Requires: initscripts >= 6.38 tcp_wrappers e2fsprogs
|
||||
Conflicts: kernel < 2.4
|
||||
BuildPreReq: e2fsprogs-devel gettext tcp_wrappers-devel
|
||||
BuildRequires: e2fsprogs-devel gettext tcp_wrappers-devel
|
||||
Source0: http://downloads.sourceforge.net/linuxquota/%{name}-%{version}.tar.gz
|
||||
Patch0: quota-3.06-warnquota.patch
|
||||
Patch1: quota-3.06-no-stripping.patch
|
||||
@ -80,6 +80,12 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jan 24 2008 Steve Dickson <SteveD@RedHat.com> 3.15-2
|
||||
- More review comments:
|
||||
- BuiltPreReq to BuiltReq
|
||||
- Removed '.' From Summary
|
||||
- Added 'GPLv2+' to License Tag
|
||||
|
||||
* Thu Jan 24 2008 Steve Dickson <SteveD@RedHat.com> 3.15-1
|
||||
- Upgraded to version 3.15
|
||||
- Updated spec file per Merge Review (bz 226353)
|
||||
@ -282,7 +288,7 @@ rm -rf %{buildroot}
|
||||
- fix man page FUD (#4369).
|
||||
|
||||
* Thu May 13 1999 Peter Hanecak <hanecak@megaloman.sk>
|
||||
- changes to allow non-root users to build too (Makefile patch, %attr)
|
||||
- changes to allow non-root users to build too (Makefile patch, %%attr)
|
||||
|
||||
* Tue Apr 13 1999 Jeff Johnson <jbj@redhat.com>
|
||||
- fix for sparc64 quotas (#2147)
|
||||
@ -312,7 +318,7 @@ rm -rf %{buildroot}
|
||||
|
||||
* Mon Oct 20 1997 Erik Troan <ewt@redhat.com>
|
||||
- removed /usr/include/rpcsvc/* from filelist
|
||||
- uses a buildroot and %attr
|
||||
- uses a buildroot and %%attr
|
||||
|
||||
* Thu Jun 19 1997 Erik Troan <ewt@redhat.com>
|
||||
- built against glibc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user