From 5f9eb98dd7119018d0f271a82b0be10c83977f35 Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Oct 26 2009 13:53:16 +0000 Subject: fixed bz# 528974 --- diff --git a/import.log b/import.log index 061d669..7f59537 100644 --- a/import.log +++ b/import.log @@ -1,2 +1,3 @@ nrpe-2_12-6_fc10:EL-5:nrpe-2.12-6.fc10.src.rpm:1233591102 nrpe-2_12-11_fc11:EL-5:nrpe-2.12-11.fc11.src.rpm:1253804375 +nrpe-2_12-12_fc11:EL-5:nrpe-2.12-12.fc11.src.rpm:1256565082 diff --git a/nrpe.spec b/nrpe.spec index 50c6382..8fd5635 100644 --- a/nrpe.spec +++ b/nrpe.spec @@ -2,7 +2,7 @@ Name: nrpe Version: 2.12 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Host/service/network monitoring agent for Nagios Group: Applications/System @@ -16,7 +16,13 @@ Patch2: nrpe-directory_for_configs.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: openssl-devel tcp_wrappers +BuildRequires: openssl-devel + +%if 0%{?rhel} +BuildRequires: tcp_wrappers +%else +BuildRequires: tcp_wrappers-devel +%endif Requires(pre): %{_sbindir}/useradd Requires(preun): /sbin/service, /sbin/chkconfig @@ -113,10 +119,14 @@ fi %files -n nagios-plugins-nrpe %defattr(-,root,root,-) -%{_libdir}/nagios/* +%{_libdir}/nagios/plugins/check_nrpe %doc Changelog LEGAL README %changelog +* Mon Oct 26 2009 Peter Lemenkov - 2.12-12 +- Do not own %%{_libdir}/nagios/plugins ( bz# 528974 ) +- Fixed building against tcp_wrappers in Fedora ( bz# 528974 ) + * Thu Sep 24 2009 Peter Lemenkov - 2.12-11 - Fixed BZ# 515324