- Rebuild with gcc 4

This commit is contained in:
Miloslav Trmac 2005-03-05 13:52:57 +00:00
parent 1bb55eeee8
commit e0394ca28f

View File

@ -1,7 +1,7 @@
Summary: A utility for removing files based on when they were last accessed.
Name: tmpwatch
Version: 2.9.2
Release: 1
Release: 2
Source: %{name}-%{version}.tar.gz
License: GPL
Group: System Environment/Base
@ -49,6 +49,9 @@ rm -rf %{buildroot}
%config(noreplace) /etc/cron.daily/tmpwatch
%changelog
* Sat Mar 5 2005 Miloslav Trmac <mitr@redhat.com> - 2.9.2-2
- Rebuild with gcc 4
* Wed Dec 22 2004 Miloslav Trmac <mitr@redhat.com> - 2.9.2-1
- Mention skipping of lost+found in the man page (#143526)