From a1802527a647cda5b36c822c787b3ad3cec687ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Tue, 14 Jan 2025 19:13:01 +0100 Subject: [PATCH] bodhi2/pungi.rpm.conf: Update now that F39 is EOL This condition is now always true. --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index fe72501cf0..5213f5c2dc 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -233,7 +233,6 @@ ostree = { "failable": ["x86_64"] }, } -[% if release.version_int >= 40 %] ostree_container = { "^Silverblue$": { "version": "!VERSION_FROM_VERSION_DATE_RESPIN", @@ -285,11 +284,10 @@ ostree_container = { "treefile": "fedora-onyx.yaml", [% endif %] "arches": ["x86_64"], - "failable": ['*'], + "failable": ['*'] }, } [% endif %] -[% endif %] {% endif %}