diff --git a/mlocate.spec b/mlocate.spec index f7c9073..ee5bb37 100644 --- a/mlocate.spec +++ b/mlocate.spec @@ -3,7 +3,7 @@ Summary: An utility for finding files by name Name: mlocate Version: 0.26 -Release: 27%{?dist} +Release: 28%{?dist} License: GPLv2 URL: https://fedorahosted.org/mlocate/ Source0: https://fedorahosted.org/releases/m/l/mlocate/mlocate-%{version}.tar.xz @@ -15,6 +15,7 @@ Requires(pre): shadow-utils Requires(post): grep, sed # standard systemd requires %{?systemd_requires} +BuildRequires: make BuildRequires: systemd BuildRequires: gcc Provides: bundled(gnulib) @@ -93,6 +94,9 @@ systemctl start mlocate-updatedb.timer %ghost %attr(0640,root,slocate) %{_localstatedir}/lib/mlocate/mlocate.db %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.26-28 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Oct 22 2020 Tomas Popela - 0.26-27 - Don't prune bind mounts on ostree based systems, prune the deployments folder there to avoid duplications.