Solve issue #I1ACCR: updatedb: can not find group 'mlocate'.

This commit is contained in:
Sdrkun 2020-02-27 19:12:38 +08:00
parent 71140e93ae
commit 5090dfbb40

View File

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