Summary: Rotates, compresses, removes and mails system log files. Summary(ja): システムのログファイルを圧縮/削除するプログラム Name: logrotate Version: 3.8.6 Release: 1%{?_dist_release} License: GPL Group: System Environment/Base Url: https://fedorahosted.org/logrotate/ Source: https://fedorahosted.org/releases/l/o/logrotate/logrotate-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: popt-devel Requires: coreutils >= 5.92 Requires: popt %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. Install the logrotate package if you need a utility to deal with the log files on your system. %description -l ja logrotate ユーティリティは,ログファイルを大量に生成するシステムでの ログファイル管理を楽にする目的で作られています. logrotate はログファイルを古いものから順にリネームしたり, 圧縮したり,メールで送ったりすることが出来ます. logrotate の処理は,毎日/毎週/毎月といった単位でも設定出来ますし, ログファイルが一定サイズに達した時に処理する様にすることも出来ます. 通常は logrotate は cron によって毎日実行される様になっています. システム上のログファイルを管理するツールが必要なら logrotate パッケージをインストールして下さい. %prep %setup -q %build make %{?_smp_mflags} RPM_OPT_FLAGS="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT make PREFIX=$RPM_BUILD_ROOT BINDIR=%{_sbindir} MANDIR=%{_mandir} install mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib install -m 644 examples/logrotate-default $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.conf install -m 755 examples/logrotate.cron $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily/logrotate touch $RPM_BUILD_ROOT%{_localstatedir}/lib/logrotate.status %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc CHANGES %attr(0755, root, root) %{_sbindir}/logrotate %attr(0644, root, root) %{_mandir}/man8/logrotate.8* %attr(0644, root, root) %{_mandir}/man5/logrotate.conf.5* %attr(0755, root, root) %{_sysconfdir}/cron.daily/logrotate %attr(0644, root, root) %config(noreplace) %{_sysconfdir}/logrotate.conf %attr(0755, root, root) %dir %{_sysconfdir}/logrotate.d %attr(0644, root, root) %verify(not size md5 mtime) %config(noreplace) %{_localstatedir}/lib/logrotate.status %changelog * Thu Oct 03 2013 Daisuke SUZUKI 3.8.6-1 - new upstream release * Wed Apr 13 2011 Daisuke SUZUKI 3.7.9-1 - new upstream release - add Url - add patches from fedora - fix #688520 - fixed CVE-2011-1154, CVE-2011-1155 and CVE-2011-1098 - fix #671926 - fixed crash when tabooext is used in config file - fix #661181 - fixed SIGBUS when config file is empty or 4096 bytes - fix #666677 - preserve ACLs when rotating files - fix #644309 - mention all logrotate params in man page - fix #638629 - better size directive description - fixed AUTHORS in man page * Sun Jun 15 2008 Ryoichi INAGAKI 3.7.7-1 - new upstream release - spec in UTF-8 * Wed Jun 7 2006 Ryoichi INAGAKI 3.7.4-1vl1 - based on 3.7.4-1 from Rawhide * Wed May 17 2006 Peter Vrabec 3.7.4-1 - add new "minsize" option (#173088) * Tue Mar 28 2006 Peter Vrabec 3.7.3-3 - correct man page "extension" option description (#185318) * Mon Nov 07 2005 Peter Vrabec 3.7.2-11 - man description for "nodateext" option (#171577) - remove not working "pattern" option (#171577) * Wed Sep 07 2005 Peter Vrabec 3.7.2-3 - even when sharedscript option used, do postrotate script before compress (#167575) * Wed Aug 17 2005 Peter Vrabec 3.7.2-2 - allow yearly rotations(#134612) * Wed Jun 22 2005 Peter Vrabec 3.7.1-12 - enhance logrotate with "dateext", "maxage" * Fri Apr 11 2003 Ryoichi INAGAKI 3.6.8-1vl1 - based on 3.6.8-1 from Rawhide - add Requires, BuildRequires popt * Mon Jan 20 2003 Elliot Lee 3.6.8-1 - Old patch from pm@debian.org * Tue Jan 14 2003 Elliot Lee 3.6.7-1 - Fixes from bugzilla * Fri Nov 15 2002 Elliot Lee 3.6.6-1 - Commit patch from Fidelis Assis * Thu Jun 20 2002 Elliot Lee 3.6.5-1 - Commit fix for #65299 * Mon Apr 15 2002 Elliot Lee 3.6.4-1 - Commit fix for #62560 * Wed Mar 13 2002 Elliot Lee 3.6.3-1 - Apply various bugfix patches from the openwall people * Tue Jan 29 2002 Elliot Lee 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 * Wed Nov 28 2001 Preston Brown 3.6-1 - patch from Alexander Kourakos 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 * Thu Oct 4 2001 IWAI Masaharu 3.5.4-1vl2 - added noreplace flag (%%config file is not replaced) * Sun Jan 14 2001 MATSUBAYASHI 'Shaolin' Kohji - 3.5.4-1vl1 - based on 3.5.4-1 from Rawhide - use better macros (%%{_tmppath}, %%{_sbindir}) - added Japanese summary and description * Thu Jan 4 2001 Bill Nottingham - %defattr * Wed Jan 03 2001 Preston Brown - see CHANGES * Tue Aug 15 2000 Erik Troan - see CHANGES * Sun Jul 23 2000 Erik Troan - see CHANGES * Tue Jul 11 2000 Erik Troan - support spaces in filenames - added sharedscripts * Sun Jun 18 2000 Matt Wilson - use %%{_mandir} for man pages * Thu Feb 24 2000 Erik Troan - don't rotate lastlog * Thu Feb 03 2000 Erik Troan - gzipped manpages