diff --git a/buildkit.spec b/buildkit.spec index b34480573023c572a5fb46dd22e2114bd1bb3ab2..c77d052eb84fe88a31a8d849bdc379ff15f5360e 100644 --- a/buildkit.spec +++ b/buildkit.spec @@ -1,6 +1,6 @@ %define release_version 0.10.5 %define pre_version rc.1 -%define anolis_release 2 +%define anolis_release 3 %global debug_package %{nil} Name: buildkit @@ -15,6 +15,9 @@ Source1: %{name}-v%{release_version}-%{pre_version}-vendor.tar.gz Patch001: add-loong64-support-for-bbolt.ptch BuildRequires: golang >= 1.18 +%ifarch loongarch64 +BuildRequires: golang-vendored-golang.org +%endif %description BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. @@ -62,6 +65,9 @@ install -Dpm 0755 ./bin/buildkitd %{buildroot}%{_bindir}/buildkitd %doc AUTHORS README.md %changelog +* Thu Oct 26 2023 Wenlong Zhang - 0.10.5~rc.1-3 +- fix build error for loongarch64 + * Wed Sep 13 2023 Wenlong Zhang - 0.10.5~rc.1-2 - add loong64 support for buildkit