diff --git a/xpra.changes b/xpra.changes index 2797ff1..9952e43 100644 --- a/xpra.changes +++ b/xpra.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 25 11:51:55 UTC 2021 - Antonio Larrosa + +- Require the pulseaudio-daemon capability instead of the + pulseaudio package, so alternative implementations can be used + (boo#1182730). + ------------------------------------------------------------------- Wed Feb 10 08:08:08 UTC 2021 - olaf@aepfle.de diff --git a/xpra.spec b/xpra.spec index 5d11a52..c9a83e7 100644 --- a/xpra.spec +++ b/xpra.spec @@ -1,7 +1,7 @@ # # spec file for package xpra # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2012-2013 Pascal Bleser # # All modifications and additions to the file contributed by third parties @@ -60,7 +60,11 @@ BuildRequires: pkgconfig(xtst) Requires: dbus-1-x11 Requires: gstreamer-plugins-base Requires: gstreamer-plugins-good +%if 0%{?sle_version} && 0%{?sle_version} < 150300 Requires: pulseaudio +%else +Requires: pulseaudio-daemon +%endif Requires: pulseaudio-utils Requires: python3-Pillow Requires: python3-cairo