From bd41bf4cf21c75b0b569b6c9e07d43d8687d9fd8 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sat, 1 May 2021 13:42:34 +0200 Subject: [PATCH] Install selinux-policy-targeted Otherwise latest rpm-ostree fails with ``` Writing rpmdb... done error: Loading pkgcache branch rpmostree/pkg/adwaita-cursor-theme/40.0-2.fc34.noarch: SELinux enabled, but no policy found ``` --- pitti-desktop.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pitti-desktop.yaml b/pitti-desktop.yaml index 14ed529..1c299b9 100644 --- a/pitti-desktop.yaml +++ b/pitti-desktop.yaml @@ -44,6 +44,8 @@ packages: - kbd - nss-altfiles - pciutils + # don't care, but rpm-ostree build fails otherwise + - selinux-policy-targeted - sudo - usbutils # shell tools and development