From 751a70c7105680a5dc2e83bfdfe8f64448ac9243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Thu, 14 Dec 2023 11:16:43 +0100 Subject: [PATCH] bodhi2/pungi.rpm.conf.j2: Clean up version checks now that F37 is EOL No need to check the version for Kinoite & Sericea now that all builds are F38 and later. --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index 58cbc9fc66..6c8d0abd2f 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -170,7 +170,6 @@ ostree = { "failable": ["x86_64", "ppc64le", "aarch64" ] }, # Fedora Kinoite - [% if release.version_int >= 35 %] { "version": "!VERSION_FROM_VERSION_DATE_RESPIN", [% if release.version_int >= 39 %] @@ -203,9 +202,7 @@ ostree = { "arches": ["x86_64", "ppc64le", "aarch64" ], "failable": ["x86_64", "ppc64le", "aarch64" ] }, - [% endif %] # Fedora Sericea - [% if release.version_int >= 38 %] { "version": "!VERSION_FROM_VERSION_DATE_RESPIN", [% if release.version_int >= 39 %] @@ -238,7 +235,6 @@ ostree = { "arches": ["x86_64", "aarch64"], "failable": ["x86_64", "aarch64"] }, - [% endif %] # Fedora Onyx [% if release.version_int >= 39 %] {