Not strip %{_bindir}/bazel after install

This commit is contained in:
guoxiaoqi 2021-07-13 11:08:14 +08:00
parent 7290b778e2
commit e3928a30b1

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