diff --git a/xdg-desktop-portal.spec b/xdg-desktop-portal.spec index 5728bcb..56fd113 100644 --- a/xdg-desktop-portal.spec +++ b/xdg-desktop-portal.spec @@ -5,7 +5,7 @@ Name: xdg-desktop-portal Version: 1.8.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Portal frontend service to flatpak License: LGPLv2+ @@ -31,10 +31,6 @@ Requires: geoclue2 >= %{geoclue_version} Requires: glib2 >= %{glib_version} Recommends: pipewire >= %{pipewire_version} Requires: pipewire-libs >= %{pipewire_version} -# Until WebRTC supports PipeWire 0.3 we have to require PipeWire 0.2 to be -# preinstalled otherwise the screen and window sharing won't work in Chrome and -# Chromium out of the box. -Requires: pipewire0.2-libs%{?_isa} # Required for the document portal. Requires: /usr/bin/fusermount # Required for the GMemoryMonitor GIO API @@ -106,6 +102,10 @@ install -dm 755 %{buildroot}/%{_datadir}/%{name}/portals %changelog +* Thu Apr 15 2021 Tomas Popela - 1.8.1-3 +- Drop PipeWire 0.2 requirement as Chrom[e|ium] 90 now depends on PipeWire 0.3 +- Resolves: rhbz#1929237 + * Wed Feb 17 2021 David King - 1.8.1-2 - Drop unused fontconfig BuildRequires