rpms/nagios-plugins/devel nagios-plugins.spec,1.49,1.50

Mike McGrath mmcgrath at fedoraproject.org
Wed Oct 8 15:40:40 UTC 2008


Author: mmcgrath

Update of /cvs/pkgs/rpms/nagios-plugins/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5404/devel

Modified Files:
	nagios-plugins.spec 
Log Message:
Fixing nagios group execution error


Index: nagios-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nagios-plugins/devel/nagios-plugins.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- nagios-plugins.spec	8 Oct 2008 14:41:16 -0000	1.49
+++ nagios-plugins.spec	8 Oct 2008 15:40:10 -0000	1.50
@@ -1,6 +1,6 @@
 Name: nagios-plugins
 Version: 1.4.13
-Release: 6%{?dist}
+Release: 7%{?dist}
 Summary: Host/service/network monitoring program plugins for Nagios
 
 Group: Applications/System
@@ -619,7 +619,7 @@
 
 %files fping
 %defattr(-,root,root,-)
-%attr(4750,root,root)%{_libdir}/nagios/plugins/check_fping
+%attr(4750,root,nagios)%{_libdir}/nagios/plugins/check_fping
 
 %files hpjd
 %defattr(-,root,root,-)
@@ -631,11 +631,11 @@
 
 %files ide_smart
 %defattr(-,root,root,-)
-%attr(4750,root,root)%{_libdir}/nagios/plugins/check_ide_smart
+%attr(4750,root,nagios)%{_libdir}/nagios/plugins/check_ide_smart
 
 %files icmp
 %defattr(-,root,root,-)
-%attr(4750,root,root)%{_libdir}/nagios/plugins/check_icmp
+%attr(4750,root,nagios)%{_libdir}/nagios/plugins/check_icmp
 
 %files ifoperstatus
 %defattr(-,root,root,-)
@@ -807,6 +807,9 @@
 %{_libdir}/nagios/plugins/utils.sh
 
 %changelog
+* Wed Oct  8 2008 Mike McGrath <mmcgrath at redhat.com> 1.4.13-7
+- Added changed recent permission changes to allow nagios group to execute
+
 * Wed Oct  8 2008 Mike McGrath <mmcgrath at redhat.com> 1.4.13-6
 - Fixed up some permission issues
 




More information about the scm-commits mailing list