From 7ed01ca37b4d881cb44243bb7351cb54a024f8d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 15 Nov 2010 17:24:37 +0100 Subject: [PATCH] Break warnquota depencency on main package --- quota.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/quota.spec b/quota.spec index 05cb3a6..c075b00 100644 --- a/quota.spec +++ b/quota.spec @@ -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 - 1:3.17-18 +- Break warnquota dependency on main package + * Mon Nov 15 2010 Petr Pisar - 1:3.17-17 - Convert Changelog to UTF-8