diff --git a/logwatch-7.3.6-conf.patch b/logwatch-7.3.6-conf.patch new file mode 100644 index 0000000..49c9ddc --- /dev/null +++ b/logwatch-7.3.6-conf.patch @@ -0,0 +1,12 @@ +diff -up logwatch-7.3.6/conf/logwatch.conf.pom logwatch-7.3.6/conf/logwatch.conf +--- logwatch-7.3.6/conf/logwatch.conf.pom 2007-05-15 07:12:18.000000000 +0200 ++++ logwatch-7.3.6/conf/logwatch.conf 2007-11-13 14:35:48.000000000 +0100 +@@ -45,7 +45,7 @@ MailFrom = Logwatch + + # If set to 'Yes', the report will be sent to stdout instead of being + # mailed to above person. +-Print = Yes ++Print = + + # if set, the results will be saved in instead of mailed + # or displayed. diff --git a/logwatch.spec b/logwatch.spec index fc38337..2d7868d 100644 --- a/logwatch.spec +++ b/logwatch.spec @@ -1,7 +1,7 @@ Summary: A log file analysis program Name: logwatch Version: 7.3.6 -Release: 11%{?dist} +Release: 12%{?dist} License: MIT Group: Applications/System URL: http://www.logwatch.org/ @@ -27,6 +27,7 @@ Patch20: logwatch-7.3.6-secure1.patch Patch21: logwatch-7.3.6-sudo.patch Patch22: logwatch-7.3.6-sshd1.patch Patch23: logwatch-7.3.6-clamav-milter.patch +Patch24: logwatch-7.3.6-conf.patch Requires: textutils sh-utils grep mailx Requires: perl(Date::Manip) @@ -62,6 +63,7 @@ of the package on many systems. %patch21 -p1 %patch22 -p1 %patch23 -p1 +%patch24 -p1 %build @@ -174,6 +176,9 @@ rm -rf %{buildroot} %doc License project/CHANGES %changelog +* Tue Nov 13 2007 Ivana Varekova 7.3.6-12 +- change Print configuration (#378901) + * Tue Nov 6 2007 Ivana Varekova 7.3.6-11 - Resolves: #361921 fix clamav-milter service