From db5804338f9a8ab6144102f35f5dccc1ac1052bc Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 3 Dec 2024 11:53:30 +0300 Subject: [PATCH] Use full version in release_version var --- pungi-build.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pungi-build.conf.j2 b/pungi-build.conf.j2 index 1668c31..0ba61fc 100644 --- a/pungi-build.conf.j2 +++ b/pungi-build.conf.j2 @@ -11,7 +11,7 @@ from extra_options import * {% set full_product_name = product_name %} release_name = "{{ full_product_name | replace('-', ' ') }}" release_short = "{{ full_product_name }}" -release_version = "{{ distribution_major_version }}" +release_version = "{{ full_version }}" treeinfo_version = "{{ distribution_major_version }}" # GENERAL SETTINGS