From 7516461ed0f5f94d52a42222d6e68edad51732b8fb897b385cb8694324d653b6 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Thu, 25 Feb 2021 17:29:13 +0000 Subject: [PATCH] Accepting request 875147 from home:alarrosa:branches:X11:Utilities - Require the pulseaudio-daemon capability instead of the pulseaudio package, so alternative implementations can be used (boo#1182730). OBS-URL: https://build.opensuse.org/request/show/875147 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=70 --- xpra.changes | 7 +++++++ xpra.spec | 6 +++++- 2 files changed, 12 insertions(+), 1 deletion(-) 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