Author: eandry
Date: Sun Dec  3 03:59:49 2006
New Revision: 90186

Added:
   packages/cooker/logwatch/current/SOURCES/logwatch-7.3.1.tar.bz2   (contents, 
props changed)
   packages/cooker/logwatch/current/SOURCES/logwatch-fixpath.patch
Removed:
   packages/cooker/logwatch/current/SOURCES/logwatch-7.3.tar.bz2
   packages/cooker/logwatch/current/SOURCES/logwatch-fixpath.patch.bz2
Modified:
   packages/cooker/logwatch/current/SPECS/logwatch.spec

Log:
New version 7.3.1
bunzip2 patch 

Added: packages/cooker/logwatch/current/SOURCES/logwatch-7.3.1.tar.bz2
==============================================================================
Binary file. No diff available.

Added: packages/cooker/logwatch/current/SOURCES/logwatch-fixpath.patch
==============================================================================
--- (empty file)
+++ packages/cooker/logwatch/current/SOURCES/logwatch-fixpath.patch     Sun Dec 
 3 03:59:49 2006
@@ -0,0 +1,13 @@
+--- scripts/logwatch.pl.orig   2006-03-25 00:16:55.000000000 +0100
++++ scripts/logwatch.pl        2006-07-13 00:58:26.000000000 +0200
+@@ -41,8 +41,8 @@
+ use POSIX qw(locale_h);
+ setlocale(LC_ALL, "C");
+ 
+-my $BaseDir = "/usr/share/logwatch";
+-my $ConfigDir = "/etc/logwatch";
++my $BaseDir = "/etc/log.d";
++my $ConfigDir = "/etc/log.d";
+ my $PerlVersion = "$^X";
+ 
+ #############################################################################

Modified: packages/cooker/logwatch/current/SPECS/logwatch.spec
==============================================================================
--- packages/cooker/logwatch/current/SPECS/logwatch.spec        (original)
+++ packages/cooker/logwatch/current/SPECS/logwatch.spec        Sun Dec  3 
03:59:49 2006
@@ -1,13 +1,13 @@
 Summary:       Analyzes and Reports on system logs
 Name:          logwatch
-Version:       7.3
-Release:       %mkrel 3
+Version:       7.3.1
+Release:       %mkrel 1
 License:       MIT
 Group:                 Monitoring
 URL:           http://www.logwatch.org
 BuildArch:     noarch
 Source:        ftp://ftp.kaybee.org/pub/linux/%{name}-%{version}.tar.bz2
-Patch0:                logwatch-fixpath.patch.bz2
+Patch0:                logwatch-fixpath.patch
 Requires:      perl,textutils,sh-utils,grep,mailx
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 

Reply via email to