Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package forgejo-runner for openSUSE:Factory checked in at 2025-11-13 17:26:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/forgejo-runner (Old) and /work/SRC/openSUSE:Factory/.forgejo-runner.new.2061 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "forgejo-runner" Thu Nov 13 17:26:30 2025 rev:32 rq:1317403 version:11.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/forgejo-runner/forgejo-runner.changes 2025-11-10 19:22:13.260629429 +0100 +++ /work/SRC/openSUSE:Factory/.forgejo-runner.new.2061/forgejo-runner.changes 2025-11-13 17:28:38.290340579 +0100 @@ -1,0 +2,5 @@ +Tue Nov 11 15:25:33 UTC 2025 - Marcus Rueckert <[email protected]> + +- Fix version string in the runner binary and reenable %check + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ forgejo-runner.spec ++++++ --- /var/tmp/diff_new_pack.VboQVT/_old 2025-11-13 17:28:39.034372160 +0100 +++ /var/tmp/diff_new_pack.VboQVT/_new 2025-11-13 17:28:39.034372160 +0100 @@ -80,7 +80,7 @@ -mod=vendor \ -buildmode=pie \ -tags="netgo osusergo" \ - -ldflags="-X runner.forgejo.org/internal/pkg/ver.version=v%{version}" \ + -ldflags="-X code.forgejo.org/forgejo/runner/v11/internal/pkg/ver.version=v%{version}" \ -o bin/%{name} bin/%{name} generate-config > config.yaml @@ -112,8 +112,8 @@ install -D -m 0750 -d %{buildroot}%{_localstatedir}/lib/%{name} # this update forgot to change the version, so disable for 8.0.1, enable when update -#%%check -#bin/%%{name} --version | grep %%{version} +%check +bin/%{name} --version | grep %{version} %pre %service_add_pre %{services}
