Change attrs for mlocate.db ghost file
Make rpm --verify shut up.
This commit is contained in:
parent
015ef1e3c1
commit
cc54611b59
@ -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: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://fedorahosted.org/mlocate/
|
URL: https://fedorahosted.org/mlocate/
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -59,9 +59,12 @@ fi
|
|||||||
%{_bindir}/updatedb
|
%{_bindir}/updatedb
|
||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
%dir %attr(0750,root,slocate) %{_localstatedir}/lib/mlocate
|
%dir %attr(0750,root,slocate) %{_localstatedir}/lib/mlocate
|
||||||
%ghost %{_localstatedir}/lib/mlocate/mlocate.db
|
%ghost %attr(0640,root,slocate) %{_localstatedir}/lib/mlocate/mlocate.db
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
|
||||||
* Wed Jan 7 2015 Michal Sekletar <msekleta@redhat.com> - 0.26-8
|
* Wed Jan 7 2015 Michal Sekletar <msekleta@redhat.com> - 0.26-8
|
||||||
- change permissions of cron script to conform with Red Hat Security Guide (#1179721)
|
- change permissions of cron script to conform with Red Hat Security Guide (#1179721)
|
||||||
- prune meta-data dirs of couple more VCS systems (#949320)
|
- prune meta-data dirs of couple more VCS systems (#949320)
|
||||||
|
Loading…
Reference in New Issue
Block a user