rpms/nagios-plugins/EL-5 nagios-plugins-1.4.13-linux_raid.patch, NONE, 1.1 nagios-plugins.spec, 1.33, 1.34 sources, 1.12, 1.13

Mike McGrath mmcgrath at fedoraproject.org
Mon Sep 29 04:38:16 UTC 2008


Author: mmcgrath

Update of /cvs/pkgs/rpms/nagios-plugins/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4559

Modified Files:
	nagios-plugins.spec sources 
Added Files:
	nagios-plugins-1.4.13-linux_raid.patch 
Log Message:
upstream released new version

nagios-plugins-1.4.13-linux_raid.patch:

--- NEW FILE nagios-plugins-1.4.13-linux_raid.patch ---
--- contrib/check_linux_raid.pl.orig	2008-09-28 23:11:13.000000000 -0500
+++ contrib/check_linux_raid.pl	2008-09-28 23:12:22.000000000 -0500
@@ -23,7 +23,7 @@
 #	  WARNING md0 status=[UUU_U], recovery=46.4%, finish=123.0min
 
 use strict;
-use lib "/usr/local/nagios/libexec";
+use lib utils.pm
 use utils qw(%ERRORS);
 
 # die with an error if we're not on Linux


Index: nagios-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nagios-plugins/EL-5/nagios-plugins.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- nagios-plugins.spec	10 Apr 2008 14:48:42 -0000	1.33
+++ nagios-plugins.spec	29 Sep 2008 04:37:45 -0000	1.34
@@ -1,6 +1,6 @@
 Name: nagios-plugins
-Version: 1.4.11
-Release: 2%{?dist}
+Version: 1.4.13
+Release: 4%{?dist}
 Summary: Host/service/network monitoring program plugins for Nagios
 
 Group: Applications/System
@@ -11,7 +11,7 @@
 Patch0: nagios-plugins-1.4.3-subst.patch
 Patch1: nagios-plugins-1.4.3-ntpd.patch
 Patch2: nagios-plugins-check_log-path.patch
-Patch3: nagios-plugins-1.4.11-ping_timeout.patch
+Patch3: nagios-plugins-1.4.13-linux_raid.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -346,6 +346,7 @@
 Summary: Nagios plugins perl dep.
 Group: Applications/System
 Requires: nagios-plugins = %{version}-%{release}
+Provides: perl(Nagios::Plugins)
 
 %description perl
 Perl dep for nagios plugins.  This is *NOT* an actual plugin it simply provides
@@ -513,7 +514,7 @@
 %patch0 -p1
 %patch1 -p0
 %patch2 -p1
-%patch3 -p1
+%patch3 -p0
 
 %build
 %configure \
@@ -524,7 +525,12 @@
 	PATH_TO_NTPQ=%{_sbindir}/ntpq \
 	PATH_TO_NTPDC=%{_sbindir}/ntpdc \
 	PATH_TO_NTPDATE=%{_sbindir}/ntpdate \
-	PATH_TO_RPCINFO=%{_sbindir}/rpcinfo
+	PATH_TO_RPCINFO=%{_sbindir}/rpcinfo \
+	--with-ps-command="`which ps` -eo 's uid pid ppid vsz rss pcpu etime comm args'" \
+	--with-ps-format='%s %d %d %d %d %d %f %s %s %n' \
+	--with-ps-cols=10 \
+	--with-ps-varlist='procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procetime,procprog,&pos'
+
 make %{?_smp_mflags}
 cd plugins
 make check_ide_smart
@@ -801,6 +807,27 @@
 %{_libdir}/nagios/plugins/utils.sh
 
 %changelog
+* Sun Sep 28 2008 Mike McGrath <mmcgrath at redhat.com> 1.4.13-4
+- Upstream released new version #464419
+- Added patch fix for check_linux_raid #253898
+- Upstream releases fix for #451015 - check_ntp_peers
+- Upstream released fix for #459309 - check_ntp
+- Added Provides Nagios::Plugins for #457404
+- Fixed configure line for #458985 check_procs
+
+* Tue Jul 10 2008 Robert M. Albrecht <romal at gmx.de> 1.4.12-3
+- Removed --with-extra-opts, does not build in Koji
+
+* Mon Jun 30 2008 Robert M. Albrecht <romal at gmx.de> 1.4.12-2
+- Enabled --with-extra-opts
+
+* Sun Jun 29 2008 Robert M. Albrecht <romal at gmx.de> 1.4.12-1
+- Upstream released version 1.4.12
+- Removed patches ping_timeout.patch and pgsql-fix.patch
+
+* Wed Apr 30 2008 Mike McGrath <mmcgrath at redhat.com> 1.4.11-4
+- added patch for check_pgsql
+
 * Wed Apr 09 2008 Mike McGrath <mmcgrath at redhat.com> 1.4.11-2
 - Fix for 250588
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/nagios-plugins/EL-5/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	10 Apr 2008 14:48:42 -0000	1.12
+++ sources	29 Sep 2008 04:37:45 -0000	1.13
@@ -1 +1 @@
-042783a2180a6987e0b403870b3d01f7  nagios-plugins-1.4.11.tar.gz
+be6cc7699fff3ee29d1fd4d562377386  nagios-plugins-1.4.13.tar.gz




More information about the fedora-extras-commits mailing list