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
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 <buildteam@openeuler.org> - version-release
- Package init
* Thu Feb 27 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.26-24
- Solve issue #I1ACCR: updatedb: can not find group 'mlocate'.
* Wed Jul 18 2018 openEuler Buildteam <buildteam@openeuler.org> - 0.26-23
- Package init.