From d319a0cc7956e481bdad6ea5fbf36103ed673520 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 7 Aug 2006 22:05:37 +0000 Subject: [PATCH] Requires cleanup --- cachefilesd.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/cachefilesd.spec b/cachefilesd.spec index 5d47ab5..aba78e4 100644 --- a/cachefilesd.spec +++ b/cachefilesd.spec @@ -1,6 +1,6 @@ Name: cachefilesd Version: 0.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: CacheFiles userspace management daemon Group: System Environment/Daemons License: GPL @@ -9,8 +9,8 @@ Source0: http://people.redhat.com/dhowells/fscache/cachefilesd-0.4.tar.bz BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) BuildRequires: automake, autoconf -Requires(post): /usr/bin/chkconfig -Requires(post): /usr/bin/chkconfig +Requires(post): /sbin/chkconfig +Requires(preun): /sbin/chkconfig %description The cachefilesd daemon manages the caching files and directory that are @@ -63,6 +63,9 @@ fi %{_mandir}/*/* %changelog +* Tue Aug 7 2006 Jesse Keating 0.4-2 +- require /sbin/chkconfig not /usr/bin/chkconfig + * Tue Aug 1 2006 David Howells 0.4-1 - Discard use of autotools