- Update to mlocate-0.16

- Enable PRUNE_BIND_MOUNTS by default Resolves: #221755
This commit is contained in:
Miloslav Trmac 2007-03-06 01:58:28 +00:00
parent 5e6c8ee3ab
commit 9111b4f128
4 changed files with 11 additions and 5 deletions

View File

@ -1 +1 @@
mlocate-0.15.tar.gz mlocate-0.16.tar.bz2

View File

@ -1,10 +1,10 @@
Summary: An utility for finding files by name Summary: An utility for finding files by name
Name: mlocate Name: mlocate
Version: 0.15 Version: 0.16
Release: 2 Release: 1
License: GPLv2 License: GPLv2
Group: Applications/System Group: Applications/System
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.bz2
Source1: updatedb.conf Source1: updatedb.conf
Source2: mlocate.cron Source2: mlocate.cron
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@ -66,6 +66,11 @@ fi
%ghost /var/lib/mlocate/mlocate.db %ghost /var/lib/mlocate/mlocate.db
%changelog %changelog
* Tue Mar 6 2007 Miloslav Trmac <mitr@redhat.com> - 0.16-1
- Update to mlocate-0.16
- Enable PRUNE_BIND_MOUNTS by default
Resolves: #221755
* Fri Jan 5 2007 Miloslav Trmac <mitr@redhat.com> - 0.15-2 * Fri Jan 5 2007 Miloslav Trmac <mitr@redhat.com> - 0.15-2
- Add gfs and gfs2 to PRUNEFS - Add gfs and gfs2 to PRUNEFS
Resolves: #220491 Resolves: #220491

View File

@ -1 +1 @@
e650c1ec5e180c982c9f52ca9a289d61 mlocate-0.15.tar.gz 4840542d9732eda6f41d4cd936852887 mlocate-0.16.tar.bz2

View File

@ -1,2 +1,3 @@
PRUNE_BIND_MOUNTS = "yes"
PRUNEFS = "auto afs gfs gfs2 iso9660 sfs udf" PRUNEFS = "auto afs gfs gfs2 iso9660 sfs udf"
PRUNEPATHS = "/afs /media /net /sfs /tmp /udev /var/spool/cups /var/spool/squid /var/tmp" PRUNEPATHS = "/afs /media /net /sfs /tmp /udev /var/spool/cups /var/spool/squid /var/tmp"