From a18842ece7b09a1c93927c9842aa4db99302175894dc9da2693fd8dd017e430c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 25 Feb 2021 16:01:30 +0000 Subject: [PATCH] Accepting request 875140 from home:alarrosa:branches:devel:languages:python - 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/875140 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundCard?expand=0&rev=15 --- python-SoundCard.changes | 7 +++++++ python-SoundCard.spec | 6 +++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/python-SoundCard.changes b/python-SoundCard.changes index 9a67283..6eb8f25 100644 --- a/python-SoundCard.changes +++ b/python-SoundCard.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 25 11:38:10 UTC 2021 - Antonio Larrosa + +- Require the pulseaudio-daemon capability instead of the + pulseaudio package, so alternative implementations can be used + (boo#1182730). + ------------------------------------------------------------------- Tue Jul 21 05:39:41 UTC 2020 - Steve Kowalik diff --git a/python-SoundCard.spec b/python-SoundCard.spec index 2d4b49e..544abe1 100644 --- a/python-SoundCard.spec +++ b/python-SoundCard.spec @@ -1,7 +1,7 @@ # # spec file for package python-SoundCard # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,7 +32,11 @@ BuildRequires: %{python_module numpy} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +%if 0%{?sle_version} && 0%{?sle_version} < 150300 Requires: pulseaudio +%else +Requires: pulseaudio-daemon +%endif Requires: python-cffi Requires: python-numpy BuildArch: noarch