From 29234d0395fd2eb809f3bf17c55dc8c70c31bb0f Mon Sep 17 00:00:00 2001 From: Ivana Varekova Date: Mon, 23 Oct 2006 13:51:41 +0000 Subject: [PATCH] - fix #209405 - sendmail service problems --- logwatch.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/logwatch.spec b/logwatch.spec index 8575884..d39bf41 100644 --- a/logwatch.spec +++ b/logwatch.spec @@ -1,7 +1,7 @@ Summary: A log file analysis program. Name: logwatch Version: 7.3.1 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT Group: Applications/System URL: http://www.logwatch.org/ @@ -10,6 +10,7 @@ Patch2: logwatch-7.2.1-nosegfault.patch Patch8: logwatch-7.3-sshd.patch Patch9: logwatch-7.3.1-yum.patch Patch10: logwatch-7.3.1-automount.patch +Patch11: logwatch-7.3.1-sendmail.patch Requires: textutils sh-utils grep mailx BuildRoot: %{_tmppath}/logwatch-build @@ -27,6 +28,7 @@ of the package on many systems. %patch8 -p1 %patch9 -p1 %patch10 -p1 +%patch11 -p1 %install @@ -131,6 +133,9 @@ rm -rf %{buildroot} %doc License project/CHANGES project/TODO %changelog +* Mon Oct 23 2006 Ivana Varekova 7.3.1-3 +- fix #209405 - sendmail service problems + * Fri Oct 20 2006 Ivana Varekova 7.3.1-2 - fix #204078 - missing /etc/logwatch/scripts/services - add yum service patch