From 93a210e5972ee76136cf939a270880966d21f1b9 Mon Sep 17 00:00:00 2001 From: Stepan Oksanichenko Date: Sat, 7 Sep 2024 00:08:20 +0300 Subject: [PATCH] - Use only a major version for a release version --- 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 cea335f..596aba3 100644 --- a/pungi-build.conf.j2 +++ b/pungi-build.conf.j2 @@ -10,7 +10,7 @@ from extra_options import * # PRODUCT INFO release_name = "{{ product_name }}" release_short = "{{ product_name }}" -release_version = "{{ full_version }}" +release_version = "{{ distribution_major_version }}" treeinfo_version = "{{ distribution_major_version }}" # GENERAL SETTINGS