Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2021-01-26 20:34:12 +00:00
parent bc56aa6999
commit c6b4a693cf

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: 27%{?dist} Release: 28%{?dist}
License: GPLv2 License: GPLv2
URL: https://fedorahosted.org/mlocate/ URL: https://fedorahosted.org/mlocate/
Source0: https://fedorahosted.org/releases/m/l/mlocate/mlocate-%{version}.tar.xz Source0: https://fedorahosted.org/releases/m/l/mlocate/mlocate-%{version}.tar.xz
@ -94,6 +94,9 @@ systemctl start mlocate-updatedb.timer
%ghost %attr(0640,root,slocate) %{_localstatedir}/lib/mlocate/mlocate.db %ghost %attr(0640,root,slocate) %{_localstatedir}/lib/mlocate/mlocate.db
%changelog %changelog
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.26-28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Oct 22 2020 Tomas Popela <tpopela@redhat.com> - 0.26-27 * Thu Oct 22 2020 Tomas Popela <tpopela@redhat.com> - 0.26-27
- Don't prune bind mounts on ostree based systems, prune the deployments folder - Don't prune bind mounts on ostree based systems, prune the deployments folder
there to avoid duplications. there to avoid duplications.