- Exclude aquota.group and aquota.user files Resolves: 206258

- Don't require the user-specified paths to be absolute
This commit is contained in:
Miloslav Trmac 2006-11-02 14:17:49 +00:00
parent 6a8b13c0ca
commit 813d4af185
3 changed files with 8 additions and 3 deletions

View File

@ -1 +1 @@
tmpwatch-2.9.8.tar.gz
tmpwatch-2.9.9.tar.gz

View File

@ -1 +1 @@
04b7a31065d067ffb05b371afe123967 tmpwatch-2.9.8.tar.gz
aff22909c0f4c930706a2adc8c2aab46 tmpwatch-2.9.9.tar.gz

View File

@ -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 <mitr@redhat.com> - 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 <mitr@redhat.com> - 2.9.8-1
- Add optional unit suffix to the "hours" (now "time") parameter (original
patch by Alan J Rosenthal <flaps@dgp.toronto.edu>)