From 0b6003c61963b72e79d1464d6b7d1828a5d6f80a Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 13:23:51 +0000 Subject: [PATCH] auto-import changelog data from tmpwatch-2.8.1-1.src.rpm Thu Nov 08 2001 Preston Brown - define default SBINDIR in Makefile - incorrect boolean comparison fix --- .cvsignore | 2 +- sources | 2 +- tmpwatch.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index b3a3d0c..52c8f56 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -tmpwatch-2.8.tar.gz +tmpwatch-2.8.1.tar.gz diff --git a/sources b/sources index 429f70f..d0e0bcd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f647d44148ceb5a050eb6d908620a34a tmpwatch-2.8.tar.gz +8e6366143c1c76d557ecc5590ce1d384 tmpwatch-2.8.1.tar.gz diff --git a/tmpwatch.spec b/tmpwatch.spec index 2870112..0211e2c 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.8 -Release: 2 +Version: 2.8.1 +Release: 1 Source: %{name}-%{version}.tar.gz License: GPL Group: System Environment/Base @@ -24,7 +24,7 @@ make %install rm -rf %{buildroot} -make PREFIX=%{buildroot} SBINDIR=%{_sbindir} MANDIR=%{_mandir} install +make ROOT=%{buildroot} SBINDIR=%{_sbindir} MANDIR=%{_mandir} install mkdir -p %{buildroot}/etc/cron.daily cat > %{buildroot}/etc/cron.daily/tmpwatch < +- define default SBINDIR in Makefile +- incorrect boolean comparison fix + * Wed Aug 29 2001 Preston Brown - cron script fix (#52785)