rpms/nagios/devel nagios.spec,1.61,1.62

Robert M. Albrecht romal at fedoraproject.org
Mon Oct 20 09:10:08 UTC 2008


Author: romal

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

Modified Files:
	nagios.spec 
Log Message:
Fixed a typo



Index: nagios.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nagios/devel/nagios.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- nagios.spec	20 Oct 2008 07:11:33 -0000	1.61
+++ nagios.spec	20 Oct 2008 09:09:38 -0000	1.62
@@ -1,7 +1,7 @@
 Name: nagios
 
 Version: 3.0.4
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Host/service/network monitoring program
 
 Group: Applications/System
@@ -94,7 +94,7 @@
 	--libexecdir=%{_libdir}/%{name}/plugins \
 	--sysconfdir=%{_sysconfdir}/%{name} \
 	--localstatedir=%{_localstatedir}/log/%{name} \
-        --datadir=%{_datadir}/%{name}/html 
+        --datadir=%{_datadir}/%{name}/html \
 	--with-gd-lib=%{_libdir} \
 	--with-gd-inc=%{_includedir} \
 	--enable-embedded-perl \
@@ -203,6 +203,9 @@
 %{_includedir}/%{name}
 
 %changelog
+* Mon Oct 20 2008 Robert M. Albrecht <romal at gmx.de> 3.0.4-3
+- Fixed a typo introduced in fixing Bugzilla 461087
+
 * Mon Oct 20 2008 Robert M. Albrecht <romal at gmx.de> 3.0.4-2
 - Bugzilla 461087 wrong path for icons
 




More information about the scm-commits mailing list