1
0

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
This commit is contained in:
Bjørn Lie 2022-03-30 11:13:04 +00:00 committed by Git OBS Bridge
parent 69ec1ac796
commit 2905fc4c09
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Mar 30 10:25:00 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <bjorn.lie@gmail.com>

View File

@ -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.