rpms/nrpe/F-12 import.log,1.2,1.3 nrpe.spec,1.16,1.17

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


Author: peter

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

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


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/nrpe/F-12/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	24 Sep 2009 14:56:32 -0000	1.2
+++ import.log	26 Oct 2009 13:48:49 -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:HEAD:nrpe-2.12-11.fc11.src.rpm:1253804147
+nrpe-2_12-12_fc11:F-12:nrpe-2.12-12.fc11.src.rpm:1256564875


Index: nrpe.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nrpe/F-12/nrpe.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- nrpe.spec	24 Sep 2009 14:56:32 -0000	1.16
+++ nrpe.spec	26 Oct 2009 13:48:49 -0000	1.17
@@ -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