From b3939e5fe69cade1395f7f66bedfb78e1c583e36 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Aug 24 2024 01:40:17 +0000 Subject: Fix the bundle name format again, with feeling this time! As it turns out, '%N' is actually the full image name, as understood internally as 'kiwi_iname' and already names it what we expect (base name-requested profile). Additionally, '%T' just adds the image type, and isn't responsible for the file extension at all. This should bring us into alignment with the naming convention we actually expect. Signed-off-by: Neal Gompa --- diff --git a/fedora.conf b/fedora.conf index 8a27876..e4fec5c 100644 --- a/fedora.conf +++ b/fedora.conf @@ -210,7 +210,7 @@ kiwibuild_description_scm = 'git+https://pagure.io/fedora-kiwi-descriptions.git? kiwibuild_description_path = 'Fedora.kiwi' # global_version is substituted by kobo as part of reading of this # config file, the other specifiers are passed through to kiwi -kiwibuild_bundle_name_format = '%%N-%%P-%s-%%I.%%A.%%T' % global_version +kiwibuild_bundle_name_format = '%%N-%s-%%I.%%A' % global_version image_build = {