From 2cefe23f1832a8d91115c4309efeba5e1e1a3579 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Sun, 1 Oct 2006 20:20:23 +0000 Subject: [PATCH] bump for gcc bug --- logrotate.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/logrotate.spec b/logrotate.spec index a873f44..92bc3f5 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -1,7 +1,7 @@ Summary: Rotates, compresses, removes and mails system log files. Name: logrotate Version: 3.7.4 -Release: 6 +Release: 7 License: GPL Group: System Environment/Base Source: logrotate-%{PACKAGE_VERSION}.tar.gz @@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT %attr(0644, root, root) %verify(not size md5 mtime) %config(noreplace) /var/lib/logrotate.status %changelog +* Sun Oct 01 2006 Jesse Keating - 3.7.4-7 +- rebuilt for unwind info generation, broken in gcc-4.1.1-21 + * Tue Sep 26 2006 Peter Vrabec 3.7.4-6 - fix leaking file descriptor (#205072)