import pulseaudio-14.0-2.el8

This commit is contained in:
CentOS Sources 2021-03-30 15:27:31 -04:00 committed by Stepan Oksanichenko
parent 474c721a71
commit b5788d0b9b
5 changed files with 22 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/pulseaudio-13.99.1.tar.xz
SOURCES/pulseaudio-14.0.tar.xz

View File

@ -1 +1 @@
3a8f0c81694eb423f7f9ab5f2cb16f81c0ffceb5 SOURCES/pulseaudio-13.99.1.tar.xz
c37a8551993ed045b3fa55176c9d1df4d2ed17a1 SOURCES/pulseaudio-14.0.tar.xz

View File

@ -1 +0,0 @@
e6a111cc078e6039bf657a3fd1f73dc804c8ee362ca03a0732dc5c38c13e0a0c pulseaudio-13.99.1.tar.xz

View File

@ -0,0 +1 @@
a834775d9382b055504e5ee7625dc50768daac29329531deb6597bf05e06c261 pulseaudio-14.0.tar.xz

View File

@ -1,5 +1,5 @@
%global pa_major 13.99
%global pa_minor 1
%global pa_major 14.0
#global pa_minor 0
#global snap 20141103
#global gitrel 327
@ -26,7 +26,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}
@ -111,6 +111,12 @@ Requires(pre): shadow-utils
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
Requires: rtkit
%if 0%{?fedora}
# Virtual Provides to support swapping between PipeWire-PA and PA
Provides: pulseaudio-daemon
Conflicts: pulseaudio-daemon
%endif
%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
@ -609,6 +615,16 @@ systemctl --no-reload preset --global pulseaudio.socket >/dev/null 2>&1 || :
%{_mandir}/man1/pax11publish.1*
%changelog
* Wed Feb 03 2021 Wim Taymans <wtaymans@redhat.com> - 14.0-2
- Add pulseaudio-daemon' Provides + Conflicts only on fedora
- Resolves: rhbz#1924094
* Thu Dec 10 2020 Wim Taymans <wtaymans@redhat.com> - 14.0-1
- Update to 14.0
- Add pulseaudio-daemon' Provides + Conflicts to support
swapping with PipeWire
- Resolves: rhbz#1906322
* Mon May 11 2020 Wim Taymans <wtaymans@redhat.com> - 13.99.1-1
- Update to 13.99.1
- Resolves: rhbz#1817378