coreos / rpm-ostree

⚛📦 Hybrid image/package system with atomic upgrades and package layering
https://coreos.github.io/rpm-ostree
Other
856 stars 195 forks source link

Support fuse3 #2049

Open nullr0ute opened 4 years ago

nullr0ute commented 4 years ago

Upstream released fuse3 in late 2016 so it's been around a while. It's used by things like fuse-overlayfs so it would be useful to support fuse3 in rpm-ostree so there's no a need for duplicate functionality and so it's using the upstream actively maintained version of fuse.

cgwalters commented 4 years ago

This is an ostreedev/ostree issue right? Since it's that project that ships rofiles-fuse, not this one. Or perhaps the better fix is to teach rpm-ostree to optionally support using fuse-overlayfs instead of rofiles-fuse.

nullr0ute commented 4 years ago

The install dependency is on rpm-ostree hence the report here.

Line 101 of the rpm-ostree spec has: Requires: fuse

lucab commented 3 years ago

Cross reference from ostree: https://github.com/ostreedev/ostree/issues/1881