From bed8509fd8936bb78ab4dd75413e0f867c8eec35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Mon, 19 Aug 2024 18:06:27 +0200 Subject: [PATCH] common: Keep fuse for AppImage compatibility See: https://gitlab.com/fedora/ostree/sig/-/issues/50 See: https://github.com/fedora-silverblue/issue-tracker/issues/589 --- common.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common.yaml b/common.yaml index 8ac01c2..19d9fb9 100644 --- a/common.yaml +++ b/common.yaml @@ -80,6 +80,9 @@ packages: - langpacks-en # Workaround for https://github.com/ostreedev/ostree/issues/1469 - add-determinism + # Kept for backward compatibility for AppImages + # See: https://gitlab.com/fedora/ostree/sig/-/issues/50 + - fuse selinux: true documentation: true