- Add gfs and gfs2 to PRUNEFS Resolves: #220491
This commit is contained in:
parent
3fa43491b6
commit
5e6c8ee3ab
@ -1,7 +1,7 @@
|
||||
Summary: An utility for finding files by name
|
||||
Name: mlocate
|
||||
Version: 0.15
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPLv2
|
||||
Group: Applications/System
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
@ -66,6 +66,10 @@ fi
|
||||
%ghost /var/lib/mlocate/mlocate.db
|
||||
|
||||
%changelog
|
||||
* Fri Jan 5 2007 Miloslav Trmac <mitr@redhat.com> - 0.15-2
|
||||
- Add gfs and gfs2 to PRUNEFS
|
||||
Resolves: #220491
|
||||
|
||||
* Thu Nov 16 2006 Miloslav Trmac <mitr@redhat.com> - 0.15-1
|
||||
- Update to mlocate-0.15
|
||||
Resolves: #215763
|
||||
|
@ -1,2 +1,2 @@
|
||||
PRUNEFS = "auto afs 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"
|
||||
|
Loading…
Reference in New Issue
Block a user