rpms/nagios/devel nagios.spec,1.19,1.20

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Tue May 16 01:51:12 UTC 2006


Author: mmcgrath

Update of /cvs/extras/rpms/nagios/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3617/devel

Modified Files:
	nagios.spec 
Log Message:
Updates for new upstream version



Index: nagios.spec
===================================================================
RCS file: /cvs/extras/rpms/nagios/devel/nagios.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- nagios.spec	9 May 2006 23:59:24 -0000	1.19
+++ nagios.spec	16 May 2006 01:51:12 -0000	1.20
@@ -1,6 +1,6 @@
 Name: nagios
-Version: 2.3
-Release: 3%{?dist}
+Version: 2.3.1
+Release: 1%{?dist}
 Summary: Host/service/network monitoring program
 
 Group: Applications/System
@@ -117,8 +117,10 @@
 %{_sbindir}/useradd -d %{_localstatedir}/spool/%{name} -r -s /sbin/nologin nagios 2> /dev/null || :
 
 %preun
-/sbin/service nagios stop > /dev/null 2>&1 || :
-/sbin/chkconfig --del %{name} || :
+if [ $1 = 0 ]; then
+	/sbin/service nagios stop > /dev/null 2>&1 || :
+	/sbin/chkconfig --del %{name} || :
+fi
 
 %post
 /sbin/chkconfig --add %{name} || :
@@ -157,6 +159,10 @@
 %{_includedir}/%{name}
 
 %changelog
+* Mon May 15 2006 Mike McGrath <imlinux at gmail.com> 2.3.1-1
+- Bug fix for HTTP content_length header integer overflow in CGIs
+- Updates no longer remove Nagios from starting up on reboot
+
 * Tue May 09 2006 Mike McGrath <imlinux at gmail.com> 2.3-3
 - updates to the init script that prevented nagios from shutting down
 




More information about the fedora-extras-commits mailing list