From 00452f441f1be927675dea0ca55db5b00c3471d1 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Aug 25 2024 23:06:10 +0000 Subject: Drop the usage of global_release in kiwibuild volid and application_id It is not processed by pungi to give the correct value, and the placeholder value causes the build to fail. Signed-off-by: Neal Gompa --- diff --git a/fedora.conf b/fedora.conf index f0ff5d8..4fec107 100644 --- a/fedora.conf +++ b/fedora.conf @@ -469,8 +469,8 @@ kiwibuild = { 'subvariant': 'KDE_Mobile', 'type': 'iso', 'type_attr': [ - 'volid=%s-KDEM-Live-%s-%s' % (release_short, KIWI_ISO_VOLID_VERSION, global_release), - 'application_id=%s-KDE_Mobile-Live-%s-%s' % (release_short, global_version, global_release), + 'volid=%s-KDEM-Live-%s' % (release_short, KIWI_ISO_VOLID_VERSION), + 'application_id=%s-KDE_Mobile-Live-%s' % (release_short, global_version), ], 'failable': ['*'], }