From 3b2bcf33df2fb469c8d36db7be3ea07614ad1149 Mon Sep 17 00:00:00 2001 From: Stepan Oksanichenko Date: Sat, 7 Sep 2024 00:45:17 +0300 Subject: [PATCH] - AL10.0-beta is AlmaLinux Kitten --- 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 bc932df..d863cc9 100644 --- a/pungi-build.conf.j2 +++ b/pungi-build.conf.j2 @@ -8,7 +8,7 @@ from extra_options import * {% endif %} # PRODUCT INFO -product_name = "{{ product_name }} Kitten" +{% set product_name = product_name + "Kitten" %} release_name = "{{ product_name }}" release_short = "{{ product_name }}" release_version = "{{ distribution_major_version }}"