From ed42198d68753d2b21659f40a49925235d935c48 Mon Sep 17 00:00:00 2001 From: Stepan Oksanichenko Date: Sat, 7 Sep 2024 01:07:12 +0300 Subject: [PATCH] - Use dash in short name of a release --- 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 dafdfec..b4428b4 100644 --- a/pungi-build.conf.j2 +++ b/pungi-build.conf.j2 @@ -10,7 +10,7 @@ from extra_options import * # PRODUCT INFO {% set full_product_name = product_name + " Kitten" %} release_name = "{{ full_product_name }}" -release_short = "{{ full_product_name }}" +release_short = "{{ full_product_name | replace(' ', '-') }}" release_version = "{{ distribution_major_version }}" treeinfo_version = "{{ distribution_major_version }}"