rpms/nagios-plugins/F-8 nagios-plugins.spec,1.36,1.37

Mike McGrath mmcgrath at fedoraproject.org
Fri Oct 10 01:16:05 UTC 2008


Author: mmcgrath

Update of /cvs/pkgs/rpms/nagios-plugins/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15304/F-8

Modified Files:
	nagios-plugins.spec 
Log Message:
patch fix


Index: nagios-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nagios-plugins/F-8/nagios-plugins.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- nagios-plugins.spec	7 Oct 2008 02:30:43 -0000	1.36
+++ nagios-plugins.spec	10 Oct 2008 01:15:35 -0000	1.37
@@ -1,6 +1,6 @@
 Name: nagios-plugins
 Version: 1.4.13
-Release: 5%{?dist}
+Release: 8%{?dist}
 Summary: Host/service/network monitoring program plugins for Nagios
 
 Group: Applications/System
@@ -619,7 +619,7 @@
 
 %files fping
 %defattr(-,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(4755,root,root)%{_libdir}/nagios/plugins/check_ide_smart
+%attr(4750,root,nagios)%{_libdir}/nagios/plugins/check_ide_smart
 
 %files icmp
 %defattr(-,root,root,-)
-%attr(4755,root,root)%{_libdir}/nagios/plugins/check_icmp
+%attr(4750,root,nagios)%{_libdir}/nagios/plugins/check_icmp
 
 %files ifoperstatus
 %defattr(-,root,root,-)
@@ -807,6 +807,15 @@
 %{_libdir}/nagios/plugins/utils.sh
 
 %changelog
+* Thu Oct  9 2008 Mike McGrath <mmcgrath at redhat.com> 1.4.13-8
+- Rebuilt with a proper patch
+
+* 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
+
 * Mon Oct  6 2008 Mike McGrath <mmcgrath at redhat.com> 1.4.13-5
 - Fixing patch, missing semicolon
 




More information about the scm-commits mailing list