From 039a8271a736618e04313621ee2435e5758a4ded Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Apr 21 2022 13:54:48 +0000 Subject: Use FUSE 3 for rofiles-fuse There is a general desire to migrate away from FUSE 2 to FUSE 3: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/UUOKLRLQHN2AC4SLAXERC7QAKW6FBSFX/ One of the users of the rofiles-fuse binary is flatpak-builder, and it has already been prepared to work with FUSE 3: https://src.fedoraproject.org/rpms/flatpak-builder/c/44e61ac73aaab42d https://src.fedoraproject.org/rpms/ostree/pull-request/29 --- diff --git a/ostree.spec b/ostree.spec index 9c25461..2ef6f78 100644 --- a/ostree.spec +++ b/ostree.spec @@ -8,7 +8,7 @@ Summary: Tool for managing bootable, immutable filesystem trees Name: ostree Version: 2022.2 -Release: 1%{?dist} +Release: 2%{?dist} Source0: https://github.com/ostreedev/%{name}/releases/download/v%{version}/libostree-%{version}.tar.xz License: LGPLv2+ URL: https://ostree.readthedocs.io/en/latest/ @@ -33,7 +33,7 @@ BuildRequires: pkgconfig(libarchive) BuildRequires: pkgconfig(liblzma) BuildRequires: pkgconfig(libselinux) BuildRequires: pkgconfig(mount) -BuildRequires: pkgconfig(fuse) +BuildRequires: pkgconfig(fuse3) BuildRequires: pkgconfig(e2p) BuildRequires: libcap-devel BuildRequires: gpgme-devel @@ -165,6 +165,9 @@ find %{buildroot} -name '*.la' -delete %endif %changelog +* Fri Apr 01 2022 Debarshi Ray - 2022.2-2 +- Use FUSE 3 for rofiles-fuse + * Fri Apr 01 2022 Luca BRUNO - 2022.2-1 - New upstream version https://github.com/ostreedev/ostree/releases/tag/v2022.2