diff --git a/munin-1.4.5-df-config b/munin-1.4.5-df-config index a176046..8a2542e 100644 --- a/munin-1.4.5-df-config +++ b/munin-1.4.5-df-config @@ -1,2 +1,2 @@ -[df] -env.exclude binfmt_misc rpc_pipefs fuse.gvfs-fuse-daemon +[df*] +env.exclude none unknown iso9660 squashfs udf romfs ramfs debugfs binfmt_misc rpc_pipefs fuse.gvfs-fuse-daemon diff --git a/munin.spec b/munin.spec index 72ca6d6..7690872 100644 --- a/munin.spec +++ b/munin.spec @@ -1,6 +1,6 @@ Name: munin Version: 1.4.5 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Network-wide graphing framework (grapher/gatherer) License: GPLv2 and Bitstream Vera Group: System Environment/Daemons @@ -307,6 +307,9 @@ exit 0 %endif %changelog +* Sun Dec 05 2010 Kevin Fenzi - 1.4.5-6 +- Adjust the df fix to include all the right fses + * Thu Nov 25 2010 Kevin Fenzi - 1.4.5-5 - Exclude some fses from df plugin. fixes #601410