From 0fdf35f32ea09fba30929a82bb959364283fe033 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 08:00:41 +0000 Subject: [PATCH] auto-import changelog data from logrotate-3.5.9-1.src.rpm Tue Sep 04 2001 Preston Brown - fix segfault when logfile is in current directory. Tue Aug 21 2001 Preston Brown - fix URL for source location --- .cvsignore | 2 +- logrotate.spec | 14 ++++++++++---- sources | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 18bc4af..f3bf28d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -logrotate-3.5.8.tar.gz +logrotate-3.5.9.tar.gz diff --git a/logrotate.spec b/logrotate.spec index 323f5e6..35245f1 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -1,11 +1,11 @@ Summary: Rotates, compresses, removes and mails system log files. Name: logrotate -Version: 3.5.8 +Version: 3.5.9 Release: 1 -Copyright: GPL +License: GPL Group: System Environment/Base -Source: ftp://ftp.redhat.com/pub/redhat/code/logrotate/logrotate-%{PACKAGE_VERSION}.tar.gz -BuildRoot: /var/tmp/logrotate.root +Source: logrotate-%{PACKAGE_VERSION}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}.root %description The logrotate utility is designed to simplify the administration of @@ -42,6 +42,12 @@ rm -rf $RPM_BUILD_ROOT %attr(0755, root, root) %dir /etc/logrotate.d %changelog +* Tue Sep 4 2001 Preston Brown +- fix segfault when logfile is in current directory. + +* Tue Aug 21 2001 Preston Brown +- fix URL for source location + * Thu Aug 2 2001 Preston Brown - man page cleanups, check for negative rotation counts diff --git a/sources b/sources index c906610..f2be704 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -45a3553d731cfaa100edf97a4d4e14c1 logrotate-3.5.8.tar.gz +c31ccf975533ed2563f2f58e35729fcf logrotate-3.5.9.tar.gz