[nrpe] Issue with SELinux resolved (see rhbz #565220)

Peter Lemenkov peter at fedoraproject.org
Sat Sep 11 20:08:44 UTC 2010


commit bb80ebdde61b60844f7ef9386f1a8e416cd8d70b
Author: Peter Lemenkov <lemenkov at gmail.com>
Date:   Sun Sep 12 00:08:24 2010 +0400

    Issue with SELinux resolved (see rhbz #565220)
    
    Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>

 .gitignore |    1 +
 nrpe.spec  |    7 +++++--
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2b3e90a..a522c48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 nrpe-2.12.tar.gz
+/nrpe-2.12.tar.gz
diff --git a/nrpe.spec b/nrpe.spec
index 4642204..a404093 100644
--- a/nrpe.spec
+++ b/nrpe.spec
@@ -2,7 +2,7 @@
 
 Name: nrpe
 Version: 2.12
-Release: 13%{?dist}
+Release: 14%{?dist}
 Summary: Host/service/network monitoring agent for Nagios
 
 Group: Applications/System
@@ -122,7 +122,7 @@ fi
 %config(noreplace) %{_sysconfdir}/nagios/nrpe.cfg
 %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
 %doc Changelog LEGAL README README.SSL SECURITY docs/NRPE.pdf
-%dir %attr(755, nrpe, nrpe) %{_localstatedir}/run/nrpe
+%dir %attr(755, root, nrpe) %{_localstatedir}/run/nrpe
 
 %files -n nagios-plugins-nrpe
 %defattr(-,root,root,-)
@@ -130,6 +130,9 @@ fi
 %doc Changelog LEGAL README
 
 %changelog
+* Sat Sep 11 2010 Peter Lemenkov <lemenkov at gmail.com> - 2.12-14
+- Issue with SELinux was resolved (see rhbz #565220).
+
 * Fri Jun 18 2010 Peter Lemenkov <lemenkov at gmail.com> - 2.12-13
 - Init-script enhancements (see rhbz #247001, #567141 and #575544)
 


More information about the scm-commits mailing list