From 2905fc4c0920fe8eabbf3df8ea6bb3f28e706df1f37fa96f11ea81680ab13c09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 30 Mar 2022 11:13:04 +0000 Subject: [PATCH] Accepting request 965881 from GNOME:Next - 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). OBS-URL: https://build.opensuse.org/request/show/965881 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/xdg-desktop-portal?expand=0&rev=52 --- xdg-desktop-portal.changes | 7 +++++++ xdg-desktop-portal.spec | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) 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.