Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/pulseaudio.git#d97878f4ab4f46d2ddd2fa807f184c447fe000a0
This commit is contained in:
parent
d7493d9947
commit
62e5a78081
@ -31,7 +31,7 @@
|
||||
Name: pulseaudio
|
||||
Summary: Improved Linux Sound Server
|
||||
Version: %{pa_major}%{?pa_minor:.%{pa_minor}}
|
||||
Release: 1%{?snap:.%{snap}git%{shortcommit}}%{?dist}
|
||||
Release: 2%{?snap:.%{snap}git%{shortcommit}}%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: http://www.freedesktop.org/wiki/Software/PulseAudio
|
||||
%if 0%{?gitrel}
|
||||
@ -118,6 +118,10 @@ Requires(pre): shadow-utils
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
Requires: rtkit
|
||||
|
||||
# Virtual Provides to support swapping between PipeWire-PA and PA
|
||||
Provides: pulseaudio-daemon
|
||||
Conflicts: pulseaudio-daemon
|
||||
|
||||
%description
|
||||
PulseAudio is a sound server for Linux and other Unix like operating
|
||||
systems. It is intended to be an improved drop-in replacement for the
|
||||
@ -644,6 +648,9 @@ systemctl --no-reload preset --global pulseaudio.socket >/dev/null 2>&1 || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 24 2020 Neal Gompa <ngompa13@gmail.com> - 14.0-2
|
||||
- Add 'pulseaudio-daemon' Provides + Conflicts to support swapping with PipeWire
|
||||
|
||||
* Mon Nov 23 2020 Rex Dieter <rdieter@fedoraproject.org> - 14.0-1
|
||||
- 14.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user