From: Daan De Meyer Date: Fri, 23 Feb 2024 15:39:18 +0000 (+0100) Subject: ukify: Use VERSION_TAG instead of GIT_VERSION X-Git-Tag: v256-rc1~737 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9aa59080e06ed0cf70c4e808eb8903482307217;p=thirdparty%2Fsystemd.git ukify: Use VERSION_TAG instead of GIT_VERSION GIT_VERSION isn't actually available so use VERSION_TAG instead which is available. --- diff --git a/src/ukify/ukify.py b/src/ukify/ukify.py index e5724c8ac20..1d6ad15383d 100755 --- a/src/ukify/ukify.py +++ b/src/ukify/ukify.py @@ -50,7 +50,7 @@ from typing import (Any, import pefile # type: ignore -__version__ = '{{PROJECT_VERSION_FULL}} ({{GIT_VERSION}})' +__version__ = '{{PROJECT_VERSION_FULL}} ({{VERSION_TAG}})' EFI_ARCH_MAP = { # host_arch glob : [efi_arch, 32_bit_efi_arch if mixed mode is supported]