rpms/nagios-plugins/F-9 nagios-plugins.spec,1.42,1.43

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


Author: mmcgrath

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

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


Index: nagios-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nagios-plugins/F-9/nagios-plugins.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- nagios-plugins.spec	7 Oct 2008 02:30:44 -0000	1.42
+++ nagios-plugins.spec	10 Oct 2008 01:15:35 -0000	1.43
@@ -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