12
0
2020-08-31 14:32:07 +00:00
committed by Git OBS Bridge
parent 880cf93696
commit ab0ae3f649
2 changed files with 5 additions and 3 deletions

View File

@@ -1,9 +1,10 @@
-------------------------------------------------------------------
Fri Aug 28 16:27:32 UTC 2020 - Dario Faggioli <dfaggioli@suse.com>
- Add fusermount as dependency, as xdg-document-portal needs it to
work properly. Without it, files or dirs can be selected, but
- 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,8 @@ 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