From 4fd714e6b8e52eb48d53b3c7efc9310861978315 Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: Tue, 19 May 2009 15:46:06 +0000 Subject: [PATCH] - Add /var/cache/ccache to PRUNEPATHS. --- mlocate.spec | 5 ++++- updatedb.conf | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/mlocate.spec b/mlocate.spec index 4bb2efe..66de7e8 100644 --- a/mlocate.spec +++ b/mlocate.spec @@ -1,7 +1,7 @@ Summary: An utility for finding files by name Name: mlocate Version: 0.22 -Release: 1 +Release: 2 License: GPLv2 URL: https://fedorahosted.org/mlocate/ Group: Applications/System @@ -70,6 +70,9 @@ exit 0 %ghost %{_localstatedir}/lib/mlocate/mlocate.db %changelog +* Tue May 19 2009 Miloslav Trmač - 0.22-2 +- Add /var/cache/ccache to PRUNEPATHS. + * Tue Apr 14 2009 Miloslav Trmač - 0.22-1 - Update to mlocate-0.22 diff --git a/updatedb.conf b/updatedb.conf index 0f0781c..a440f0d 100644 --- a/updatedb.conf +++ b/updatedb.conf @@ -1,4 +1,4 @@ PRUNE_BIND_MOUNTS = "yes" PRUNEFS = "auto afs gfs gfs2 iso9660 sfs udf" PRUNENAMES = ".git .hg .svn" -PRUNEPATHS = "/afs /media /net /sfs /tmp /udev /var/spool/cups /var/spool/squid /var/tmp" +PRUNEPATHS = "/afs /media /net /sfs /tmp /udev /var/cache/ccache /var/spool/cups /var/spool/squid /var/tmp"