- Add --dirmtime (#91096)

- Handle fchdir () failures
This commit is contained in:
Miloslav Trmac 2005-06-20 13:46:17 +00:00
parent dbae58d791
commit eb60d0c10a
3 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
tmpwatch-2.9.3.tar.gz
tmpwatch-2.9.4.tar.gz

View File

@ -1 +1 @@
68d5251c21b53be645d04d6e6d83e05a tmpwatch-2.9.3.tar.gz
3317c7f45eb35690d78c87cdf50d0e3e tmpwatch-2.9.4.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.3
Version: 2.9.4
Release: 1
Source: %{name}-%{version}.tar.gz
License: GPL
@ -49,6 +49,10 @@ rm -rf %{buildroot}
%config(noreplace) /etc/cron.daily/tmpwatch
%changelog
* Mon Jun 20 2005 Miloslav Trmac <mitr@redhat.com> - 2.9.4-1
- Add --dirmtime (#91096)
- Handle fchdir () failures
* Sat Apr 16 2005 Miloslav Trmac <mitr@redhat.com> - 2.9.3-1
- Silently ignore ENOENT if somebody removes files faster than us (#154960)
- Handle failures to exec fuser