diff --git a/tmpwatch.spec b/tmpwatch.spec index 76df591..17285b2 100644 --- a/tmpwatch.spec +++ b/tmpwatch.spec @@ -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č - 2.9.17-2 +- Ship COPYING + Resolves: #560690 + * Tue Dec 22 2009 Miloslav Trmač - 2.9.17-1 - Update to tmpwatch-2.9.17. Resolves: #548932