bodhi2/pungi.rpm.conf: Update now that F39 is EOL

This condition is now always true.
This commit is contained in:
Timothée Ravier 2025-01-14 19:13:01 +01:00 committed by kevin
parent afaaf68b22
commit a1802527a6

View file

@ -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 %}