diff --git a/nsca.spec b/nsca.spec index 56c38c8..64021ae 100644 --- a/nsca.spec +++ b/nsca.spec @@ -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}-%{version}-%{release}-root-%(%{__id_u} -n) 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 to a nsca server. %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 - 2.7.2-8 +- Revert max plugin output length patch. + * Fri Jul 17 2009 Xavier Bachelot - 2.7.2-7 - Increase max plugin output length to match nagios (RHBZ#497847, related to RHBZ#469198).