rpms/nrpe/F-11 import.log,1.2,1.3 nrpe.spec,1.14,1.15

Peter Lemenkov peter at fedoraproject.org
Mon Oct 26 13:50:13 UTC 2009


Author: peter

Update of /cvs/pkgs/rpms/nrpe/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12377/F-11

Modified Files:
	import.log nrpe.spec 
Log Message:
fixed bz# 528974


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/nrpe/F-11/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	24 Sep 2009 14:57:34 -0000	1.2
+++ import.log	26 Oct 2009 13:50:13 -0000	1.3
@@ -1,2 +1,3 @@
 nrpe-2_12-6_fc10:HEAD:nrpe-2.12-6.fc10.src.rpm:1233590715
 nrpe-2_12-11_fc11:F-11:nrpe-2.12-11.fc11.src.rpm:1253804213
+nrpe-2_12-12_fc11:F-11:nrpe-2.12-12.fc11.src.rpm:1256564970


Index: nrpe.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nrpe/F-11/nrpe.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- nrpe.spec	24 Sep 2009 14:57:35 -0000	1.14
+++ nrpe.spec	26 Oct 2009 13:50:13 -0000	1.15
@@ -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 <lemenkov at gmail.com> - 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 <lemenkov at gmail.com> - 2.12-11
 - Fixed BZ# 515324
 




More information about the fedora-extras-commits mailing list