From 2c399368180bdcd282a80748def53c5c7c1a766d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Tue, 12 Dec 2023 10:18:04 +0100 Subject: [PATCH] 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 --- roles/bodhi2/backend/templates/pungi.rpm.conf.j2 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index d6f14a7dc1..a0c4038d19 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -139,6 +139,8 @@ ostree = { # 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 @@ ostree = { [% 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 @@ ostree = { [% 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 ]]", @@ -231,6 +237,8 @@ ostree = { [% if release.version_int >= 40 %] { "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 ]]",