From a4149942bb90d0b4909f158f5d795b5dc54d4629 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Mon, 28 Mar 2011 12:19:13 +0200 Subject: [PATCH] - fix #689061 - added Url --- logrotate.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/logrotate.spec b/logrotate.spec index c5c151e..6145e81 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -1,9 +1,10 @@ Summary: Rotates, compresses, removes and mails system log files Name: logrotate Version: 3.7.9 -Release: 8%{?dist} +Release: 9%{?dist} License: GPL+ Group: System Environment/Base +Url: https://fedorahosted.org/logrotate/ Source: https://fedorahosted.org/releases/l/o/logrotate/logrotate-%{version}.tar.gz Patch1: logrotate-3.7.8-man-authors.patch Patch2: logrotate-3.7.9-man-size.patch @@ -71,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT %attr(0644, root, root) %verify(not size md5 mtime) %config(noreplace) %{_localstatedir}/lib/logrotate.status %changelog +* Mon Mar 28 2011 Jan Kaluza 3.7.9-9 +- fix #689061 - added Url + * Mon Mar 21 2011 Jan Kaluza 3.7.9-8 - fix #688520 - fixed CVE-2011-1154, CVE-2011-1155 and CVE-2011-1098