From e3928a30b192edcfdf351b52a41c94fc31582f28 Mon Sep 17 00:00:00 2001 From: guoxiaoqi Date: Tue, 13 Jul 2021 11:08:14 +0800 Subject: [PATCH] Not strip %{_bindir}/bazel after install --- bazel.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bazel.spec b/bazel.spec index a58861d..999685e 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 -- Gitee