diff --git a/bazel.spec b/bazel.spec index a36dc7375ba57167135a0c40070ddf429fce9044..a58861de2f57b254ba3934217546849735026540 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