- change kernel requires into a conflicts

This commit is contained in:
Florian La Roche 2005-08-18 12:10:42 +00:00
parent 6f005caa34
commit 697a4ae2ce

View File

@ -2,12 +2,13 @@ Name: quota
Summary: System administration tools for monitoring users' disk usage.
Epoch: 1
Version: 3.12
Release: 6
Release: 7
License: BSD
URL: http://sourceforge.net/projects/linuxquota/
Group: System Environment/Base
BuildRoot: %{_tmppath}/%{name}-root
Requires: kernel >= 2.4 initscripts >= 6.38
Requires: initscripts >= 6.38
Conflicts: kernel < 2.4
BuildPreReq: e2fsprogs-devel gettext tcp_wrappers
Source0: http://unc.dl.sourceforge.net/sourceforge/linuxquota/quota-%{version}.tar.gz
Patch0: quota-3.06-warnquota.patch
@ -75,6 +76,9 @@ rm -rf %{buildroot}
%changelog
* Thu Aug 18 2005 Florian La Roche <laroche@redhat.com>
- change the "Requires: kernel" into a "Conflicts:"
* Sun Sep 26 2004 Rik van Riel <riel@redhat.com> 3.12-5
- add URL (bz# 131862)