diff --git a/.gitignore b/.gitignore index cf8289b..17db329 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ logrotate-3.7.9.tar.gz /logrotate-3.8.3.tar.gz /logrotate-3.8.4.tar.gz /logrotate-3.8.5.tar.gz +/logrotate-3.8.6.tar.gz diff --git a/logrotate.spec b/logrotate.spec index 2624793..46ad2e3 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -1,13 +1,11 @@ Summary: Rotates, compresses, removes and mails system log files Name: logrotate -Version: 3.8.5 -Release: 2%{?dist} +Version: 3.8.6 +Release: 1%{?dist} License: GPL+ Group: System Environment/Base Url: https://fedorahosted.org/logrotate/ Source: https://fedorahosted.org/releases/l/o/logrotate/logrotate-%{version}.tar.gz -# Backported from upstream, revision 432 -Patch0: logrotate-3.8.4-no_logs_crash.patch Requires: coreutils >= 5.92 popt BuildRequires: libselinux-devel popt-devel libacl-devel acl @@ -27,8 +25,6 @@ log files on your system. %prep %setup -q -%patch0 -p0 -b .nologscrash - %build make %{?_smp_mflags} RPM_OPT_FLAGS="$RPM_OPT_FLAGS" WITH_SELINUX=yes WITH_ACL=yes @@ -61,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT %attr(0644, root, root) %verify(not size md5 mtime) %config(noreplace) %{_localstatedir}/lib/logrotate.status %changelog +* Wed Jul 31 2013 Jan Kaluza - 3.8.6-1 +- new upstream version 3.8.6 + * Wed Jul 10 2013 Jan Kaluza - 3.8.5-2 - fix #982409 - do not crash when no logs are rotated and "sharedscripts" and "prerotate" is used diff --git a/sources b/sources index 791aaf1..eae847c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d3c13e2a963a55c584cfaa83e96b173d logrotate-3.8.5.tar.gz +cd0082bbd7248e627ec659f2442fcdf9 logrotate-3.8.6.tar.gz