rpms/munin/devel munin.spec,1.37,1.38

Kevin Fenzi kevin at fedoraproject.org
Sun Jun 13 00:37:34 UTC 2010


Author: kevin

Update of /cvs/pkgs/rpms/munin/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4382

Modified Files:
	munin.spec 
Log Message:
Add /etc/munin/conf.d/ dir



Index: munin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/munin/devel/munin.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -p -r1.37 -r1.38
--- munin.spec	5 Jun 2010 18:14:48 -0000	1.37
+++ munin.spec	13 Jun 2010 00:37:34 -0000	1.38
@@ -1,6 +1,6 @@
 Name:      munin
 Version:   1.4.5
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   Network-wide graphing framework (grapher/gatherer)
 License:   GPLv2 and Bitstream Vera
 Group:     System Environment/Daemons
@@ -153,6 +153,7 @@ make	CONFIG=dists/redhat/Makefile.config
 mkdir -p %{buildroot}/etc/rc.d/init.d
 mkdir -p %{buildroot}/etc/munin/plugins
 mkdir -p %{buildroot}/etc/munin/plugin-conf.d
+mkdir -p %{buildroot}/etc/munin/conf.d
 mkdir -p %{buildroot}/etc/logrotate.d
 mkdir -p %{buildroot}/var/lib/munin
 mkdir -p %{buildroot}/var/log/munin
@@ -244,6 +245,7 @@ exit 0
 %{perl_vendorlib}/Munin/Master
 %dir /etc/munin/templates
 %dir /etc/munin
+%dir /etc/munin/conf.d
 %config(noreplace) /etc/munin/templates/*
 %config(noreplace) /etc/cron.d/munin
 %config(noreplace) /etc/munin/munin.conf
@@ -295,6 +297,9 @@ exit 0
 %endif
 
 %changelog
+* Sat Jun 12 2010 Kevin Fenzi <kevin at tummy.com> - 1.4.5-2
+- Add /etc/munin/conf.d/ dir
+
 * Sat Jun 05 2010 Kevin Fenzi <kevin at tummy.com> - 1.4.5-1
 - Update to 1.4.5
 



More information about the scm-commits mailing list