- Update to mlocate-0.16
- Enable PRUNE_BIND_MOUNTS by default Resolves: #221755
This commit is contained in:
parent
5e6c8ee3ab
commit
9111b4f128
@ -1 +1 @@
|
|||||||
mlocate-0.15.tar.gz
|
mlocate-0.16.tar.bz2
|
||||||
|
11
mlocate.spec
11
mlocate.spec
@ -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
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
e650c1ec5e180c982c9f52ca9a289d61 mlocate-0.15.tar.gz
|
4840542d9732eda6f41d4cd936852887 mlocate-0.16.tar.bz2
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user