From 30ab821dcaa730f66ac3ac31028e01f446cf4c13 Mon Sep 17 00:00:00 2001 From: Daniel Novotny Date: Fri, 12 Mar 2010 13:53:40 +0000 Subject: [PATCH] the require from previous fix deleted altogether (it will be resolved automatically) --- quota.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/quota.spec b/quota.spec index 39f2470..08d022e 100644 --- a/quota.spec +++ b/quota.spec @@ -5,12 +5,12 @@ Name: quota Summary: System administration tools for monitoring users' disk usage Epoch: 1 Version: 3.17 -Release: 10%{?dist} +Release: 11%{?dist} License: BSD and GPLv2+ URL: http://sourceforge.net/projects/linuxquota/ Group: System Environment/Base BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: initscripts >= 6.38 tcp_wrappers e2fsprogs-libs +Requires: initscripts >= 6.38 tcp_wrappers Conflicts: kernel < 2.4 BuildRequires: e2fsprogs-devel gettext tcp_wrappers-devel nss-devel BuildRequires: openldap-devel openssl-devel dbus-devel libnl-devel @@ -117,6 +117,10 @@ rm -rf %{buildroot} %attr(0644,root,root) %{_mandir}/man3/* %changelog +* Fri Mar 12 2010 Daniel Novotny 1:3.17-11 +- the require from previous fix deleted altogether (it will + be resolved automatically) + * Fri Mar 12 2010 Daniel Novotny 1:3.17-10 - Requires: e2fsprogs changed to e2fsprogs-libs (#570005)