auto-import changelog data from tmpwatch-2.8.1-1.src.rpm
Thu Nov 08 2001 Preston Brown <pbrown@redhat.com> - define default SBINDIR in Makefile - incorrect boolean comparison fix
This commit is contained in:
parent
c8c6fc863c
commit
0b6003c619
@ -1 +1 @@
|
||||
tmpwatch-2.8.tar.gz
|
||||
tmpwatch-2.8.1.tar.gz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
f647d44148ceb5a050eb6d908620a34a tmpwatch-2.8.tar.gz
|
||||
8e6366143c1c76d557ecc5590ce1d384 tmpwatch-2.8.1.tar.gz
|
||||
|
||||
@ -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 <<EOF
|
||||
@ -48,6 +48,10 @@ rm -rf %{buildroot}
|
||||
%config(noreplace) /etc/cron.daily/tmpwatch
|
||||
|
||||
%changelog
|
||||
* Thu Nov 8 2001 Preston Brown <pbrown@redhat.com>
|
||||
- define default SBINDIR in Makefile
|
||||
- incorrect boolean comparison fix
|
||||
|
||||
* Wed Aug 29 2001 Preston Brown <pbrown@redhat.com>
|
||||
- cron script fix (#52785)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user