From cef694ba4b4f43f85ae43f1491562b1224ba244a Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Fri, 20 Oct 2006 00:36:04 +0000 Subject: [PATCH] Fixed typo that was causing the howto.txt not to be installed. --- cachefilesd.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/cachefilesd.spec b/cachefilesd.spec index 7e9da78..a892c40 100644 --- a/cachefilesd.spec +++ b/cachefilesd.spec @@ -1,6 +1,6 @@ Name: cachefilesd Version: 0.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: CacheFiles userspace management daemon Group: System Environment/Daemons License: GPL @@ -42,7 +42,6 @@ make DESTDIR=%{buildroot} install install -m 644 cachefilesd.conf %{buildroot}%{_sysconfdir} install -m 755 cachefilesd.initd %{buildroot}%{_sysconfdir}/rc.d/init.d/cachefilesd -install -m 644 howto.txt %{buildroot}/usr/share/doc/%{name}-%{version}/HOWTO.txt %clean rm -rf $RPM_BUILD_ROOT @@ -65,12 +64,17 @@ fi %files %defattr(-,root,root) %doc README +%doc howto.txt %config(noreplace) %{_sysconfdir}/cachefilesd.conf %attr(0755,root,root) %{_sysconfdir}/rc.d/init.d/cachefilesd /sbin/* %{_mandir}/*/* %changelog +* Thu Oct 19 2006 Steve Dickson 0.7-3 +- Fixed typo that was causing the howto.txt not to + be installed. + * Sun Oct 01 2006 Jesse Keating - 0.7-2 - rebuilt for unwind info generation, broken in gcc-4.1.1-21