Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gitea-tea for openSUSE:Factory checked in at 2024-08-23 22:26:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gitea-tea (Old) and /work/SRC/openSUSE:Factory/.gitea-tea.new.2698 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gitea-tea" Fri Aug 23 22:26:51 2024 rev:2 rq:1195622 version:0.9.2 Changes: -------- --- /work/SRC/openSUSE:Factory/gitea-tea/gitea-tea.changes 2024-03-08 18:08:58.917686359 +0100 +++ /work/SRC/openSUSE:Factory/.gitea-tea.new.2698/gitea-tea.changes 2024-08-23 22:27:53.695961715 +0200 @@ -1,0 +2,5 @@ +Thu Aug 22 22:33:56 UTC 2024 - Richard Rahl <[email protected]> + +- fix build for non x86_64 and aarch64 (CGO_ENABLED=0 was set as default) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gitea-tea.spec ++++++ --- /var/tmp/diff_new_pack.fiwuEH/_old 2024-08-23 22:27:54.195982512 +0200 +++ /var/tmp/diff_new_pack.fiwuEH/_new 2024-08-23 22:27:54.195982512 +0200 @@ -43,8 +43,8 @@ %package bash-completion Summary: Bash Completion for Gitea's tea CLI BuildRequires: bash-completion -Requires: bash-completion Requires: %{name} = %{version} +Requires: bash-completion Supplements: (%{name} and bash-completion) BuildArch: noarch @@ -54,8 +54,8 @@ %package zsh-completion Summary: Zsh Completion for Gitea's tea CLI BuildRequires: zsh -Requires: zsh Requires: %{name} = %{version} +Requires: zsh Supplements: (%{name} and zsh) BuildArch: noarch @@ -66,7 +66,10 @@ %autosetup -a1 %build -CGO_ENABLED=0 go build \ +%ifnarch x86_64 aarch64 +CGO_ENABLED=1 +%endif +go build \ -o tea \ -mod=vendor \ -buildmode=pie \
