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
This commit is contained in:
parent
340374e994
commit
7516461ed0
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 25 11:51:55 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).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 10 08:08:08 UTC 2021 - olaf@aepfle.de
|
||||
|
||||
|
@ -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 <pascal.bleser@opensuse.org>
|
||||
#
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user