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,