From ca407f86e8f78b255eb12e04188447e1bcd70ffa Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: Tue, 19 Oct 2004 21:55:48 +0000 Subject: [PATCH] - Fix sending mails (#131583) - Preserve file attributes when compressing files (#121523, original patch by Daniel Himler) Fri Jul 16 2004 Elliot Lee 3.7.1-1 - Fix #126490 typo --- .cvsignore | 2 +- logrotate.spec | 14 +++++++++++--- sources | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 63d1110..d6a68b4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -logrotate-3.7.tar.gz +logrotate-3.7.1.tar.gz diff --git a/logrotate.spec b/logrotate.spec index affb6aa..51592d5 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -1,11 +1,11 @@ %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 +BuildRequires: libselinux-devel %endif - Summary: Rotates, compresses, removes and mails system log files. Name: logrotate -Version: 3.7 -Release: 5 +Version: 3.7.1 +Release: 2 License: GPL Group: System Environment/Base Source: logrotate-%{PACKAGE_VERSION}.tar.gz @@ -56,6 +56,14 @@ rm -rf $RPM_BUILD_ROOT %attr(0644, root, root) %verify(not size md5 mtime) %config(noreplace) /var/lib/logrotate.status %changelog +* Tue Oct 19 2004 Miloslav Trmac - 3.7.1-2 +- Fix sending mails (#131583) +- Preserve file attributes when compressing files (#121523, original patch by + Daniel Himler) + +* Fri Jul 16 2004 Elliot Lee 3.7.1-1 +- Fix #126490 typo + * Tue Jun 15 2004 Elliot Lee - rebuilt diff --git a/sources b/sources index 110e168..87faf39 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -caa28cb5e26db34f7c14236e4058bb5f logrotate-3.7.tar.gz +552639142e163745f6bcd4f1f3816d8a logrotate-3.7.1.tar.gz