rpms/nagios-plugins/F-9 nagios-plugins.spec, 1.40, 1.41 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-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3587/F-9

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


Index: nagios-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nagios-plugins/F-9/nagios-plugins.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- nagios-plugins.spec	30 Apr 2008 21:58:27 -0000	1.40
+++ nagios-plugins.spec	29 Sep 2008 04:30:30 -0000	1.41
@@ -1,5 +1,5 @@
 Name: nagios-plugins
-Version: 1.4.11
+Version: 1.4.13
 Release: 4%{?dist}
 Summary: Host/service/network monitoring program plugins for Nagios
 
@@ -11,8 +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
-Patch4: nagios-plugins-1.4.11-pgsql-fix.patch
+Patch3: nagios-plugins-1.4.13-linux_raid.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -347,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
@@ -514,8 +514,7 @@
 %patch0 -p1
 %patch1 -p0
 %patch2 -p1
-%patch3 -p1
-%patch4 -p0
+%patch3 -p0
 
 %build
 %configure \
@@ -526,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
@@ -803,6 +807,24 @@
 %{_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
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/nagios-plugins/F-9/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	29 Feb 2008 04:22:02 -0000	1.10
+++ sources	29 Sep 2008 04:30:30 -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