auto-import changelog data from logrotate-3.6.10-1.src.rpm

Thu Jul 24 2003 Elliot Lee <sopwith@redhat.com> 3.6.10-1
- Fix #100546, change selinux port.
Fri Jul 18 2003 Dan Walsh <dwalsh@redhat.com> 3.6.9-2
- Port to SELinux 2.5
Wed Jul 09 2003 Elliot Lee <sopwith@redhat.com> 3.6.9-1
- Fix #90229, #90274, #89458, #91408
This commit is contained in:
cvsdist 2004-09-09 08:03:16 +00:00
parent b8b309db38
commit e79cf1b592
3 changed files with 20 additions and 4 deletions

View File

@ -1 +1 @@
logrotate-3.6.8.tar.gz
logrotate-3.6.10.tar.gz

View File

@ -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 <sopwith@redhat.com> 3.6.10-1
- Fix #100546, change selinux port.
* Wed Jul 18 2003 Dan Walsh <dwalsh@redhat.com> 3.6.9-2
- Port to SELinux 2.5
* Wed Jul 09 2003 Elliot Lee <sopwith@redhat.com> 3.6.9-1
- Fix #90229, #90274, #89458, #91408
* Mon Jan 20 2003 Elliot Lee <sopwith@redhat.com> 3.6.8-1
- Old patch from pm@debian.org

View File

@ -1 +1 @@
77f853ccebb01a3c8e80b371480f50e0 logrotate-3.6.8.tar.gz
7a95d7464faea703fa10d6db7a468ddb logrotate-3.6.10.tar.gz