SPECS: munin.spec - updated plugins patch - separated logrotate co...

baggins baggins at pld-linux.org
Mon Nov 13 17:16:48 CET 2006


Author: baggins                      Date: Mon Nov 13 16:16:48 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated plugins patch
- separated logrotate configs for client and server

---- Files affected:
SPECS:
   munin.spec (1.40 -> 1.41) 

---- Diffs:

================================================================
Index: SPECS/munin.spec
diff -u SPECS/munin.spec:1.40 SPECS/munin.spec:1.41
--- SPECS/munin.spec:1.40	Mon Nov 13 16:01:54 2006
+++ SPECS/munin.spec	Mon Nov 13 17:16:43 2006
@@ -10,7 +10,7 @@
 Summary(pl):	Munin - agent danych RRD Linpro
 Name:		munin
 Version:	1.3.3
-Release:	0.1
+Release:	0.2
 License:	GPL
 Group:		Daemons
 Source0:	http://dl.sourceforge.net/munin/%{name}_%{version}.tar.gz
@@ -19,6 +19,7 @@
 Source2:	%{name}.cron
 Source3:	%{name}-apache.conf
 Source4:	%{name}.logrotate
+Source5:	%{name}-node.logrotate
 Patch0:		%{name}-Makefile.patch
 Patch1:		%{name}-plugins.patch
 Patch2:		%{name}-node-config.patch
@@ -113,6 +114,7 @@
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/munin-node
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/cron.d/munin
 install %{SOURCE4} $RPM_BUILD_ROOT/etc/logrotate.d/munin
+install %{SOURCE5} $RPM_BUILD_ROOT/etc/logrotate.d/munin-node
 
 install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
 
@@ -166,6 +168,7 @@
 %dir %{_sysconfdir}/templates
 %{_sysconfdir}/templates/*
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/munin.conf
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/munin
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf
 %attr(755,root,root) %{_sbindir}/munin-cron
 %attr(755,root,root) %{_datadir}/munin/munin-graph
@@ -195,7 +198,6 @@
 %attr(750,munin,root) %dir /var/log/munin
 %attr(750,munin,root) %dir /var/log/archiv/munin
 %attr(770,munin,munin) %dir /var/lib/munin
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/munin
 
 %files node
 %defattr(644,root,root,755)
@@ -203,6 +205,7 @@
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/munin-node.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/plugins.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/plugin-conf.d/munin-node
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/munin-node
 %attr(754,root,root) /etc/rc.d/init.d/munin-node
 %attr(755,root,root) %{_sbindir}/munin-run
 %attr(755,root,root) %{_sbindir}/munin-node
@@ -226,6 +229,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.41  2006/11/13 16:16:43  baggins
+- updated plugins patch
+- separated logrotate configs for client and server
+
 Revision 1.40  2006/11/13 15:01:54  sparky
 - don't use %{without ...}, it may not work after inverting bcond
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/munin.spec?r1=1.40&r2=1.41&f=u



More information about the pld-cvs-commit mailing list