diff --git a/import.log b/import.log index db56608..7d4b49a 100644 --- a/import.log +++ b/import.log @@ -1,2 +1,3 @@ nrpe-2_12-6_fc10:HEAD:nrpe-2.12-6.fc10.src.rpm:1233590715 nrpe-2_12-11_fc11:HEAD:nrpe-2.12-11.fc11.src.rpm:1253804147 +nrpe-2_12-12_fc11:HEAD:nrpe-2.12-12.fc11.src.rpm:1256564781 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