From 880cf936965a54be26b44d02cdfe286b9a8f974ba532a8e2b52eb61696592612 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 31 Aug 2020 14:29:12 +0000 Subject: [PATCH] Accepting request 830324 from home:dfaggioli:microos-desktop - Add fusermount as dependency, as xdg-document-portal needs it to work properly. Without it, files or dirs can be selected, but whatever is done with or in them, will not have any effect OBS-URL: https://build.opensuse.org/request/show/830324 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/xdg-desktop-portal?expand=0&rev=33 --- xdg-desktop-portal.changes | 7 +++++++ xdg-desktop-portal.spec | 1 + 2 files changed, 8 insertions(+) diff --git a/xdg-desktop-portal.changes b/xdg-desktop-portal.changes index f0b67d2..a98a4a7 100644 --- a/xdg-desktop-portal.changes +++ b/xdg-desktop-portal.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Aug 28 16:27:32 UTC 2020 - Dario Faggioli + +- Add fusermount as dependency, as xdg-document-portal needs it to + work properly. Without it, files or dirs can be selected, but + whatever is done with or in them, will not have any effect + ------------------------------------------------------------------- Tue Jul 7 10:33:27 UTC 2020 - Callum Farmer diff --git a/xdg-desktop-portal.spec b/xdg-desktop-portal.spec index 1909e8f..cad68f3 100644 --- a/xdg-desktop-portal.spec +++ b/xdg-desktop-portal.spec @@ -45,6 +45,7 @@ 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 +Requires: %{_bindir}/fusermount %description A portal frontend service for Flatpak and possibly other desktop containment frameworks.