From c0ddd46571308dd3f12822289af94ade81f02f4d Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: Sun, 5 Nov 2006 01:41:13 +0000 Subject: [PATCH] - Reallow --exclude with nonexistent paths Resolves: 214034 --- .cvsignore | 2 +- sources | 2 +- tmpwatch.spec | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index fd7f0a9..ba63e37 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -tmpwatch-2.9.9.tar.gz +tmpwatch-2.9.10.tar.gz diff --git a/sources b/sources index 2f70b6d..de2ab29 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aff22909c0f4c930706a2adc8c2aab46 tmpwatch-2.9.9.tar.gz +4fdcefdb36bc6c8ef5fea26eb4f1a2e3 tmpwatch-2.9.10.tar.gz diff --git a/tmpwatch.spec b/tmpwatch.spec index d464025..6c9ff79 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.9 +Version: 2.9.10 Release: 1 Source: %{name}-%{version}.tar.gz License: GPL @@ -50,6 +50,10 @@ rm -rf %{buildroot} %config(noreplace) /etc/cron.daily/tmpwatch %changelog +* Sun Nov 5 2006 Miloslav Trmac - 2.9.10-1 +- Reallow --exclude with nonexistent paths + Resolves: 214034 + * Thu Nov 2 2006 Miloslav Trmac - 2.9.9-1 - Exclude aquota.group and aquota.user files Resolves: 206258