From 09cf68eabfec4b90625cab09260218347b301556 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 15 Dec 2019 11:25:06 +0100 Subject: [PATCH] - don't strip the binary, it has zip archive with libraries, tools and misc junk added --- bazel.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bazel.spec b/bazel.spec index 2cf56bb..2650b59 100644 --- a/bazel.spec +++ b/bazel.spec @@ -20,6 +20,8 @@ BuildRequires: unzip BuildRequires: zip BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%define _noautostrip .*%{_bindir}/bazel + %description Build and test software of any size, quickly and reliably. -- 2.44.0