From c5c862bc8d1c7844babd1980166954370b034c52 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Tue, 8 Aug 2006 21:44:29 +0000 Subject: [PATCH] Added /sbin/service to requires --- cachefilesd.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cachefilesd.spec b/cachefilesd.spec index 83b7b57..9691137 100644 --- a/cachefilesd.spec +++ b/cachefilesd.spec @@ -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): /sbin/chkconfig -Requires(preun): /sbin/chkconfig +Requires(post): /sbin/chkconfig, /sbin/service +Requires(preun): /sbin/chkconfig, /sbin/service Patch1: cachefilesd-0.4-initscript.patch