Break warnquota depencency on main package

This commit is contained in:
Petr Písař 2010-11-15 17:24:37 +01:00
parent 1b63382078
commit 7ed01ca37b

View File

@ -5,7 +5,7 @@ Name: quota
Summary: System administration tools for monitoring users' disk usage
Epoch: 1
Version: 3.17
Release: 17%{?dist}
Release: 18%{?dist}
License: BSD and GPLv2+
URL: http://sourceforge.net/projects/linuxquota/
Group: System Environment/Base
@ -53,7 +53,6 @@ a dialog) and writing them to the terminal user has last accessed.
%package warnquota
Summary: Send e-mail to users over quota
Group: System Environment/Base
Requires: quota = %{epoch}:%{version}-%{release}
%description warnquota
Utility that checks disk quota for each local file system and mails a warning
@ -212,6 +211,9 @@ rm -rf %{buildroot}
%changelog
* Mon Nov 15 2010 Petr Pisar <ppisar@redhat.com> - 1:3.17-18
- Break warnquota dependency on main package
* Mon Nov 15 2010 Petr Pisar <ppisar@redhat.com> - 1:3.17-17
- Convert Changelog to UTF-8