- Mention skipping of lost+found in the man page (#143526)

This commit is contained in:
Miloslav Trmac 2004-12-21 23:13:22 +00:00
parent d9272dd06f
commit 1bb55eeee8
3 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
tmpwatch-2.9.1.tar.gz
tmpwatch-2.9.2.tar.gz

View File

@ -1 +1 @@
0780803e5ab13cb6b5858b5ed6dca9f5 tmpwatch-2.9.1.tar.gz
41fea239a57f78edbc5570bc04989674 tmpwatch-2.9.2.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.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 <mitr@redhat.com> - 2.9.2-1
- Mention skipping of lost+found in the man page (#143526)
* Sat Aug 14 2004 Miloslav Trmac <mitr@redhat.com> - 2.9.1-1
- Add --exclude, use it to preserve X socket directories (#107069)
- Allow multiple directory arguments with relative paths (#91097)