052f9630d9
Wed Mar 13 2002 Elliot Lee <sopwith@redhat.com> 3.6.3-1 - Apply various bugfix patches from the openwall people Tue Jan 29 2002 Elliot Lee <sopwith@redhat.com> 3.6.2-1 - Fix bug #55809 (include logrotate.status in %files) - Fix bug #58328 (incorrect error detection when reading state file) - Allow 'G' size specifier from bug #57242 Mon Dec 10 2001 Preston Brown <pbrown@redhat.com> - noreplace config file Wed Nov 28 2001 Preston Brown <pbrown@redhat.com> 3.6-1 - patch from Alexander Kourakos <awk@awks.org> to stop the shared postrotate/prerotate scripts from running if none of the log(s) need rotating. All log files are now checked for rotation in one batch, rather than sequentially. - more fixes from Paul Martin <pm@debian.org> Thu Nov 08 2001 Preston Brown <pbrown@redhat.com> 3.5.10-1 - fix from paul martin <pm@debian.org> for zero-length state files
116 lines
3.8 KiB
RPMSpec
116 lines
3.8 KiB
RPMSpec
Summary: Rotates, compresses, removes and mails system log files.
|
|
Name: logrotate
|
|
Version: 3.6.3
|
|
Release: 1
|
|
License: GPL
|
|
Group: System Environment/Base
|
|
Source: logrotate-%{PACKAGE_VERSION}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}.root
|
|
|
|
%description
|
|
The logrotate utility is designed to simplify the administration of
|
|
log files on a system which generates a lot of log files. Logrotate
|
|
allows for the automatic rotation compression, removal, and mailing of
|
|
log files. Logrotate can be set to handle a log file daily, weekly,
|
|
monthly, or when the log file gets to a certain size. Normally,
|
|
logrotate runs as a daily cron job.
|
|
|
|
%prep
|
|
%setup
|
|
|
|
%build
|
|
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
make PREFIX=$RPM_BUILD_ROOT MANDIR=%{_mandir} install
|
|
mkdir -p $RPM_BUILD_ROOT/etc/logrotate.d
|
|
mkdir -p $RPM_BUILD_ROOT/etc/cron.daily
|
|
mkdir -p $RPM_BUILD_ROOT/var/lib
|
|
|
|
install -m 644 examples/logrotate-default $RPM_BUILD_ROOT/etc/logrotate.conf
|
|
install -m 755 examples/logrotate.cron $RPM_BUILD_ROOT/etc/cron.daily/logrotate
|
|
touch $RPM_BUILD_ROOT/var/lib/logrotate.status
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc CHANGES
|
|
%attr(0755, root, root) /usr/sbin/logrotate
|
|
%attr(0644, root, root) %{_mandir}/man8/logrotate.8*
|
|
%attr(0755, root, root) /etc/cron.daily/logrotate
|
|
%attr(0644, root, root) %config(noreplace) /etc/logrotate.conf
|
|
%attr(0755, root, root) %dir /etc/logrotate.d
|
|
%attr(0644, root, root) %verify(not size md5 mtime) %config(noreplace) /var/lib/logrotate.status
|
|
|
|
%changelog
|
|
* Wed Mar 13 2002 Elliot Lee <sopwith@redhat.com> 3.6.3-1
|
|
- Apply various bugfix patches from the openwall people
|
|
|
|
* Tue Jan 29 2002 Elliot Lee <sopwith@redhat.com> 3.6.2-1
|
|
- Fix bug #55809 (include logrotate.status in %files)
|
|
- Fix bug #58328 (incorrect error detection when reading state file)
|
|
- Allow 'G' size specifier from bug #57242
|
|
|
|
* Mon Dec 10 2001 Preston Brown <pbrown@redhat.com>
|
|
- noreplace config file
|
|
|
|
* Wed Nov 28 2001 Preston Brown <pbrown@redhat.com> 3.6-1
|
|
- patch from Alexander Kourakos <awk@awks.org> to stop the shared
|
|
postrotate/prerotate scripts from running if none of the log(s) need
|
|
rotating. All log files are now checked for rotation in one batch,
|
|
rather than sequentially.
|
|
- more fixes from Paul Martin <pm@debian.org>
|
|
|
|
* Thu Nov 8 2001 Preston Brown <pbrown@redhat.com> 3.5.10-1
|
|
- fix from paul martin <pm@debian.org> for zero-length state files
|
|
|
|
* Tue Sep 4 2001 Preston Brown <pbrown@redhat.com>
|
|
- fix segfault when logfile is in current directory.
|
|
|
|
* Tue Aug 21 2001 Preston Brown <pbrown@redhat.com>
|
|
- fix URL for source location
|
|
|
|
* Thu Aug 2 2001 Preston Brown <pbrown@redhat.com>
|
|
- man page cleanups, check for negative rotation counts
|
|
|
|
* Mon Jul 2 2001 Preston Brown <pbrown@redhat.com>
|
|
- more minor manpage updates (#45625)
|
|
|
|
* Thu Jun 21 2001 Preston Brown <pbrown@redhat.com> 3.5.6-1
|
|
- enable LFS support (debian bug #100810)
|
|
- quote filenames for running compress commands or pre/postrotate cmds (#21348)
|
|
- deprecate "errors" directive (see bug #16544 for explanation)
|
|
- update man page
|
|
- configurable compression command by Colm Buckley <colm@tuatha.org>
|
|
|
|
* Fri Jun 1 2001 Preston Brown <pbrown@redhat.com> 3.5.5-1
|
|
- be less strict about whitespace near filenames. Patch from Paul Martin <pm@debian.org>.
|
|
|
|
* Thu Jan 4 2001 Bill Nottingham <notting@redhat.com>
|
|
- %%defattr
|
|
|
|
* Wed Jan 03 2001 Preston Brown <pbrown@redhat.com>
|
|
- see CHANGES
|
|
|
|
* Tue Aug 15 2000 Erik Troan <ewt@redhat.com>
|
|
- see CHANGES
|
|
|
|
* Sun Jul 23 2000 Erik Troan <ewt@redhat.com>
|
|
- see CHANGES
|
|
|
|
* Tue Jul 11 2000 Erik Troan <ewt@redhat.com>
|
|
- support spaces in filenames
|
|
- added sharedscripts
|
|
|
|
* Sun Jun 18 2000 Matt Wilson <msw@redhat.com>
|
|
- use %%{_mandir} for man pages
|
|
|
|
* Thu Feb 24 2000 Erik Troan <ewt@redhat.com>
|
|
- don't rotate lastlog
|
|
|
|
* Thu Feb 03 2000 Erik Troan <ewt@redhat.com>
|
|
- gzipped manpages
|