diff --git a/pungi-build.conf.j2 b/pungi-build.conf.j2 index 521f355..0edc28b 100644 --- a/pungi-build.conf.j2 +++ b/pungi-build.conf.j2 @@ -9,8 +9,8 @@ from extra_options import * # PRODUCT INFO {% set full_product_name = product_name %} -release_name = "{{ full_product_name }}" -release_short = "{{ full_product_name | replace(' ', '-') }}" +release_name = "{{ full_product_name | replace('-', ' ') }}" +release_short = "{{ full_product_name }}" release_version = "{{ distribution_major_version }}" treeinfo_version = "{{ distribution_major_version }}"