Avoid a hard dep on pipewire daemon
Otherwise we end up pulling all of the pipewire daemon and its dependencies into Fedora Flatpak SDK.
This commit is contained in:
parent
9b16d0d47d
commit
65e0b1c5ef
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: xdg-desktop-portal
|
Name: xdg-desktop-portal
|
||||||
Version: 1.4.2
|
Version: 1.4.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Portal frontend service to flatpak
|
Summary: Portal frontend service to flatpak
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -25,7 +25,8 @@ Requires: dbus
|
|||||||
# Required version for icon validator.
|
# Required version for icon validator.
|
||||||
Recommends: flatpak >= 1.2.0
|
Recommends: flatpak >= 1.2.0
|
||||||
Requires: geoclue2 >= %{geoclue_version}
|
Requires: geoclue2 >= %{geoclue_version}
|
||||||
Requires: pipewire >= %{pipewire_version}
|
Recommends: pipewire >= %{pipewire_version}
|
||||||
|
Requires: pipewire-libs >= %{pipewire_version}
|
||||||
# Used to validate icons in notifications.
|
# Used to validate icons in notifications.
|
||||||
Recommends: /usr/libexec/flatpak-validate-icon
|
Recommends: /usr/libexec/flatpak-validate-icon
|
||||||
# Required for the document portal.
|
# Required for the document portal.
|
||||||
@ -96,6 +97,9 @@ install -dm 755 %{buildroot}/%{_datadir}/%{name}/portals
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 16 2019 Kalev Lember <klember@redhat.com> - 1.4.2-3
|
||||||
|
- Avoid a hard dep on pipewire daemon
|
||||||
|
|
||||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-2
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user