rpms/nagios-plugins/F-8 nagios-plugins.spec, 1.34, 1.35 sources, 1.10, 1.11

Mike McGrath mmcgrath at fedoraproject.org
Mon Sep 29 04:31:00 UTC 2008


Author: mmcgrath

Update of /cvs/pkgs/rpms/nagios-plugins/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3587/F-8

Modified Files:
	nagios-plugins.spec sources 
Log Message:
upstream released new version


Index: nagios-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nagios-plugins/F-8/nagios-plugins.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- nagios-plugins.spec	10 Apr 2008 14:49:06 -0000	1.34
+++ nagios-plugins.spec	29 Sep 2008 04:30:29 -0000	1.35
@@ -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/F-8/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	10 Apr 2008 14:49:06 -0000	1.10
+++ sources	29 Sep 2008 04:30:29 -0000	1.11
@@ -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