From d9272dd06f2d84ebd9a2b5a67e7e6d97d5c829b4 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 13:28:34 +0000 Subject: [PATCH] auto-import changelog data from tmpwatch-2.9.1-1.src.rpm Sat Aug 14 2004 Miloslav Trmac - 2.9.1-1 - Add --exclude, use it to preserve X socket directories (#107069) - Allow multiple directory arguments with relative paths (#91097) - Don't manually strip the binary --- .cvsignore | 2 +- sources | 2 +- tmpwatch.spec | 19 ++++++++----------- 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/.cvsignore b/.cvsignore index 70a752a..641dd16 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -tmpwatch-2.9.0.tar.gz +tmpwatch-2.9.1.tar.gz diff --git a/sources b/sources index 3e3254e..f25e762 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ef33369be0168f31f6d0e95012f3ed50 tmpwatch-2.9.0.tar.gz +0780803e5ab13cb6b5858b5ed6dca9f5 tmpwatch-2.9.1.tar.gz diff --git a/tmpwatch.spec b/tmpwatch.spec index 25382e6..cf61d28 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.0 -Release: 3 +Version: 2.9.1 +Release: 1 Source: %{name}-%{version}.tar.gz License: GPL Group: System Environment/Base @@ -28,7 +28,8 @@ make ROOT=%{buildroot} SBINDIR=%{_sbindir} MANDIR=%{_mandir} install mkdir -p %{buildroot}/etc/cron.daily cat > %{buildroot}/etc/cron.daily/tmpwatch < -- rebuilt - -* Fri Feb 13 2004 Elliot Lee -- rebuilt - -* Thu Jun 05 2003 Elliot Lee -- rebuilt +* Sat Aug 14 2004 Miloslav Trmac - 2.9.1-1 +- Add --exclude, use it to preserve X socket directories (#107069) +- Allow multiple directory arguments with relative paths (#91097) +- Don't manually strip the binary * Fri May 30 2003 Mike A. Harris 2.9.0-1 - Added Solaris/HPUX support to tmpwatch via patch from Paul Gear (#71288)