diff --git a/tmpwatch.daily b/tmpwatch.daily index cbc34f9..21fee01 100644 --- a/tmpwatch.daily +++ b/tmpwatch.daily @@ -1,5 +1,5 @@ #! /bin/sh -flags=-amc +flags=-umc /usr/sbin/tmpwatch "$flags" -x /tmp/.X11-unix -x /tmp/.XIM-unix \ -x /tmp/.font-unix -x /tmp/.ICE-unix -x /tmp/.Test-unix 10d /tmp /usr/sbin/tmpwatch "$flags" 30d /var/tmp diff --git a/tmpwatch.spec b/tmpwatch.spec index 17aa3e7..7f31379 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.9.12 -Release: 1 +Release: 2 Source0: %{name}-%{version}.tar.bz2 Source1: tmpwatch.daily License: GPL+ @@ -41,6 +41,9 @@ rm -rf %{buildroot} %config(noreplace) /etc/cron.daily/tmpwatch %changelog +* Fri Dec 14 2007 Miloslav Trmač - 2.9.12-2 +- --atime is -u. Doh. + * Fri Dec 14 2007 Miloslav Trmač - 2.9.12-1 - Fix --nosymlinks description in the man page - Use the maximum of atime, mtime and ctime when checking whether a file is