!8 Not strip %{_bindir}/bazel after install

From: @angela7
Reviewed-by: @small_leek,@zhengzhenyu
Signed-off-by: @small_leek,@zhengzhenyu
This commit is contained in:
openeuler-ci-bot 2021-07-23 06:43:31 +00:00 committed by Gitee
commit a583530137

View File

@ -1,6 +1,7 @@
%define __os_install_post %{nil}
Name: bazel
Version: 3.5.0
Release: 2
Release: 3
Summary: a fast, scalable, multi-language and extensible build system
License: Apache License 2.0
URL: https://www.bazel.build/
@ -38,6 +39,9 @@ install -m755 output/bazel %{buildroot}%{_bindir}
%attr(0755,root,root) %{_bindir}/bazel
%changelog
* Tue Jul 13 2021 guoxiaoqi <guoxiaoqi2@huawei.com> - 3.5.0-3
- Not strip %{_bindir}/bazel after install
* Mon May 31 2021 baizhonggui <baizhonggui@huawei.com> - 3.5.0-2
- Add gcc-g++ in BuildRequires