- Silently ignore ENOENT if somebody removes files faster than us (#154960)
- Handle failures to exec fuser - Fix check for negative grace periods
This commit is contained in:
parent
e0394ca28f
commit
dbae58d791
@ -1 +1 @@
|
||||
tmpwatch-2.9.2.tar.gz
|
||||
tmpwatch-2.9.3.tar.gz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
41fea239a57f78edbc5570bc04989674 tmpwatch-2.9.2.tar.gz
|
||||
68d5251c21b53be645d04d6e6d83e05a tmpwatch-2.9.3.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Summary: A utility for removing files based on when they were last accessed.
|
||||
Name: tmpwatch
|
||||
Version: 2.9.2
|
||||
Release: 2
|
||||
Version: 2.9.3
|
||||
Release: 1
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
@ -49,6 +49,11 @@ rm -rf %{buildroot}
|
||||
%config(noreplace) /etc/cron.daily/tmpwatch
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- Fix check for negative grace periods
|
||||
|
||||
* Sat Mar 5 2005 Miloslav Trmac <mitr@redhat.com> - 2.9.2-2
|
||||
- Rebuild with gcc 4
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user