From d2958a0879fb8e06f78ee318c88aa70a60afca52 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Fri, 11 Aug 2006 14:47:49 +0000 Subject: [PATCH] Upgraded to 0.5 which fixed initial scan problem when started on an empty cache (bz 202184) --- .cvsignore | 1 + cachefilesd.spec | 14 +++++++------- sources | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index c21f428..9c76c5f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -2,3 +2,4 @@ cachefilesd-0.1.tar.bz2 cachefilesd-0.2.tar.bz2 cachefilesd-0.3.tar.bz2 cachefilesd-0.4.tar.bz2 +cachefilesd-0.5.tar.bz2 diff --git a/cachefilesd.spec b/cachefilesd.spec index 9691137..b5098b4 100644 --- a/cachefilesd.spec +++ b/cachefilesd.spec @@ -1,19 +1,17 @@ Name: cachefilesd -Version: 0.4 -Release: 3%{?dist} +Version: 0.5 +Release: 1%{?dist} Summary: CacheFiles userspace management daemon Group: System Environment/Daemons License: GPL URL: http://people.redhat.com/~dhowells/fscache/ -Source0: http://people.redhat.com/dhowells/fscache/cachefilesd-0.4.tar.bz2 +Source0: http://people.redhat.com/dhowells/fscache/cachefilesd-0.5.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) BuildRequires: automake, autoconf Requires(post): /sbin/chkconfig, /sbin/service Requires(preun): /sbin/chkconfig, /sbin/service -Patch1: cachefilesd-0.4-initscript.patch - %description The cachefilesd daemon manages the caching files and directory that are that are used by network filesystems such a AFS and NFS to @@ -22,8 +20,6 @@ do persistent caching to the local disk. %prep %setup -q -%patch1 -p1 - %build %ifarch s390 s390x PIE="-fPIE" @@ -73,6 +69,10 @@ fi %{_mandir}/*/* %changelog +* Fri Aug 11 2006 Steve Dickson 0.5-1 +- Upgraded to 0.5 which fixed initial scan problem when + started on an empty cache (bz 202184) + * Tue Aug 8 2006 Steve Dickson 0.4-3 - Updated init.d script to look for cachefilesd in /sbin - Added postun and preun rules so cachefilesd is stopped diff --git a/sources b/sources index 7a74e22..f1f5987 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8c94eac2ff9f2317f1fe14dae6670420 cachefilesd-0.4.tar.bz2 +4d12166dbfb0aff79476c1123ed9aef8 cachefilesd-0.5.tar.bz2