rpms/logwatch/devel logwatch-7.3.6-zz-disk_space.patch, 1.1, 1.2 logwatch.spec, 1.82, 1.83

Ivana Varekova (varekova) fedora-extras-commits at redhat.com
Wed Jan 2 13:56:23 UTC 2008


Author: varekova

Update of /cvs/pkgs/rpms/logwatch/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29836

Modified Files:
	logwatch-7.3.6-zz-disk_space.patch logwatch.spec 
Log Message:

- Resolves: #426857
  is report cdrom "disk full" necessary
--------------------


logwatch-7.3.6-zz-disk_space.patch:

Index: logwatch-7.3.6-zz-disk_space.patch
===================================================================
RCS file: /cvs/pkgs/rpms/logwatch/devel/logwatch-7.3.6-zz-disk_space.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- logwatch-7.3.6-zz-disk_space.patch	10 Jul 2007 09:16:40 -0000	1.1
+++ logwatch-7.3.6-zz-disk_space.patch	2 Jan 2008 13:56:18 -0000	1.2
@@ -5,7 +5,7 @@
       my $use = $fields[4];
       $use =~ s/%//;
 -     if ($use > $diskfull_threshhold)
-+     if (($use > $diskfull_threshhold) && ($fields[0] !~ /\/dev\/scd/ ))
++     if (($use > $diskfull_threshhold) && ($fields[0] !~ /\/dev\/scd/ ) && ($fields[0] !~ /\/dev\/sr/ ))
       {
         print "$fields[0] => $fields[4] Used. Warning. Disk Filling up.\n";
       }


Index: logwatch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/logwatch/devel/logwatch.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- logwatch.spec	22 Nov 2007 11:06:34 -0000	1.82
+++ logwatch.spec	2 Jan 2008 13:56:18 -0000	1.83
@@ -1,7 +1,7 @@
 Summary: A log file analysis program
 Name: logwatch
 Version: 7.3.6
-Release: 13%{?dist}
+Release: 14%{?dist}
 License: MIT
 Group: Applications/System
 URL: http://www.logwatch.org/
@@ -176,6 +176,10 @@
 %doc License project/CHANGES 
 
 %changelog
+* Wed Jan  2 2008 Ivana Varekova <varekova at redhat.com> 7.3.6-13
+- Resolves: #426857
+  is report cdrom "disk full" necessary
+
 * Thu Nov 22 2007 Ivana Varekova <varekova at redhat.com> 7.3.6-13
 - fix pam_unix script output (#389311)
 




More information about the fedora-extras-commits mailing list