From 3a2ce3370ee07e34763f58d5e178521d766e36d3 Mon Sep 17 00:00:00 2001
From: Timothée Ravier <tim@siosm.fr>
Date: Aug 19 2024 16:07:56 +0000
Subject: common: Keep fuse for AppImage compatibility


See: https://github.com/fedora-silverblue/issue-tracker/issues/589

---

diff --git a/fedora-common-ostree.yaml b/fedora-common-ostree.yaml
index 4145ac6..519808c 100644
--- a/fedora-common-ostree.yaml
+++ b/fedora-common-ostree.yaml
@@ -56,6 +56,9 @@ packages:
   # Always include at least full English language support by default
   # https://gitlab.com/fedora/ostree/sig/-/issues/14
   - langpacks-en
+  # Kept for backward compatibility for AppImages
+  # See: https://github.com/fedora-silverblue/issue-tracker/issues/589
+  - fuse
 
 selinux: true
 documentation: true

