auto-import changelog data from tmpwatch-2.9.1-1.src.rpm
Sat Aug 14 2004 Miloslav Trmac <mitr@redhat.com> - 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
This commit is contained in:
parent
5eb747cdd0
commit
d9272dd06f
@ -1 +1 @@
|
||||
tmpwatch-2.9.0.tar.gz
|
||||
tmpwatch-2.9.1.tar.gz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
ef33369be0168f31f6d0e95012f3ed50 tmpwatch-2.9.0.tar.gz
|
||||
0780803e5ab13cb6b5858b5ed6dca9f5 tmpwatch-2.9.1.tar.gz
|
||||
|
||||
@ -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 <<EOF
|
||||
/usr/sbin/tmpwatch 240 /tmp
|
||||
/usr/sbin/tmpwatch -x /tmp/.X11-unix -x /tmp/.XIM-unix -x /tmp/.font-unix \
|
||||
-x /tmp/.ICE-unix -x /tmp/.Test-unix 240 /tmp
|
||||
/usr/sbin/tmpwatch 720 /var/tmp
|
||||
for d in /var/{cache/man,catman}/{cat?,X11R6/cat?,local/cat?}; do
|
||||
if [ -d "\$d" ]; then
|
||||
@ -48,14 +49,10 @@ rm -rf %{buildroot}
|
||||
%config(noreplace) /etc/cron.daily/tmpwatch
|
||||
|
||||
%changelog
|
||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Thu Jun 05 2003 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
* Sat Aug 14 2004 Miloslav Trmac <mitr@redhat.com> - 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 <mharris@redhat.com> 2.9.0-1
|
||||
- Added Solaris/HPUX support to tmpwatch via patch from Paul Gear (#71288)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user