rpms/cachefilesd/devel cachefilesd.spec,1.18,1.19

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Oct 20 00:36:07 UTC 2006


Author: steved

Update of /cvs/dist/rpms/cachefilesd/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5992

Modified Files:
	cachefilesd.spec 
Log Message:
Fixed typo that was causing the howto.txt not to be installed.




Index: cachefilesd.spec
===================================================================
RCS file: /cvs/dist/rpms/cachefilesd/devel/cachefilesd.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- cachefilesd.spec	1 Oct 2006 21:15:39 -0000	1.18
+++ cachefilesd.spec	20 Oct 2006 00:36:04 -0000	1.19
@@ -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 @@
 
 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 @@
 %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 <steved at redhat.com> 0.7-3
+- Fixed typo that was causing the howto.txt not to
+  be installed.
+
 * Sun Oct 01 2006 Jesse Keating <jkeating at redhat.com> - 0.7-2
 - rebuilt for unwind info generation, broken in gcc-4.1.1-21
 




More information about the fedora-cvs-commits mailing list