- Add "lustre" to PRUNEFS
- Add all nodev filesystems from the Fedora kernel to PRUNEFS, to make (updatedb) work as some users expect
This commit is contained in:
parent
9b01b3ede6
commit
6dbeea71e3
@ -1,7 +1,7 @@
|
|||||||
Summary: An utility for finding files by name
|
Summary: An utility for finding files by name
|
||||||
Name: mlocate
|
Name: mlocate
|
||||||
Version: 0.22.2
|
Version: 0.22.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://fedorahosted.org/mlocate/
|
URL: https://fedorahosted.org/mlocate/
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -69,6 +69,11 @@ exit 0
|
|||||||
%ghost %{_localstatedir}/lib/mlocate/mlocate.db
|
%ghost %{_localstatedir}/lib/mlocate/mlocate.db
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 15 2010 Miloslav Trmač <mitr@redhat.com> - 0.22.2-2
|
||||||
|
- Add "lustre" to PRUNEFS
|
||||||
|
- Add all nodev filesystems from the Fedora kernel to PRUNEFS, to make
|
||||||
|
(updatedb) work as some users expect
|
||||||
|
|
||||||
* Fri Oct 2 2009 Miloslav Trmač <mitr@redhat.com> - 0.22.2-1
|
* Fri Oct 2 2009 Miloslav Trmač <mitr@redhat.com> - 0.22.2-1
|
||||||
- Update to mlocate-0.22.2
|
- Update to mlocate-0.22.2
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
PRUNE_BIND_MOUNTS = "yes"
|
PRUNE_BIND_MOUNTS = "yes"
|
||||||
PRUNEFS = "auto afs gfs gfs2 iso9660 sfs udf"
|
PRUNEFS = "9p afs anon_inodefs auto autofs bdev binfmt_misc cgroup cifs coda configfs cpuset debugfs devpts ecryptfs exofs fuse fusectl gfs gfs2 hugetlbfs inotifyfs iso9660 jffs2 lustre mqueue ncpfs nfs nfs4 nfsd pipefs proc ramfs rootfs rpc_pipefs securityfs selinuxfs sfs sockfs sysfs tmpfs ubifs udf usbfs"
|
||||||
PRUNENAMES = ".git .hg .svn"
|
PRUNENAMES = ".git .hg .svn"
|
||||||
PRUNEPATHS = "/afs /media /net /sfs /tmp /udev /var/cache/ccache /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"
|
||||||
|
Loading…
Reference in New Issue
Block a user