From dbae58d791bacc7e56622da4b4d25105ac605605 Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: Sat, 16 Apr 2005 10:57:58 +0000 Subject: [PATCH] - Silently ignore ENOENT if somebody removes files faster than us (#154960) - Handle failures to exec fuser - Fix check for negative grace periods --- .cvsignore | 2 +- sources | 2 +- tmpwatch.spec | 9 +++++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 8840411..6206f4e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -tmpwatch-2.9.2.tar.gz +tmpwatch-2.9.3.tar.gz diff --git a/sources b/sources index a43a5cb..6bf227e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -41fea239a57f78edbc5570bc04989674 tmpwatch-2.9.2.tar.gz +68d5251c21b53be645d04d6e6d83e05a tmpwatch-2.9.3.tar.gz diff --git a/tmpwatch.spec b/tmpwatch.spec index 3a616b2..2aa826e 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.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 - 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 - 2.9.2-2 - Rebuild with gcc 4