Author: adamg Date: Wed Dec 7 18:33:18 2011 GMT Module: packages Tag: HEAD ---- Log message: - handle "date time [pid] msgid message" format in exim log files - release 3
---- Files affected: packages/logwatch: logwatch.spec (1.183 -> 1.184) ---- Diffs: ================================================================ Index: packages/logwatch/logwatch.spec diff -u packages/logwatch/logwatch.spec:1.183 packages/logwatch/logwatch.spec:1.184 --- packages/logwatch/logwatch.spec:1.183 Sun Aug 14 11:34:34 2011 +++ packages/logwatch/logwatch.spec Wed Dec 7 19:33:13 2011 @@ -4,7 +4,7 @@ Summary(pl.UTF-8): Logwatch - analizator logów systemowych Name: logwatch Version: 7.4.0 -Release: 2 +Release: 3 License: MIT Group: Applications/System Source0: http://sourceforge.net/projects/logwatch/files/logwatch-7.4.0/logwatch-7.4.0.tar.gz/download @@ -18,6 +18,7 @@ Source5: %{name}.tmpwatch Patch0: %{name}-log_conf.patch Patch1: %{name}-archives.patch +Patch2: %{name}-exim.patch URL: http://www.logwatch.org/ BuildRequires: rpm-perlprov Requires: crondaemon @@ -46,6 +47,7 @@ %setup -q -a1 %patch0 -p1 %patch1 -p1 +%patch2 -p1 # cleanup backups after patching find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f @@ -136,6 +138,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.184 2011/12/07 18:33:13 adamg +- handle "date time [pid] msgid message" format in exim log files +- release 3 + Revision 1.183 2011/08/14 09:34:34 dzeus - rel. 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/logwatch/logwatch.spec?r1=1.183&r2=1.184&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
