- Reallow --exclude with nonexistent paths Resolves: 214034

This commit is contained in:
Miloslav Trmac 2006-11-05 01:41:13 +00:00
parent 813d4af185
commit c0ddd46571
3 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
tmpwatch-2.9.9.tar.gz
tmpwatch-2.9.10.tar.gz

View File

@ -1 +1 @@
aff22909c0f4c930706a2adc8c2aab46 tmpwatch-2.9.9.tar.gz
4fdcefdb36bc6c8ef5fea26eb4f1a2e3 tmpwatch-2.9.10.tar.gz

View File

@ -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 <mitr@redhat.com> - 2.9.10-1
- Reallow --exclude with nonexistent paths
Resolves: 214034
* Thu Nov 2 2006 Miloslav Trmac <mitr@redhat.com> - 2.9.9-1
- Exclude aquota.group and aquota.user files
Resolves: 206258