From 9fef883aac89baf1e02e6da3fcbede353903c2be Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Tue, 1 Jun 2021 15:33:42 +0800 Subject: [PATCH] add build requires --- bazel.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bazel.spec b/bazel.spec index a36dc73..a58861d 100644 --- a/bazel.spec +++ b/bazel.spec @@ -1,12 +1,12 @@ Name: bazel Version: 3.5.0 -Release: 1 +Release: 2 Summary: a fast, scalable, multi-language and extensible build system License: Apache License 2.0 URL: https://www.bazel.build/ Source0: https://github.com/bazelbuild/bazel/releases/download/%{version}/bazel-%{version}-dist.zip -BuildRequires: java-11-openjdk-devel python3 zip unzip python3-unversioned-command +BuildRequires: java-11-openjdk-devel python3 zip unzip python3-unversioned-command gcc-g++ Requires: libstdc++ libgcc java-11-openjdk-devel python3 zip unzip python3-unversioned-command @@ -38,5 +38,8 @@ install -m755 output/bazel %{buildroot}%{_bindir} %attr(0755,root,root) %{_bindir}/bazel %changelog +* Mon May 31 2021 baizhonggui - 3.5.0-2 +- Add gcc-g++ in BuildRequires + * Sun Sep 28 2020 Zhipeng Xie - 3.5.0-1 - Package init -- Gitee