From b5610999774a54b30d9a482ed5ef7b58fe4912e2 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Feb 20 2024 18:49:58 +0000 Subject: F40: update osbuild 'distro' value to fedora-40 It's currently set to fedora-39, which I think is why we have images that identify themselves as Fedora 39. I don't know to what extent they actually have Fedora 39 *content*. https://bugzilla.redhat.com/show_bug.cgi?id=2264795 Signed-off-by: Adam Williamson --- diff --git a/fedora.conf b/fedora.conf index 3dc68ff..20afcb3 100644 --- a/fedora.conf +++ b/fedora.conf @@ -1050,7 +1050,7 @@ osbuild = { '^Workstation$': [ { 'name': 'Fedora-Workstation-Live-osb', - 'distro': 'fedora-39', + 'distro': 'fedora-40', 'image_types': ['live-installer'], 'arches': ['x86_64', 'aarch64'], 'repo': ['Everything'],