From 215488091b273685b2b70f41330f6e503f66ce6f Mon Sep 17 00:00:00 2001 From: Mike McGrath Date: Jun 22 2009 20:56:51 +0000 Subject: Fixing check_ntp for bug #479030 --- diff --git a/nagios-plugins.spec b/nagios-plugins.spec index 9322cf7..12d9413 100644 --- a/nagios-plugins.spec +++ b/nagios-plugins.spec @@ -1,6 +1,6 @@ Name: nagios-plugins Version: 1.4.13 -Release: 11%{?dist} +Release: 15%{?dist} Summary: Host/service/network monitoring program plugins for Nagios Group: Applications/System @@ -12,6 +12,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.13-linux_raid.patch +Patch4: nagios-plugins-1.4.13-ntp.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -514,6 +515,7 @@ Provides check_wave support for Nagios. %patch1 -p0 %patch2 -p1 %patch3 -p0 +%patch4 -p2 %build %configure \ @@ -807,6 +809,18 @@ rm -rf %{buildroot} %{_libdir}/nagios/plugins/utils.sh %changelog +* Mon Jun 22 2009 Mike McGrath - 1.4.13-15 +- Added patch from upstream to fix ntp faults (bz #479030) + +* Wed Feb 25 2009 Fedora Release Engineering - 1.4.13-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sat Jan 24 2009 Caolán McNamara 1.4.13-13 +- rebuild for dependencies + +* Sat Jan 17 2009 Tomas Mraz 1.4.13-12 +- rebuild with new openssl + * Mon Oct 20 2008 Robert M. Albrecht 1.4.13-11 - Enabled --with-extra-opts again