diff --git a/.cvsignore b/.cvsignore index d732d84..63d1110 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -logrotate-3.6.10.tar.gz +logrotate-3.7.tar.gz diff --git a/logrotate.spec b/logrotate.spec index 9be3253..11fa453 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -1,11 +1,11 @@ %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} -%define WITH_SELINUX 0 +%define WITH_SELINUX 1 %endif Summary: Rotates, compresses, removes and mails system log files. Name: logrotate -Version: 3.6.10 -Release: 1 +Version: 3.7 +Release: 2.sel License: GPL Group: System Environment/Base Source: logrotate-%{PACKAGE_VERSION}.tar.gz @@ -56,6 +56,19 @@ rm -rf $RPM_BUILD_ROOT %attr(0644, root, root) %verify(not size md5 mtime) %config(noreplace) /var/lib/logrotate.status %changelog +* Fri Sep 5 2003 Dan Walsh 3.6.10-2.sel +- Turn on selinux + +* Wed Aug 06 2003 Erik Troan +- always use compressext for the extension for compressed + files; before compresscmd and compressext had to agree +- moved all compression to one code block +- compression, scripts don't use system() anymore +- compress and maillast didn't work together properly +- delaycompress and mailfirst didn't work properly +- don't use system() for mailing (or uncompressing) logs anymore +- use "-s" for speciying the subjected of mailed logs + * Thu Jul 24 2003 Elliot Lee 3.6.10-1 - Fix #100546, change selinux port. diff --git a/sources b/sources index fe0b5a8..4484e12 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7a95d7464faea703fa10d6db7a468ddb logrotate-3.6.10.tar.gz +f42373b94c31774694c521c2b9be3d89 logrotate-3.7.tar.gz