Upgraded to 0.5 which fixed initial scan problem when started on an empty
cache (bz 202184)
This commit is contained in:
parent
c5c862bc8d
commit
d2958a0879
@ -2,3 +2,4 @@ cachefilesd-0.1.tar.bz2
|
|||||||
cachefilesd-0.2.tar.bz2
|
cachefilesd-0.2.tar.bz2
|
||||||
cachefilesd-0.3.tar.bz2
|
cachefilesd-0.3.tar.bz2
|
||||||
cachefilesd-0.4.tar.bz2
|
cachefilesd-0.4.tar.bz2
|
||||||
|
cachefilesd-0.5.tar.bz2
|
||||||
|
@ -1,19 +1,17 @@
|
|||||||
Name: cachefilesd
|
Name: cachefilesd
|
||||||
Version: 0.4
|
Version: 0.5
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: CacheFiles userspace management daemon
|
Summary: CacheFiles userspace management daemon
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://people.redhat.com/~dhowells/fscache/
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: automake, autoconf
|
BuildRequires: automake, autoconf
|
||||||
Requires(post): /sbin/chkconfig, /sbin/service
|
Requires(post): /sbin/chkconfig, /sbin/service
|
||||||
Requires(preun): /sbin/chkconfig, /sbin/service
|
Requires(preun): /sbin/chkconfig, /sbin/service
|
||||||
|
|
||||||
Patch1: cachefilesd-0.4-initscript.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The cachefilesd daemon manages the caching files and directory that are
|
The cachefilesd daemon manages the caching files and directory that are
|
||||||
that are used by network filesystems such a AFS and NFS to
|
that are used by network filesystems such a AFS and NFS to
|
||||||
@ -22,8 +20,6 @@ do persistent caching to the local disk.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
PIE="-fPIE"
|
PIE="-fPIE"
|
||||||
@ -73,6 +69,10 @@ fi
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 11 2006 Steve Dickson <steved@redhat.com> 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 <steved@redhat.com> 0.4-3
|
* Tue Aug 8 2006 Steve Dickson <steved@redhat.com> 0.4-3
|
||||||
- Updated init.d script to look for cachefilesd in /sbin
|
- Updated init.d script to look for cachefilesd in /sbin
|
||||||
- Added postun and preun rules so cachefilesd is stopped
|
- Added postun and preun rules so cachefilesd is stopped
|
||||||
|
Loading…
Reference in New Issue
Block a user