rpms/nagios/FC-4 nagios.spec,1.11,1.12

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Tue May 9 23:38:45 UTC 2006


Author: mmcgrath

Update of /cvs/extras/rpms/nagios/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30131/FC-4

Modified Files:
	nagios.spec 
Log Message:
bugzilla# 191046 fix



Index: nagios.spec
===================================================================
RCS file: /cvs/extras/rpms/nagios/FC-4/nagios.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- nagios.spec	4 May 2006 03:32:46 -0000	1.11
+++ nagios.spec	9 May 2006 23:38:45 -0000	1.12
@@ -1,6 +1,6 @@
 Name: nagios
 Version: 2.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Host/service/network monitoring program
 
 Group: Applications/System
@@ -9,6 +9,7 @@
 Source0: http://dl.sourceforge.net/nagios/%{name}-%{version}.tar.gz
 Source1: nagios.logrotate
 Source2: nagios.htaccess
+Patch0: nagios-initrd.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: gd-devel > 1.8, mailx
@@ -51,6 +52,7 @@
 
 %prep
 %setup -q
+%patch0 -p0 
 
 %build
 ./configure \
@@ -155,6 +157,9 @@
 %{_includedir}/%{name}
 
 %changelog
+* Tue May 09 2006 Mike McGrath <imlinux at gmail.com> 2.3-2
+- updates to the init script that prevented nagios from shutting down
+
 * Wed May 03 2006 Mike McGrath <imlinux at gmail.com> 2.3-1
 - Upstream released 2.3
 - Bug fix for negative HTTP content_length header in CGIs




More information about the fedora-extras-commits mailing list