From e79cf1b59211cbc89afb041b66f4f3d4709acdbf Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 08:03:16 +0000 Subject: [PATCH] auto-import changelog data from logrotate-3.6.10-1.src.rpm Thu Jul 24 2003 Elliot Lee 3.6.10-1 - Fix #100546, change selinux port. Fri Jul 18 2003 Dan Walsh 3.6.9-2 - Port to SELinux 2.5 Wed Jul 09 2003 Elliot Lee 3.6.9-1 - Fix #90229, #90274, #89458, #91408 --- .cvsignore | 2 +- logrotate.spec | 20 ++++++++++++++++++-- sources | 2 +- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 096c322..d732d84 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -logrotate-3.6.8.tar.gz +logrotate-3.6.10.tar.gz diff --git a/logrotate.spec b/logrotate.spec index 49b419b..9be3253 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -1,6 +1,10 @@ +%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} +%define WITH_SELINUX 0 +%endif + Summary: Rotates, compresses, removes and mails system log files. Name: logrotate -Version: 3.6.8 +Version: 3.6.10 Release: 1 License: GPL Group: System Environment/Base @@ -22,7 +26,10 @@ log files on your system. %setup %build -make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" +make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" \ +%if %{WITH_SELINUX} + WITH_SELINUX=yes +%endif %install rm -rf $RPM_BUILD_ROOT @@ -49,6 +56,15 @@ rm -rf $RPM_BUILD_ROOT %attr(0644, root, root) %verify(not size md5 mtime) %config(noreplace) /var/lib/logrotate.status %changelog +* Thu Jul 24 2003 Elliot Lee 3.6.10-1 +- Fix #100546, change selinux port. + +* Wed Jul 18 2003 Dan Walsh 3.6.9-2 +- Port to SELinux 2.5 + +* Wed Jul 09 2003 Elliot Lee 3.6.9-1 +- Fix #90229, #90274, #89458, #91408 + * Mon Jan 20 2003 Elliot Lee 3.6.8-1 - Old patch from pm@debian.org diff --git a/sources b/sources index 76aac51..fe0b5a8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -77f853ccebb01a3c8e80b371480f50e0 logrotate-3.6.8.tar.gz +7a95d7464faea703fa10d6db7a468ddb logrotate-3.6.10.tar.gz