diff --git a/.cvsignore b/.cvsignore index 6206f4e..944903a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -tmpwatch-2.9.3.tar.gz +tmpwatch-2.9.4.tar.gz diff --git a/sources b/sources index 6bf227e..f9dc6f3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -68d5251c21b53be645d04d6e6d83e05a tmpwatch-2.9.3.tar.gz +3317c7f45eb35690d78c87cdf50d0e3e tmpwatch-2.9.4.tar.gz diff --git a/tmpwatch.spec b/tmpwatch.spec index 2aa826e..c4be78f 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.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 - 2.9.4-1 +- Add --dirmtime (#91096) +- Handle fchdir () failures + * 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