1
0

Accepting request 830851 from GNOME:Factory

- Require /usr/bin/fusermount: xdg-document-portal calls out to the
  binary. Without it, files or dirs can be selected, but
  whatever is done with or in them, will not have any effect
  (boo#1175899).

OBS-URL: https://build.opensuse.org/request/show/830851
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xdg-desktop-portal?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2020-09-04 08:52:32 +00:00 committed by Git OBS Bridge
commit a3a12b7a97
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Aug 28 16:27:32 UTC 2020 - Dario Faggioli <dfaggioli@suse.com>
- Require /usr/bin/fusermount: xdg-document-portal calls out to the
binary. Without it, files or dirs can be selected, but
whatever is done with or in them, will not have any effect
(boo#1175899).
-------------------------------------------------------------------
Tue Jul 7 10:33:27 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>

View File

@ -29,7 +29,6 @@ Patch0: xdg-dp-port-pipewire-3-api.patch
Patch1: 0001-Fix-use-after-free-in-xdg_get_app_info_from_pid.patch
Patch2: 0002-add-AssumedAppArmorLabel-key-to-D-Bus-service-files.patch
Patch3: 0003-Fix-criticals-if-no-default-handler-for-desired-type.patch
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: xmlto
@ -45,6 +44,9 @@ BuildRequires: pkgconfig(libpipewire-0.3) >= 0.2.90
BuildRequires: pkgconfig(libportal)
# 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
%description
A portal frontend service for Flatpak and possibly other desktop containment frameworks.