]> git.99rst.org Git - openwrt-packages.git/commit
oci-runtime-tools: report the real version string
authorDaniel Golle <redacted>
Sun, 23 Aug 2026 18:29:42 +0000 (19:29 +0100)
committerDaniel Golle <redacted>
Sun, 23 Aug 2026 22:37:55 +0000 (23:37 +0100)
commitc316c01936aa5333f13ddafcc5ef3ee030b4ab00
tree15d5fef0207f8e1f07492aa7a0558f5a1d43fd67
parentce621e707e5e7ee5164f36b7840cfc39c9eb6790
oci-runtime-tools: report the real version string

main.version was linked to PKG_SOURCE_VERSION, the upstream commit
hash, rather than PKG_VERSION, the human-readable string everything
else (the tarball name, the package version, CI's own version probe)
actually means by "version". oci-runtime-tool --version therefore
printed the commit hash twice ("<hash>, commit: <hash>") and never
the string 1.3.0.20260316, which is what CI's generic runtime test
greps stdout for, so the check failed on every push regardless of
this PR's actual content.

gitCommit stays on PKG_SOURCE_VERSION, since that is genuinely what
it is; only version was wrong.

Signed-off-by: Daniel Golle <redacted>
utils/oci-runtime-tools/Makefile
git clone https://git.99rst.org/PROJECT