rpms/nsca/EL-4 nsca.spec,1.2,1.3

Xavier Bachelot xavierb at fedoraproject.org
Wed Sep 9 21:34:32 UTC 2009


Author: xavierb

Update of /cvs/pkgs/rpms/nsca/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3406

Modified Files:
	nsca.spec 
Log Message:
Revert max plugin output length patch.


Index: nsca.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nsca/EL-4/nsca.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- nsca.spec	20 Jul 2009 20:42:27 -0000	1.2
+++ nsca.spec	9 Sep 2009 21:34:31 -0000	1.3
@@ -1,7 +1,7 @@
 Summary:        Nagios Service Check Acceptor
 Name:           nsca
 Version:        2.7.2
-Release:        7%{?dist}
+Release:        8%{?dist}
 License:        GPLv2+
 Group:          Applications/System
 URL:            http://www.nagios.org/
@@ -10,7 +10,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 
 Patch0:         nsca-2.7.2-initscript.patch
 Patch1:         nsca-2.7.2-confpath.patch
-Patch2:         nsca-increase_max_plugin_output_length.patch
+#Patch2:         nsca-increase_max_plugin_output_length.patch
 
 BuildRequires:  libmcrypt-devel
 Requires:       nagios
@@ -37,7 +37,7 @@ Client application for sending updates t
 %setup -q
 %patch0 -p0 -b .initscript
 %patch1 -p1 -b .confpath
-%patch2 -p0 -b .max_plugin_output_length
+#%patch2 -p0 -b .max_plugin_output_length
 # Change defaults in the config file to match the nagios package
 sed -i -e "s|^command_file=.*|command_file=%{_localstatedir}/spool/nagios/cmd/nagios.cmd|" \
        -e "s|^alternate_dump_file=.*|alternate_dump_file=%{_localstatedir}/spool/nagios/cmd/nsca.dump|" \
@@ -101,6 +101,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Sep 09 2009 Xavier Bachelot <xavier at bachelot.org> - 2.7.2-8
+- Revert max plugin output length patch.
+
 * Fri Jul 17 2009 Xavier Bachelot <xavier at bachelot.org> - 2.7.2-7
 - Increase max plugin output length to match nagios
   (RHBZ#497847, related to RHBZ#469198).




More information about the scm-commits mailing list