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.