bodhi2/backend/templates/pungi.rpm: Update comments

This commit is contained in:
Timothée Ravier 2024-02-14 11:37:22 +01:00 committed by kevin
parent 33513b358e
commit a39bb343fa

View file

@ -206,7 +206,7 @@ ostree = {
"arches": ["x86_64", "ppc64le", "aarch64" ], "arches": ["x86_64", "ppc64le", "aarch64" ],
"failable": ["x86_64", "ppc64le", "aarch64" ] "failable": ["x86_64", "ppc64le", "aarch64" ]
}, },
# Fedora Sericea # Fedora Sway Atomic (formerly Sericea)
{ {
"version": "!VERSION_FROM_VERSION_DATE_RESPIN", "version": "!VERSION_FROM_VERSION_DATE_RESPIN",
[% if release.version_int >= 39 %] [% if release.version_int >= 39 %]
@ -238,7 +238,7 @@ ostree = {
"arches": ["x86_64", "aarch64"], "arches": ["x86_64", "aarch64"],
"failable": ["x86_64", "aarch64"] "failable": ["x86_64", "aarch64"]
}, },
# Fedora Onyx # Fedora Budgie Atomic (formerly Onyx)
[% if release.version_int >= 39 %] [% if release.version_int >= 39 %]
{ {
"version": "!VERSION_FROM_VERSION_DATE_RESPIN", "version": "!VERSION_FROM_VERSION_DATE_RESPIN",