- Update to mlocate-0.21
- Define PRUNENAMES to exclude .svn and .hg
This commit is contained in:
parent
55d5e8779a
commit
8fe69afbc0
@ -1 +1 @@
|
||||
mlocate-0.20.tar.bz2
|
||||
mlocate-0.21.tar.bz2
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: An utility for finding files by name
|
||||
Name: mlocate
|
||||
Version: 0.20
|
||||
Release: 1
|
||||
Version: 0.21
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
URL: https://fedorahosted.org/mlocate/
|
||||
Group: Applications/System
|
||||
@ -68,6 +68,10 @@ fi
|
||||
%ghost /var/lib/mlocate/mlocate.db
|
||||
|
||||
%changelog
|
||||
* Mon Jun 30 2008 Miloslav Trmač <mitr@redhat.com> - 0.21-1
|
||||
- Update to mlocate-0.21
|
||||
- Define PRUNENAMES to exclude .svn and .hg
|
||||
|
||||
* Wed Apr 9 2008 Miloslav Trmač <mitr@redhat.com> - 0.20-1
|
||||
- Update to mlocate-0.20
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
ad5e4eb1f2aecf1a5af9fe36c6e297f4 mlocate-0.20.tar.bz2
|
||||
51c8e6a40079542923c0a1411512c57d mlocate-0.21.tar.bz2
|
||||
|
@ -1,3 +1,4 @@
|
||||
PRUNE_BIND_MOUNTS = "yes"
|
||||
PRUNEFS = "auto afs gfs gfs2 iso9660 sfs udf"
|
||||
PRUNENAMES = ".hg .svn"
|
||||
PRUNEPATHS = "/afs /media /net /sfs /tmp /udev /var/spool/cups /var/spool/squid /var/tmp"
|
||||
|
Loading…
Reference in New Issue
Block a user