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"] "failable": ["x86_64"]
}, },
} }
[% if release.version_int >= 40 %]
ostree_container = { ostree_container = {
"^Silverblue$": { "^Silverblue$": {
"version": "!VERSION_FROM_VERSION_DATE_RESPIN", "version": "!VERSION_FROM_VERSION_DATE_RESPIN",
@ -285,11 +284,10 @@ ostree_container = {
"treefile": "fedora-onyx.yaml", "treefile": "fedora-onyx.yaml",
[% endif %] [% endif %]
"arches": ["x86_64"], "arches": ["x86_64"],
"failable": ['*'], "failable": ['*']
}, },
} }
[% endif %] [% endif %]
[% endif %]
{% endif %} {% endif %}