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
This commit is contained in:
parent
1eae6a51e0
commit
039a8271a7
@ -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 <rishi@fedoraproject.org> - 2022.2-2
|
||||
- Use FUSE 3 for rofiles-fuse
|
||||
|
||||
* Fri Apr 01 2022 Luca BRUNO <lucab@lucabruno.net> - 2022.2-1
|
||||
- New upstream version
|
||||
https://github.com/ostreedev/ostree/releases/tag/v2022.2
|
||||
|
Loading…
Reference in New Issue
Block a user