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.
This commit is contained in:
Timothée Ravier 2023-12-14 11:16:43 +01:00 committed by kevin
parent d7cb42beae
commit 751a70c710

View file

@ -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 %]
{