Add make for buildrequires

(cherry picked from commit f860401a51e58e4ce3b7e48c94d4289881965e96)
This commit is contained in:
wk333 2022-12-13 19:11:50 +08:00 committed by openeuler-sync-bot
parent b85185e4d9
commit 445034a933

View File

@ -7,7 +7,7 @@
Name: the_silver_searcher
Version: 2.1.0
Release: 3
Release: 4
Summary: Super-fast text searching tool (ag)
Group: Applications/Text
License: ASL 2.0 and BSD
@ -17,7 +17,7 @@ Source: https://github.com/ggreer/the_silver_searcher/archive/%{commit}/
Patch1: fix-build-error-gcc10.patch
BuildRequires: autoconf gcc
BuildRequires: automake
BuildRequires: automake make
BuildRequires: pcre-devel
%if ! 0%{?el6}
BuildRequires: pkgconfig(bash-completion)
@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}
%{_datadir}/zsh/site-functions/_%{name}
%changelog
* Tue Dec 13 2022 wangkai <wangkai385@h-partners.com> - 2.1.0-4
- Add make for buildrequires
* Sat 7 Aug 2021 zhangtao <zhangtao221@huawei.com> - 2.1.0-3
- fix gcc upgrade causes compilation failure