diff --git a/.cvsignore b/.cvsignore index 32d1369..d5b4896 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mlocate-0.15.tar.gz +mlocate-0.16.tar.bz2 diff --git a/mlocate.spec b/mlocate.spec index b931ec8..850b3f1 100644 --- a/mlocate.spec +++ b/mlocate.spec @@ -1,10 +1,10 @@ Summary: An utility for finding files by name Name: mlocate -Version: 0.15 -Release: 2 +Version: 0.16 +Release: 1 License: GPLv2 Group: Applications/System -Source0: %{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.bz2 Source1: updatedb.conf Source2: mlocate.cron BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -66,6 +66,11 @@ fi %ghost /var/lib/mlocate/mlocate.db %changelog +* Tue Mar 6 2007 Miloslav Trmac - 0.16-1 +- Update to mlocate-0.16 +- Enable PRUNE_BIND_MOUNTS by default + Resolves: #221755 + * Fri Jan 5 2007 Miloslav Trmac - 0.15-2 - Add gfs and gfs2 to PRUNEFS Resolves: #220491 diff --git a/sources b/sources index 3f75d98..ca8bd1d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e650c1ec5e180c982c9f52ca9a289d61 mlocate-0.15.tar.gz +4840542d9732eda6f41d4cd936852887 mlocate-0.16.tar.bz2 diff --git a/updatedb.conf b/updatedb.conf index 39fb4ae..a058f2d 100644 --- a/updatedb.conf +++ b/updatedb.conf @@ -1,2 +1,3 @@ +PRUNE_BIND_MOUNTS = "yes" PRUNEFS = "auto afs gfs gfs2 iso9660 sfs udf" PRUNEPATHS = "/afs /media /net /sfs /tmp /udev /var/spool/cups /var/spool/squid /var/tmp"