Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package helm for openSUSE:Factory checked in at 2022-03-11 21:41:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/helm (Old) and /work/SRC/openSUSE:Factory/.helm.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "helm" Fri Mar 11 21:41:05 2022 rev:33 rq:960521 version:3.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/helm/helm.changes 2022-03-05 14:44:29.715717244 +0100 +++ /work/SRC/openSUSE:Factory/.helm.new.25692/helm.changes 2022-03-11 21:41:10.422066344 +0100 @@ -1,0 +2,5 @@ +Wed Mar 9 16:06:17 UTC 2022 - Dirk M??ller <[email protected]> + +- avoid CGO to workaround missing gold dependency (bsc#1183043) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ helm.spec ++++++ --- /var/tmp/diff_new_pack.q6ZWKK/_old 2022-03-11 21:41:11.066066840 +0100 +++ /var/tmp/diff_new_pack.q6ZWKK/_new 2022-03-11 21:41:11.070066842 +0100 @@ -71,6 +71,8 @@ %build %goprep %{goipath} +# Avoid gold dependency on ARM64 +export CGO_ENABLED=0 %gobuild -mod vendor -buildmode pie -ldflags "-X %{goipath}/internal/version.version=v%{version} -X %{goipath}/internal/version.gitCommit=%{git_commit} -X %{goipath}/internal/version.gitTreeState=%{git_dirty}" cmd/helm %install
