Hello community,

here is the log from the commit of package logwatch for openSUSE:Factory 
checked in at 2012-12-28 22:44:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/logwatch (Old)
 and      /work/SRC/openSUSE:Factory/.logwatch.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "logwatch", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/logwatch/logwatch.changes        2011-10-18 
14:31:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.logwatch.new/logwatch.changes   2012-12-28 
22:44:47.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Dec 18 12:04:36 UTC 2012 - [email protected]
+
+- Added logwatch-dmeventd-reduce_frequency.patch to reduce false
+  positives from dmeventd when a long logwatch run is in progress 
+
+-------------------------------------------------------------------

New:
----
  logwatch-dmeventd-reduce_frequency.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ logwatch.spec ++++++
--- /var/tmp/diff_new_pack.KknMrc/_old  2012-12-28 22:44:48.000000000 +0100
+++ /var/tmp/diff_new_pack.KknMrc/_new  2012-12-28 22:44:48.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package logwatch
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 #package changed name with SLE11
 %if 0%suse_version < 1100
@@ -26,10 +25,10 @@
 
 Name:           logwatch
 Summary:        Analyzes and Reports on system logs
-Version:        7.4.0
-Release:        1
 License:        MIT
 Group:          System/Monitoring
+Version:        7.4.0
+Release:        0
 Url:            http://www.logwatch.org
 BuildArch:      noarch
 Source0:        logwatch-%{version}.tar.bz2
@@ -37,8 +36,16 @@
 Source2:        Logwatch_Dmeventd_Setup_Files.tar.xz
 Patch0:         logwatch-firewall.patch
 Patch2:         logwatch-timestamp_in_var.patch
-Requires:       perl textutils sh-utils grep mailx cron %date_manip_pkg
-BuildRequires:  dos2unix xz
+Patch3:         logwatch-dmeventd-reduce_frequency.patch
+Requires:       %date_manip_pkg
+Requires:       cron
+Requires:       grep
+Requires:       mailx
+Requires:       perl
+Requires:       sh-utils
+Requires:       textutils
+BuildRequires:  dos2unix
+BuildRequires:  xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -58,6 +65,7 @@
 chmod u+w Logwatch_Setup_Files/*
 %patch0
 %patch2
+%patch3
 dos2unix scripts/services/courier
 
 %build


++++++ logwatch-dmeventd-reduce_frequency.patch ++++++
diff -uNr Logwatch_Setup_Files.orig/dmeventd_cronjob.txt 
Logwatch_Setup_Files/dmeventd_cronjob.txt
--- Logwatch_Setup_Files.orig/dmeventd_cronjob.txt      2012-12-18 
13:49:30.898656175 +0200
+++ Logwatch_Setup_Files/dmeventd_cronjob.txt   2012-12-18 13:57:18.645457384 
+0200
@@ -18,5 +18,5 @@
 # every month of the year, every day of the week.
 # (Note: this call also be accomplished with a */1 instead of 0-59)
 
- 0-59 * * * * root /usr/sbin/logwatch --service dmeventd
- 
\ No newline at end of file
+ 30 * * * * root /usr/sbin/logwatch --service dmeventd
+ 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to