Prune path /var/lib/ceph

Resolves: #1217201
This commit is contained in:
Michal Sekletar 2015-05-26 10:11:45 +02:00
parent cc54611b59
commit b535ab95f0
2 changed files with 5 additions and 2 deletions

View File

@ -3,7 +3,7 @@
Summary: An utility for finding files by name Summary: An utility for finding files by name
Name: mlocate Name: mlocate
Version: 0.26 Version: 0.26
Release: 9%{?dist} Release: 10%{?dist}
License: GPLv2 License: GPLv2
URL: https://fedorahosted.org/mlocate/ URL: https://fedorahosted.org/mlocate/
Group: Applications/System Group: Applications/System
@ -62,6 +62,9 @@ fi
%ghost %attr(0640,root,slocate) %{_localstatedir}/lib/mlocate/mlocate.db %ghost %attr(0640,root,slocate) %{_localstatedir}/lib/mlocate/mlocate.db
%changelog %changelog
* Tue May 26 2015 Michal Sekletar <msekleta@redhat.com> - 0.26-10
- prune path /var/lib/ceph (#1223582)
* Mon Jan 26 2015 Michal Sekletar <msekleta@redhat.com> - 0.26-9 * Mon Jan 26 2015 Michal Sekletar <msekleta@redhat.com> - 0.26-9
- mlocate.db is ghost file created with non-default attrs, list them explicitly so rpm --verify doesn't report errors - mlocate.db is ghost file created with non-default attrs, list them explicitly so rpm --verify doesn't report errors

View File

@ -1,4 +1,4 @@
PRUNE_BIND_MOUNTS = "yes" PRUNE_BIND_MOUNTS = "yes"
PRUNEFS = "9p afs anon_inodefs auto autofs bdev binfmt_misc cgroup cifs coda configfs cpuset debugfs devpts ecryptfs exofs fuse fuse.sshfs fusectl gfs gfs2 gpfs 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" PRUNEFS = "9p afs anon_inodefs auto autofs bdev binfmt_misc cgroup cifs coda configfs cpuset debugfs devpts ecryptfs exofs fuse fuse.sshfs fusectl gfs gfs2 gpfs 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 .bzr .arch-ids {arch} CVS" PRUNENAMES = ".git .hg .svn .bzr .arch-ids {arch} CVS"
PRUNEPATHS = "/afs /media /mnt /net /sfs /tmp /udev /var/cache/ccache /var/lib/yum/yumdb /var/lib/dnf/yumdb /var/spool/cups /var/spool/squid /var/tmp" PRUNEPATHS = "/afs /media /mnt /net /sfs /tmp /udev /var/cache/ccache /var/lib/yum/yumdb /var/lib/dnf/yumdb /var/spool/cups /var/spool/squid /var/tmp /var/lib/ceph"