diff --git a/.cvsignore b/.cvsignore index 641dd16..8840411 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -tmpwatch-2.9.1.tar.gz +tmpwatch-2.9.2.tar.gz diff --git a/sources b/sources index f25e762..a43a5cb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0780803e5ab13cb6b5858b5ed6dca9f5 tmpwatch-2.9.1.tar.gz +41fea239a57f78edbc5570bc04989674 tmpwatch-2.9.2.tar.gz diff --git a/tmpwatch.spec b/tmpwatch.spec index cf61d28..f1e59dc 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.1 +Version: 2.9.2 Release: 1 Source: %{name}-%{version}.tar.gz License: GPL @@ -49,6 +49,9 @@ rm -rf %{buildroot} %config(noreplace) /etc/cron.daily/tmpwatch %changelog +* Wed Dec 22 2004 Miloslav Trmac - 2.9.2-1 +- Mention skipping of lost+found in the man page (#143526) + * Sat Aug 14 2004 Miloslav Trmac - 2.9.1-1 - Add --exclude, use it to preserve X socket directories (#107069) - Allow multiple directory arguments with relative paths (#91097)