From 2448ed69c8dff6e57eddcea9f443851def85188d Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Jan 26 2024 17:54:34 +0000 Subject: Fix release duplication in osbuild file names Signed-off-by: Paul Whalen --- diff --git a/fedora-iot.conf b/fedora-iot.conf index 750512a..1c1ea87 100644 --- a/fedora-iot.conf +++ b/fedora-iot.conf @@ -213,7 +213,6 @@ osbuild = { "^IoT$": [ { "name": "%s" % release_name, - "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", "distro": "fedora-40", "image_types": ["iot-raw-image"], "target": "f%s-candidate" % release_version, @@ -225,7 +224,6 @@ osbuild = { }, { "name": "%s-ostree" % release_name, - "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", "distro": "fedora-40", "image_types": ["iot-installer"], "target": "f%s-candidate" % release_version,