diff --git a/.cvsignore b/.cvsignore index 52c8f56..3edc2e0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -tmpwatch-2.8.1.tar.gz +tmpwatch-2.8.2.tar.gz diff --git a/sources b/sources index d0e0bcd..7a7f18d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8e6366143c1c76d557ecc5590ce1d384 tmpwatch-2.8.1.tar.gz +796faa25f4fdab2b6e32703e616e075d tmpwatch-2.8.2.tar.gz diff --git a/tmpwatch.spec b/tmpwatch.spec index 0211e2c..190cff2 100644 --- a/tmpwatch.spec +++ b/tmpwatch.spec @@ -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 2.8.2-2 +- rebuilt in new environment + +* Sun Jan 27 2002 Mike A. Harris 2.8.2-1 +- Added newlines to logfile messages as per bug #58912 + * Thu Nov 8 2001 Preston Brown - define default SBINDIR in Makefile - incorrect boolean comparison fix