diff --git a/bazel.spec b/bazel.spec index 45af5abca6a8f56e59957cc901e145fc16c912e0..c11b782b287ab3a6e812b4c7d33fc5338136b7f8 100644 --- a/bazel.spec +++ b/bazel.spec @@ -2,7 +2,7 @@ Name: bazel Version: 5.3.0 -Release: 1 +Release: 2 Summary: Correct, reproducible, and fast builds for everyone. License: Apache License 2.0 URL: http://bazel.io/ @@ -29,10 +29,10 @@ Correct, reproducible, and fast builds for everyone. %prep %setup -q -c -n bazel-%{version} -%patch0 -p1 +%patch 0 -p1 #%patch1 -p1 -%patch2 -p1 -%patch3 -p1 +%patch 2 -p1 +%patch 3 -p1 %build find . -type f -regextype posix-extended -iregex '.*(sh|txt|py|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so)' -exec %{__sed} -i -e '1s|^#!/usr/bin/env python$|#!/usr/bin/env python3|' "{}" \; @@ -92,6 +92,9 @@ env ./scripts/generate_bash_completion.sh --bazel=output/bazel --output=output/b %attr(0755,root,root) %{bashcompdir}/bazel %changelog +* Mon Nov 11 2024 xuguangmin - 5.3.0-2 +- Fix the problems in the spec during compilation. + * Tue Sep 12 2023 Jincheng Miao - 5.3.0-1 - add bazel-%{version}-%{_os}-%{_arch} to install root path @@ -107,7 +110,7 @@ env ./scripts/generate_bash_completion.sh --bazel=output/bazel --output=output/b * Sat Oct 22 2022 Jincheng Miao - 5.0.0-0 - Update version to 5.0.0 for TF-2.9 build -* Thu Jun 22 2022 zhangshaoning - 4.2.1-0 +* Wed Jun 22 2022 zhangshaoning - 4.2.1-0 - update version to 4.2.1 * Mon Aug 9 2021 zhangtao - 3.5.0-4