packages: nagios/nagios.spec - fix spool dir

glen glen at pld-linux.org
Thu Oct 7 15:41:24 CEST 2010


Author: glen                         Date: Thu Oct  7 13:41:24 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix spool dir

---- Files affected:
packages/nagios:
   nagios.spec (1.156 -> 1.157) 

---- Diffs:

================================================================
Index: packages/nagios/nagios.spec
diff -u packages/nagios/nagios.spec:1.156 packages/nagios/nagios.spec:1.157
--- packages/nagios/nagios.spec:1.156	Thu Oct  7 15:38:13 2010
+++ packages/nagios/nagios.spec	Thu Oct  7 15:41:18 2010
@@ -12,7 +12,7 @@
 Summary(pt_BR.UTF-8):	Programa para monitoração de máquinas e serviços
 Name:		nagios
 Version:	3.2.3
-Release:	2
+Release:	3
 License:	GPL v2+
 Group:		Networking
 Source0:	http://downloads.sourceforge.net/nagios/%{name}-%{version}.tar.gz
@@ -419,8 +419,6 @@
 %attr(664,root,nagios) %ghost %{_localstatedir}/*.dat
 %attr(664,root,nagios) %ghost %{_localstatedir}/%{name}.tmp
 
-%dir %{_var}/spool
-%attr(770,root,nagios) %dir %{_var}/spool/%{name}
 %attr(770,root,nagios) %dir %{_var}/spool/%{name}/checkresults
 
 %{_examplesdir}/%{name}-%{version}
@@ -439,6 +437,8 @@
 %dir %{_prefix}/lib/%{name}/eventhandlers
 %endif
 
+%attr(770,root,nagios) %dir %{_var}/spool/%{name}
+
 %files doc
 %defattr(644,root,root,755)
 %{_docdir}/%{name}
@@ -488,6 +488,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.157  2010/10/07 13:41:18  glen
+- fix spool dir
+
 Revision 1.156  2010/10/07 13:38:13  glen
 - fix $USERx$ doc (it is 256 now)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nagios/nagios.spec?r1=1.156&r2=1.157&f=u



More information about the pld-cvs-commit mailing list