rpms/nagios-plugins/devel nagios-plugins-1.4.11-pgsql-fix.patch, NONE, 1.1 nagios-plugins.spec, 1.40, 1.41

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Wed Apr 30 21:48:52 UTC 2008


Author: mmcgrath

Update of /cvs/extras/rpms/nagios-plugins/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1573

Modified Files:
	nagios-plugins.spec 
Added Files:
	nagios-plugins-1.4.11-pgsql-fix.patch 
Log Message:
fixed check_pgsql

nagios-plugins-1.4.11-pgsql-fix.patch:

--- NEW FILE nagios-plugins-1.4.11-pgsql-fix.patch ---
--- plugins/check_pgsql.c.orig	2008-04-30 16:42:20.000000000 -0500
+++ plugins/check_pgsql.c	2008-04-30 16:42:37.000000000 -0500
@@ -39,6 +39,7 @@
 const char *copyright = "1999-2006";
 const char *email = "nagiosplug-devel at lists.sourceforge.net";
 
+#include "pg_config_manual.h"
 #include "common.h"
 #include "utils.h"
 


Index: nagios-plugins.spec
===================================================================
RCS file: /cvs/extras/rpms/nagios-plugins/devel/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:30:39 -0000	1.40
+++ nagios-plugins.spec	30 Apr 2008 21:48:15 -0000	1.41
@@ -1,6 +1,6 @@
 Name: nagios-plugins
 Version: 1.4.11
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: Host/service/network monitoring program plugins for Nagios
 
 Group: Applications/System
@@ -12,6 +12,7 @@
 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
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -514,6 +515,7 @@
 %patch1 -p0
 %patch2 -p1
 %patch3 -p1
+%patch4 -p0
 
 %build
 %configure \
@@ -801,8 +803,8 @@
 %{_libdir}/nagios/plugins/utils.sh
 
 %changelog
-* Wed Apr 30 2008 Mike McGrath <mmcgrath at redhat.com> 1.4.11-3
-- Release bump
+* 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




More information about the fedora-extras-commits mailing list