From 89dd58ab6e73e35121712e50920f0253b634039a Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 13:23:17 +0000 Subject: [PATCH] auto-import changelog data from tmpwatch-2.7.4-1.src.rpm Tue Jul 03 2001 Preston Brown 2.7.4-1 - fix typo in cron script --- .cvsignore | 2 +- sources | 2 +- tmpwatch.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 42ab6fe..4e67359 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -tmpwatch-2.7.3.tar.gz +tmpwatch-2.7.4.tar.gz diff --git a/sources b/sources index 38f1a71..c0cf799 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -96f4442387675b052e148f8503e7c662 tmpwatch-2.7.3.tar.gz +781d49a347be3a06b9e2540fbb6ed8e8 tmpwatch-2.7.4.tar.gz diff --git a/tmpwatch.spec b/tmpwatch.spec index 68c2d59..f5d6d71 100644 --- a/tmpwatch.spec +++ b/tmpwatch.spec @@ -1,6 +1,6 @@ Summary: A utility for removing files based on when they were last accessed. Name: tmpwatch -Version: 2.7.3 +Version: 2.7.4 Release: 1 Source: tmpwatch-%{version}.tar.gz Copyright: GPL @@ -32,8 +32,8 @@ make PREFIX=%{buildroot} MANDIR=%{_mandir} install >> ./etc/cron.daily/tmpwatch echo '/usr/sbin/tmpwatch 720 /var/tmp' \ >> ./etc/cron.daily/tmpwatch - echo 'for d in /var/{cache/man,catman}/{X11R6/cat?,cat?,local/cat?}; do \ - [ -d $d ] && /usr/sbin/tmpwatch -f 240 $d \ + echo 'for d in /var/{cache/man,catman}/{X11R6/cat?,cat?,local/cat?}; do + [ -d $d ] && /usr/sbin/tmpwatch -f 240 $d done' \ >> ./etc/cron.daily/tmpwatch chmod +x ./etc/cron.daily/tmpwatch @@ -49,6 +49,9 @@ rm -rf %{buildroot} %config /etc/cron.daily/tmpwatch %changelog +* Tue Jul 3 2001 Preston Brown 2.7.4-1 +- fix typo in cron script + * Mon Jul 2 2001 Preston Brown - better checking for directory existence cleaning man cache dirs (#44117)