auto-import changelog data from tmpwatch-2.8.2-2.src.rpm

Tue Feb 26 2002 Mike A. Harris <mharris@redhat.com> 2.8.2-2
- rebuilt in new environment
Sun Jan 27 2002 Mike A. Harris <mharris@redhat.com> 2.8.2-1
- Added newlines to logfile messages as per bug #58912
This commit is contained in:
cvsdist 2004-09-09 13:24:26 +00:00
parent 0b6003c619
commit 8e0c6ecc61
3 changed files with 14 additions and 8 deletions

View File

@ -1 +1 @@
tmpwatch-2.8.1.tar.gz
tmpwatch-2.8.2.tar.gz

View File

@ -1 +1 @@
8e6366143c1c76d557ecc5590ce1d384 tmpwatch-2.8.1.tar.gz
796faa25f4fdab2b6e32703e616e075d tmpwatch-2.8.2.tar.gz

View File

@ -1,7 +1,7 @@
Summary: A utility for removing files based on when they were last accessed.
Name: tmpwatch
Version: 2.8.1
Release: 1
Version: 2.8.2
Release: 2
Source: %{name}-%{version}.tar.gz
License: GPL
Group: System Environment/Base
@ -11,10 +11,10 @@ Requires: psmisc
%description
The tmpwatch utility recursively searches through specified
directories and removes files which have not been accessed in a
specified period of time. Tmpwatch is normally used to clean up
directories that are used for temporarily holding files (for example,
/tmp). Tmpwatch ignores symlinks, will not switch filesystems, and
only removes empty directories and regular files.
specified period of time. Tmpwatch is normally used to clean up
directories which are used for temporarily holding files (for example,
/tmp). Tmpwatch ignores symlinks, won't switch filesystems and only
removes empty directories and regular files.
%prep
%setup -q
@ -48,6 +48,12 @@ rm -rf %{buildroot}
%config(noreplace) /etc/cron.daily/tmpwatch
%changelog
* Tue Feb 26 2002 Mike A. Harris <mharris@redhat.com> 2.8.2-2
- rebuilt in new environment
* Sun Jan 27 2002 Mike A. Harris <mharris@redhat.com> 2.8.2-1
- Added newlines to logfile messages as per bug #58912
* Thu Nov 8 2001 Preston Brown <pbrown@redhat.com>
- define default SBINDIR in Makefile
- incorrect boolean comparison fix