summaryrefslogtreecommitdiffstats
path: root/src/ukify/ukify.py
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-02-23 16:39:18 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-02-26 11:37:40 +0100
commitb9aa59080e06ed0cf70c4e808eb8903482307217 (patch)
tree5801aecf7e8dd4126a295a212e3aeebfefc06e5f /src/ukify/ukify.py
parentMerge pull request #31490 from yuwata/network-varlink-cleanups (diff)
downloadsystemd-b9aa59080e06ed0cf70c4e808eb8903482307217.tar.xz
systemd-b9aa59080e06ed0cf70c4e808eb8903482307217.zip
ukify: Use VERSION_TAG instead of GIT_VERSION
GIT_VERSION isn't actually available so use VERSION_TAG instead which is available.
Diffstat (limited to '')
-rwxr-xr-xsrc/ukify/ukify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ukify/ukify.py b/src/ukify/ukify.py
index e5724c8ac2..1d6ad15383 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]