!9 [sync] PR-8: Add make for buildrequires

From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-12-13 11:53:38 +00:00 committed by Gitee
commit 0ee1728d91
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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