!1 solve the problem : updatedb: can not find group 'mlocate'。

Merge pull request !1 from Sdrkun/sdrkun-dev
This commit is contained in:
openeuler-ci-bot 2020-02-27 19:52:41 +08:00 committed by Gitee
commit 320359c51c

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.