Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pulsectl for openSUSE:Factory checked in at 2021-03-05 13:45:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pulsectl (Old) and /work/SRC/openSUSE:Factory/.python-pulsectl.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pulsectl" Fri Mar 5 13:45:15 2021 rev:6 rq:875152 version:20.2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pulsectl/python-pulsectl.changes 2020-03-19 19:54:23.376277869 +0100 +++ /work/SRC/openSUSE:Factory/.python-pulsectl.new.2378/python-pulsectl.changes 2021-03-05 13:45:15.799621485 +0100 @@ -1,0 +2,7 @@ +Thu Feb 25 11:33:35 UTC 2021 - Antonio Larrosa <alarr...@suse.com> + +- Require the pulseaudio-daemon capability instead of the + pulseaudio package, so alternative implementations can be used + (boo#1182730). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pulsectl.spec ++++++ --- /var/tmp/diff_new_pack.4mTNNa/_old 2021-03-05 13:45:16.319621958 +0100 +++ /var/tmp/diff_new_pack.4mTNNa/_new 2021-03-05 13:45:16.323621962 +0100 @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -29,11 +29,15 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes 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 BuildArch: noarch %if %{with test} -BuildRequires: libpulse-devel >= 5.0 +BuildRequires: libpulse-devel BuildRequires: pulseaudio BuildRequires: pulseaudio-utils %endif