rpms/nagios/F-11 nagios.spec,1.66,1.67

Robert M. Albrecht romal at fedoraproject.org
Fri Jul 24 17:41:04 UTC 2009


Author: romal

Update of /cvs/pkgs/rpms/nagios/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4561/F-11

Modified Files:
	nagios.spec 
Log Message:
several fixes for specfile



Index: nagios.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nagios/F-11/nagios.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -p -r1.66 -r1.67
--- nagios.spec	26 Feb 2009 04:07:56 -0000	1.66
+++ nagios.spec	24 Jul 2009 17:41:04 -0000	1.67
@@ -1,6 +1,6 @@
 Name: nagios
 
-Version: 3.0.6
+Version: 3.1.2
 Release: 3%{?dist}
 Summary: Host/service/network monitoring program
 
@@ -94,7 +94,7 @@ may compile against.
 	--libexecdir=%{_libdir}/%{name}/plugins \
 	--sysconfdir=%{_sysconfdir}/%{name} \
 	--localstatedir=%{_localstatedir}/log/%{name} \
-        --datadir=%{_datadir}/%{name}/html \
+	--datarootdir=%{_datadir}/%{name}/html \
 	--with-gd-lib=%{_libdir} \
 	--with-gd-inc=%{_includedir} \
 	--enable-embedded-perl \
@@ -191,6 +191,7 @@ fi
 %attr(0640,root,nagios) %config(noreplace) %{_sysconfdir}/%{name}/private/resource.cfg
 %attr(0640,root,nagios) %config(noreplace) %{_sysconfdir}/%{name}/conf.d/internet.cfg
 %attr(0640,root,apache) %config(noreplace) %{_sysconfdir}/%{name}/.htpasswd
+%attr(0640,root,apache) %config(noreplace) %{_datadir}/%{name}/html/config.inc.php
 %attr(0755,nagios,nagios) %dir %{_localstatedir}/spool/%{name}
 %attr(2775,nagios,nagios) %dir %{_localstatedir}/spool/%{name}/cmd
 %attr(0755,nagios,nagios) %dir %{_localstatedir}/log/%{name}
@@ -203,6 +204,23 @@ fi
 %{_includedir}/%{name}
 
 %changelog
+* Fri Jul 24 2009 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3.1.2-3
+- Corrected the package version in the last two changelog entries (#499853)
+- Using configure --datarootdir option instead of --datadir (#499853)
+  (fixes the physical_html_path value in cgi.cfg)
+- Fixes permissions to the new php configuration file config.inc.php (#499853)
+- Re-enables the httpd requirement as its removal caused several problems
+  (see #487411 for more information)
+
+* Wed Jul 15 2009 Mike McGrath <mmcgrath at redhat.com> 3.1.2-2
+- Release bump for rebuild
+
+* Mon Jun 29 2009  Robert M. Albrecht <fedora at romal.de> 3.1.1-1
+- Upstream released a new version
+
+* Mon Jun 22 2009 Mike McGrath <mmcgrath at redhat.com> - 3.0.6-4
+- Removing httpd requires for #487411
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.6-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list