diff --git a/.cvsignore b/.cvsignore index dddcc07..fd7f0a9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -tmpwatch-2.9.8.tar.gz +tmpwatch-2.9.9.tar.gz diff --git a/sources b/sources index 15cc245..2f70b6d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -04b7a31065d067ffb05b371afe123967 tmpwatch-2.9.8.tar.gz +aff22909c0f4c930706a2adc8c2aab46 tmpwatch-2.9.9.tar.gz diff --git a/tmpwatch.spec b/tmpwatch.spec index ab632df..d464025 100644 --- a/tmpwatch.spec +++ b/tmpwatch.spec @@ -1,6 +1,6 @@ Summary: A utility for removing files based on when they were last accessed Name: tmpwatch -Version: 2.9.8 +Version: 2.9.9 Release: 1 Source: %{name}-%{version}.tar.gz License: GPL @@ -50,6 +50,11 @@ rm -rf %{buildroot} %config(noreplace) /etc/cron.daily/tmpwatch %changelog +* Thu Nov 2 2006 Miloslav Trmac - 2.9.9-1 +- Exclude aquota.group and aquota.user files + Resolves: 206258 +- Don't require the user-specified paths to be absolute + * Wed Nov 1 2006 Miloslav Trmac - 2.9.8-1 - Add optional unit suffix to the "hours" (now "time") parameter (original patch by Alan J Rosenthal )