diff --git a/logrotate.spec b/logrotate.spec index d28d3cd..f3ef6db 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -5,7 +5,7 @@ BuildRequires: libselinux-devel Summary: Rotates, compresses, removes and mails system log files. Name: logrotate Version: 3.7.2 -Release: 7 +Release: 8 License: GPL Group: System Environment/Base Source: logrotate-%{PACKAGE_VERSION}.tar.gz @@ -16,6 +16,7 @@ Patch3: logrotate-3.7.2-debugCompress.patch Patch4: logrotate-3.7.2-fixLeaks.patch Patch5: logrotate-3.7.2-cleanUp.patch Patch6: logrotate-3.7.2-fix_free_segfaults.patch +Patch7: logrotate-3.7.2-fixLeaks_tabooExts.patch %description The logrotate utility is designed to simplify the administration of @@ -35,7 +36,9 @@ log files on your system. %patch3 -p1 -b .debugCompress %patch4 -p1 -b .fixLeaks %patch5 -p1 -b .cleanUp -%patch6 -p1 -b fix_free_segfaults +%patch6 -p1 -b .fix_free_segfaults +%patch7 -p1 -b .fixLeaks_tabooExts + %build make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -g" \ @@ -68,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT %attr(0644, root, root) %verify(not size md5 mtime) %config(noreplace) /var/lib/logrotate.status %changelog +* Tue Oct 18 2005 Peter Vrabec 3.7.2-8 +- fix leaks of tabooExts + * Sat Oct 15 2005 Peter Vrabec 3.7.2-7 - fix_free_segfaults (#170904)