Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lima for openSUSE:Factory checked in at 2026-02-04 21:09:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lima (Old) and /work/SRC/openSUSE:Factory/.lima.new.1670 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lima" Wed Feb 4 21:09:09 2026 rev:3 rq:1330922 version:2.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/lima/lima.changes 2026-01-30 18:22:24.925853035 +0100 +++ /work/SRC/openSUSE:Factory/.lima.new.1670/lima.changes 2026-02-04 21:09:31.381207954 +0100 @@ -1,0 +2,5 @@ +Wed Feb 4 08:40:57 UTC 2026 - Guillaume GARDET <[email protected]> + +- Do not hardcode GOARCH to amd64 to fix build on other architectures + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lima.spec ++++++ --- /var/tmp/diff_new_pack.voOo3g/_old 2026-02-04 21:09:32.341248160 +0100 +++ /var/tmp/diff_new_pack.voOo3g/_new 2026-02-04 21:09:32.345248328 +0100 @@ -44,7 +44,7 @@ %autosetup -p1 -a1 %build -VERSION="%{version}" CC=gcc CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -ldflags="-w -X github.com/lima-vm/lima/v2/pkg/version.Version=%{version}" -o limactl ./cmd/limactl +VERSION="%{version}" CC=gcc CGO_ENABLED=1 GOOS=linux GOARCH=%{go_arch} go build -ldflags="-w -X github.com/lima-vm/lima/v2/pkg/version.Version=%{version}" -o limactl ./cmd/limactl make native-guestagent make default_template
