From 9f789d21b0f010e2b0d88e2972c1279175975b92 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Tue, 1 Aug 2006 17:43:47 +0000 Subject: [PATCH] Added URL to source file --- cachefilesd.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/cachefilesd.spec b/cachefilesd.spec index 36c67c9..8b15bd3 100644 --- a/cachefilesd.spec +++ b/cachefilesd.spec @@ -1,11 +1,11 @@ Name: cachefilesd Version: 0.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: CacheFiles userspace management daemon Group: System Environment/Daemons License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) -Source0: cachefilesd-0.3.tar.bz2 +Source0: http://people.redhat.com/dhowells/cachefilesd/cachefilesd-0.3.tar.bz2 BuildRequires: automake, autoconf Requires(post): /usr/bin/chkconfig Requires(post): /usr/bin/chkconfig @@ -68,11 +68,14 @@ fi %defattr(-,root,root) %doc AUTHORS ChangeLog README %config(noreplace) %{_sysconfdir}/cachefilesd.conf -%config %{_sysconfdir}/rc.d/init.d/cachefilesd +%{_sysconfdir}/rc.d/init.d/cachefilesd %{_sbindir}/cachefilesd %{_mandir}/*/* %changelog +* Tue Aug 1 2006 Steve Dickson 0.3-3 +- Added URL to source file + * Fri Jul 28 2006 Steve Dickson 0.3-2 - Added post and preun rules - Changed init.d script to up right before portmapper.