- Update to mlocate-0.21

- Define PRUNENAMES to exclude .svn and .hg
This commit is contained in:
Miloslav Trmac 2008-06-30 00:26:54 +00:00
parent 55d5e8779a
commit 8fe69afbc0
4 changed files with 9 additions and 4 deletions

View File

@ -1 +1 @@
mlocate-0.20.tar.bz2 mlocate-0.21.tar.bz2

View File

@ -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.20 Version: 0.21
Release: 1 Release: 1%{?dist}
License: GPLv2 License: GPLv2
URL: https://fedorahosted.org/mlocate/ URL: https://fedorahosted.org/mlocate/
Group: Applications/System Group: Applications/System
@ -68,6 +68,10 @@ fi
%ghost /var/lib/mlocate/mlocate.db %ghost /var/lib/mlocate/mlocate.db
%changelog %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 * Wed Apr 9 2008 Miloslav Trmač <mitr@redhat.com> - 0.20-1
- Update to mlocate-0.20 - Update to mlocate-0.20

View File

@ -1 +1 @@
ad5e4eb1f2aecf1a5af9fe36c6e297f4 mlocate-0.20.tar.bz2 51c8e6a40079542923c0a1411512c57d mlocate-0.21.tar.bz2

View File

@ -1,3 +1,4 @@
PRUNE_BIND_MOUNTS = "yes" PRUNE_BIND_MOUNTS = "yes"
PRUNEFS = "auto afs gfs gfs2 iso9660 sfs udf" 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" PRUNEPATHS = "/afs /media /net /sfs /tmp /udev /var/spool/cups /var/spool/squid /var/tmp"