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"