Accepting request 875152 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/875152
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pulsectl?expand=0&rev=6
This commit is contained in:
Richard Brown 2021-03-05 12:45:15 +00:00 committed by Git OBS Bridge
commit 7d876e7a20
2 changed files with 14 additions and 3 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 25 11:33:35 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
- Require the pulseaudio-daemon capability instead of the
pulseaudio package, so alternative implementations can be used
(boo#1182730).
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 19 09:49:49 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com> Thu Mar 19 09:49:49 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-pulsectl # spec file for package python-pulsectl
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -29,11 +29,15 @@ Source: https://files.pythonhosted.org/packages/source/p/pulsectl/pulsec
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: pulseaudio >= 5.0 %if 0%{?sle_version} && 0%{?sle_version} < 150300
Requires: pulseaudio
%else
Requires: pulseaudio-daemon
%endif
Requires: python-setuptools Requires: python-setuptools
BuildArch: noarch BuildArch: noarch
%if %{with test} %if %{with test}
BuildRequires: libpulse-devel >= 5.0 BuildRequires: libpulse-devel
BuildRequires: pulseaudio BuildRequires: pulseaudio
BuildRequires: pulseaudio-utils BuildRequires: pulseaudio-utils
%endif %endif