From 651cd213b68d7ae4410db32ed85a18a49a206bd6 Mon Sep 17 00:00:00 2001 From: Tomas Smetana Date: Mon, 19 May 2008 10:30:05 +0000 Subject: [PATCH] - new upstream version --- .cvsignore | 2 +- logrotate.spec | 22 ++++++---------------- sources | 2 +- 3 files changed, 8 insertions(+), 18 deletions(-) diff --git a/.cvsignore b/.cvsignore index 69edb08..ebec7a3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -logrotate-3.7.6.tar.gz +logrotate-3.7.7.tar.gz diff --git a/logrotate.spec b/logrotate.spec index c32511e..0e265a4 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -1,20 +1,10 @@ Summary: Rotates, compresses, removes and mails system log files Name: logrotate -Version: 3.7.6 -Release: 4%{?dist} +Version: 3.7.7 +Release: 1%{?dist} License: GPL+ Group: System Environment/Base -# The source for this package was pulled from cvs. -# Use the following commands to generate the tarball: -# export CVSROOT=:pserver:anonymous@rhlinux.redhat.com:/usr/local/CVS -# cvs login (hit return) -# cvs co logrotate -# cd logrotate -# make create-archive -Source: logrotate-%{version}.tar.gz -Patch1: logrotate-3.7.6-selinux.patch -Patch2: logrotate-3.7.6-segfault.patch -Patch3: logrotate-3.7.6-fdclose.patch +Source: https://fedorahosted.org/releases/l/o/logrotate/logrotate-%{version}.tar.gz Requires: coreutils >= 5.92 libsepol libselinux popt BuildRequires: libselinux-devel popt-devel @@ -33,9 +23,6 @@ log files on your system. %prep %setup -q -%patch1 -p1 -b .selinux -%patch2 -p1 -b .segfault -%patch3 -p1 -b .fdclose %build make %{?_smp_mflags} RPM_OPT_FLAGS="$RPM_OPT_FLAGS" WITH_SELINUX=yes @@ -65,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT %attr(0644, root, root) %verify(not size md5 mtime) %config(noreplace) %{_localstatedir}/lib/logrotate.status %changelog +* Mon May 19 2008 Tomas Smetana 3.7.7-1 +- new upstream version + * Wed Apr 23 2008 Tomas Smetana 3.7.6-4 - improve patch for #432330 - fix #437748 - don't forget to close log files diff --git a/sources b/sources index d6b7c61..d39ee2f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cafaaf07c0688398c80ef234d40ec0e4 logrotate-3.7.6.tar.gz +431e135abb7f3fe19de4c6a65bb66823 logrotate-3.7.7.tar.gz