rpms/logwatch/F-8 logwatch-7.3.6-zz-disk_space.patch, 1.1, 1.2 logwatch.spec, 1.81, 1.82

Ivana Varekova (varekova) fedora-extras-commits at redhat.com
Wed Jan 2 14:05:45 UTC 2008


Author: varekova

Update of /cvs/pkgs/rpms/logwatch/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4707

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/F-8/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 14:05:36 -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/F-8/logwatch.spec,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- logwatch.spec	22 Nov 2007 10:56:59 -0000	1.81
+++ logwatch.spec	2 Jan 2008 14:05:36 -0000	1.82
@@ -173,6 +173,11 @@
 %doc License project/CHANGES 
 
 %changelog
+* Wed Jan  2 2008 Ivana Varekova <varekova at redhat.com>
+- Resolves: #426857
+  is report cdrom "disk full" necessary
+- not build yet
+
 * Thu Nov 22 2007 Ivana Varekova <varekova at redhat.com> 7.3.6-12
 - fix pam_unix script output (#389311)
 




More information about the fedora-extras-commits mailing list