forked from pool/xdg-desktop-portal
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:
parent
69ec1ac796
commit
2905fc4c09
@ -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>
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user