#1697 bodhi2/pungi.rpm.conf.j2: Compose Fedora Atomic Desktops using unified-core & Enable Fedora Onyx for Fedora 39
Merged 2 years ago by kevin. Opened 2 years ago by siosm.
fedora-infra/ siosm/ansible bodhi-pungi-sync  into  main

@@ -139,6 +139,8 @@ 

          # Fedora Silverblue

          {

              "version": "!VERSION_FROM_VERSION_DATE_RESPIN",

+             "unified_core": True,

+             "runroot_packages": ["selinux-policy-targeted"],

              "treefile": "fedora-silverblue.yaml",

              "config_url": "https://pagure.io/workstation-ostree-config.git",

              "config_branch": "f[[ release.version ]]",
@@ -169,6 +171,8 @@ 

          [% if release.version_int >= 35 %]

          {

              "version": "!VERSION_FROM_VERSION_DATE_RESPIN",

+             "unified_core": True,

+             "runroot_packages": ["selinux-policy-targeted"],

              "treefile": "fedora-kinoite.yaml",

              "config_url": "https://pagure.io/workstation-ostree-config.git",

              "config_branch": "f[[ release.version ]]",
@@ -200,6 +204,8 @@ 

          [% if release.version_int >= 38 %]

          {

              "version": "!VERSION_FROM_VERSION_DATE_RESPIN",

+             "unified_core": True,

+             "runroot_packages": ["selinux-policy-targeted"],

              "treefile": "fedora-sericea.yaml",

              "config_url": "https://pagure.io/workstation-ostree-config.git",

              "config_branch": "f[[ release.version ]]",
@@ -228,9 +234,11 @@ 

          },

          [% endif %]

          # Fedora Onyx

-         [% if release.version_int >= 40 %]

+         [% if release.version_int >= 39 %]

          {

              "version": "!VERSION_FROM_VERSION_DATE_RESPIN",

+             "unified_core": True,

+             "runroot_packages": ["selinux-policy-targeted"],

              "treefile": "fedora-onyx.yaml",

              "config_url": "https://pagure.io/workstation-ostree-config.git",

              "config_branch": "f[[ release.version ]]",

bodhi2/pungi.rpm.conf.j2: Compose Fedora Atomic Desktops using unified-core

See: https://fedoraproject.org/wiki/Changes/FedoraSilverblueUnifiedCore
Fixes: https://pagure.io/releng/issue/11827


bodhi2/pungi.rpm.conf.j2: Enable Fedora Onyx for Fedora 39

See: https://fedoraproject.org/wiki/Changes/Fedora_Onyx
See: https://gitlab.com/fedora/ostree/sig/-/issues/12

rebased onto 2c39936

2 years ago

Pull-Request has been merged by zlopez

2 years ago

The change is now deployed

ansible-playbook /srv/web/infra/ansible/playbooks/groups/bodhi-backend.yml -t bodhi/pungi

Commit d7cb42b fixes this pull-request

Pull-Request has been merged by kevin

2 years ago
Metadata