diff --git a/xdg-desktop-portal.changes b/xdg-desktop-portal.changes index ee2bbf4..1e7ba3a 100644 --- a/xdg-desktop-portal.changes +++ b/xdg-desktop-portal.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 30 10:25:00 UTC 2022 - Dominique Leuenberger + +- Update /usr/bin/fusermount requires to /usr/bin/fusermount3: the + code has been changed to call fusermount3 as part of version + 1.14.0: document-portal: Move to the libfuse3 API (boo#1197567). + ------------------------------------------------------------------- Sat Mar 19 09:41:29 UTC 2022 - Bjørn Lie diff --git a/xdg-desktop-portal.spec b/xdg-desktop-portal.spec index f4efbd8..edc8849 100644 --- a/xdg-desktop-portal.spec +++ b/xdg-desktop-portal.spec @@ -42,9 +42,9 @@ BuildRequires: pkgconfig(libportal) BuildRequires: pkgconfig(libsystemd) # Break cycle: we buildrequire flatpak, and flatpak has a requires on xdg-desktop-portal #!BuildIgnore: xdg-desktop-portal -# xdg-dfesktop-portal calls out to fusermount (in $PATH) (boo#1175899) -# document-portal/document-portal-fuse.c: char *umount_argv[] = { "fusermount", "-u", "-z", (char *) path, NULL }; -Requires: %{_bindir}/fusermount +# xdg-dfesktop-portal calls out to fusermount3 (in $PATH) (boo#1197567) +# document-portal/document-portal-fuse.c: char *umount_argv[] = { "fusermount3", "-u", "-z", (char *) path, NULL }; +Requires: %{_bindir}/fusermount3 %description A portal frontend service for Flatpak and possibly other desktop containment frameworks.