From 6da5ff478e24fb35c2547821ea44e99d2ab02f30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Tue, 12 Dec 2023 10:18:56 +0100 Subject: [PATCH] bodhi2/pungi.rpm.conf.j2: Enable Fedora Onyx for Fedora 39 See: https://fedoraproject.org/wiki/Changes/Fedora_Onyx See: https://gitlab.com/fedora/ostree/sig/-/issues/12 --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index a0c4038d19..dd97a04ba8 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -234,7 +234,7 @@ ostree = { }, [% endif %] # Fedora Onyx - [% if release.version_int >= 40 %] + [% if release.version_int >= 39 %] { "version": "!VERSION_FROM_VERSION_DATE_RESPIN", "unified_core": True,