Require xdg-desktop-portal
Make sure the document portal is installed now that it moved out of flatpak and into xdg-desktop-portal.
This commit is contained in:
parent
edc4cebd1a
commit
2ae8c97719
@ -36,9 +36,14 @@ Requires: bubblewrap >= %{bubblewrap_version}
|
|||||||
Requires: ostree-libs%{?_isa} >= %{ostree_version}
|
Requires: ostree-libs%{?_isa} >= %{ostree_version}
|
||||||
Recommends: /usr/bin/p11-kit
|
Recommends: /usr/bin/p11-kit
|
||||||
|
|
||||||
# Document portal moved to xdg-desktop-portal 0.10 (in flatpak 0.11.1).
|
# Make sure the document portal is installed
|
||||||
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||||
|
Recommends: xdg-desktop-portal > 0.10
|
||||||
# Remove in F30.
|
# Remove in F30.
|
||||||
Conflicts: xdg-desktop-portal < 0.10
|
Conflicts: xdg-desktop-portal < 0.10
|
||||||
|
%else
|
||||||
|
Requires: xdg-desktop-portal > 0.10
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
flatpak is a system for building, distributing and running sandboxed desktop
|
flatpak is a system for building, distributing and running sandboxed desktop
|
||||||
|
Loading…
Reference in New Issue
Block a user