]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ukify: Fix version string
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 15 Jan 2023 16:08:11 +0000 (17:08 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sun, 15 Jan 2023 22:17:37 +0000 (22:17 +0000)
Let's make sure we mimick the version of our other CLI tooling.

src/ukify/ukify.py

index 296521aa56eb17b73b5cd54c97762ab0960e1fa4..6f177bc5b78fe080e0b3ecc788ac84ea6a9afd7e 100755 (executable)
@@ -22,7 +22,7 @@ import tempfile
 import typing
 
 
-__version__ = '{{GIT_VERSION}}'
+__version__ = '{{PROJECT_VERSION}} ({{GIT_VERSION}})'
 
 EFI_ARCH_MAP = {
         # host_arch glob : [efi_arch, 32_bit_efi_arch if mixed mode is supported]