- Ship COPYING Resolves: #560690

This commit is contained in:
Miloslav Trmac 2010-02-01 16:34:02 +00:00
parent 8bba63f3b9
commit b274d8872d

View File

@ -1,7 +1,7 @@
Summary: A utility for removing files based on when they were last accessed
Name: tmpwatch
Version: 2.9.17
Release: 1%{?dist}
Release: 2%{?dist}
URL: https://fedorahosted.org/tmpwatch/
Source0: https://fedorahosted.org/releases/t/m/tmpwatch/tmpwatch-%{version}.tar.bz2
Source1: tmpwatch.daily
@ -43,13 +43,17 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc ChangeLog NEWS README
%doc COPYING ChangeLog NEWS README
%{_bindir}/tmpwatch
%{_sbindir}/tmpwatch
%{_mandir}/man8/tmpwatch.8*
%config(noreplace) /etc/cron.daily/tmpwatch
%changelog
* Mon Feb 1 2010 Miloslav Trmač <mitr@redhat.com> - 2.9.17-2
- Ship COPYING
Resolves: #560690
* Tue Dec 22 2009 Miloslav Trmač <mitr@redhat.com> - 2.9.17-1
- Update to tmpwatch-2.9.17.
Resolves: #548932