rpms/munin/EL-6 munin.spec, 1.31, 1.32 sources, 1.7, 1.8 .cvsignore, 1.7, 1.8

Kevin Fenzi kevin at fedoraproject.org
Sat Jun 26 23:49:10 UTC 2010


Author: kevin

Update of /cvs/pkgs/rpms/munin/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17683

Modified Files:
	munin.spec sources .cvsignore 
Log Message:
Add /etc/munin/conf.d/ dir
Update to 1.4.5



Index: munin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/munin/EL-6/munin.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- munin.spec	2 Mar 2010 01:56:26 -0000	1.31
+++ munin.spec	26 Jun 2010 23:49:10 -0000	1.32
@@ -1,6 +1,6 @@
 Name:      munin
-Version:   1.4.4
-Release:   1%{?dist}
+Version:   1.4.5
+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,15 @@ 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
+
+* Tue Jun 01 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.4.4-2
+- Mass rebuild with perl-5.12.0
+
 * Mon Mar 01 2010 Kevin Fenzi <kevin at tummy.com> - 1.4.4-1
 - Update to 1.4.4
 - Add more doc files. Fixes bug #563824


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/munin/EL-6/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	2 Mar 2010 01:56:26 -0000	1.7
+++ sources	26 Jun 2010 23:49:10 -0000	1.8
@@ -1 +1 @@
-18d864fa04134ce67042a99dd3ec23ae  munin-1.4.4.tar.gz
+4ae84b9a27b686c3819d8d7b51d8cb4c  munin-1.4.5.tar.gz


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/munin/EL-6/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	2 Mar 2010 01:56:25 -0000	1.7
+++ .cvsignore	26 Jun 2010 23:49:10 -0000	1.8
@@ -1 +1 @@
-munin-1.4.4.tar.gz
+munin-1.4.5.tar.gz



More information about the scm-commits mailing list