From e89230f284b4b1a4627682ff4d6484248cd92eb8 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Jan 31 2024 19:40:23 +0000 Subject: Drop duplicated version in osbuild deliverables Signed-off-by: Paul Whalen --- diff --git a/fedora-iot.conf b/fedora-iot.conf index f551ec2..96fa6fd 100644 --- a/fedora-iot.conf +++ b/fedora-iot.conf @@ -214,7 +214,6 @@ osbuild = { "^IoT$": [ { "name": "%s" % release_name, - "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", "distro": "fedora-39", "image_types": ["iot-raw-image"], "target": "f%s-candidate" % release_version, @@ -227,7 +226,6 @@ osbuild = { }, { "name": "%s-ostree" % release_name, - "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", "distro": "fedora-39", "image_types": ["iot-installer"], "target": "f%s-candidate" % release_version,