From 3ae84988ccb9e5ce0c63a459eee25d5050f0488a Mon Sep 17 00:00:00 2001 From: Stepan Oksanichenko Date: Sat, 7 Sep 2024 00:47:36 +0300 Subject: [PATCH] - AL10.0-beta is AlmaLinux Kitten --- pungi-build.conf.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pungi-build.conf.j2 b/pungi-build.conf.j2 index d863cc9..dafdfec 100644 --- a/pungi-build.conf.j2 +++ b/pungi-build.conf.j2 @@ -8,9 +8,9 @@ from extra_options import * {% endif %} # PRODUCT INFO -{% set product_name = product_name + "Kitten" %} -release_name = "{{ product_name }}" -release_short = "{{ product_name }}" +{% set full_product_name = product_name + " Kitten" %} +release_name = "{{ full_product_name }}" +release_short = "{{ full_product_name }}" release_version = "{{ distribution_major_version }}" treeinfo_version = "{{ distribution_major_version }}"