diff --git a/bazel.spec b/bazel.spec index a58861de2f57b254ba3934217546849735026540..999685e63541ef8b31352d0670340b94d5e78c02 100644 --- a/bazel.spec +++ b/bazel.spec @@ -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 - 3.5.0-3 +- Not strip %{_bindir}/bazel after install + * Mon May 31 2021 baizhonggui - 3.5.0-2 - Add gcc-g++ in BuildRequires