diff --git a/mlocate.spec b/mlocate.spec index 18b958f..ba4491c 100644 --- a/mlocate.spec +++ b/mlocate.spec @@ -2,7 +2,7 @@ Name: mlocate Version: 0.26 -Release: 23 +Release: 24 Summary: Application of finding files by name License: GPLv2 URL: https://fedorahosted.org/mlocate/ @@ -33,10 +33,10 @@ much. %build %configure --localstatedir=%{_localstatedir}/lib -%make_build +%make_build groupname=slocate %install -%make_install +%make_install groupname=slocate mkdir -p %{buildroot}{%{_sysconfdir},/etc/cron.daily} install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/updatedb.conf @@ -84,5 +84,8 @@ systemctl start mlocate-updatedb.timer %{_mandir}/man*/* %changelog -* Wed Jul 18 2018 openEuler Buildteam - version-release -- Package init \ No newline at end of file +* Thu Feb 27 2020 openEuler Buildteam - 0.26-24 +- Solve issue #I1ACCR: updatedb: can not find group 'mlocate'. + +* Wed Jul 18 2018 openEuler Buildteam - 0.26-23 +- Package init.