- AL10.0-beta is AlmaLinux Kitten

This commit is contained in:
Stepan Oksanichenko 2024-09-07 00:47:36 +03:00
parent 3b2bcf33df
commit 3ae84988cc
Signed by: soksanichenko
GPG Key ID: AB9983172AB1E45B

View File

@ -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 }}"