From 9958c33691d35ba085a4f4f710da25d14b63cec7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 10 Sep 2021 13:59:48 -0500 Subject: [PATCH] fix autostart.patch (#2001664) Though I'm not sure this patch should be carried any longer, it was only ever a stop-gap measure when initial autospawn behavior was new (and sometimes quirky/unreliable). --- pulseaudio-autostart.patch | 2 +- pulseaudio.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pulseaudio-autostart.patch b/pulseaudio-autostart.patch index 5305df4..ceaa98f 100644 --- a/pulseaudio-autostart.patch +++ b/pulseaudio-autostart.patch @@ -7,7 +7,7 @@ index 722a639c0..7cdf14e4d 100755 set -e +# probe to test if autospawn works, else resort to starting manually -+@PACTL_BINARY@ info > /dev/null 2>&1 || @PA_BINARY@ --start "$@" ++@PACTL_BINARY@ info > /dev/null 2>&1 || /usr/bin/pulseaudio --start "$@" + if [ -n "$1" ] ; then case $1 in diff --git a/pulseaudio.spec b/pulseaudio.spec index 9b3f030..285324b 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -36,7 +36,7 @@ Name: pulseaudio Summary: Improved Linux Sound Server Version: %{pa_major}%{?pa_minor:.%{pa_minor}} -Release: 2%{?snap:.%{snap}git%{shortcommit}}%{?dist} +Release: 3%{?snap:.%{snap}git%{shortcommit}}%{?dist} License: LGPLv2+ URL: http://www.freedesktop.org/wiki/Software/PulseAudio %if 0%{?gitrel} @@ -610,6 +610,9 @@ systemctl --no-reload preset --global pulseaudio.socket >/dev/null 2>&1 || : %changelog +* Fri Sep 10 2021 Rex Dieter - 15.0-3 +- fix autostart.patch (#2001664) + * Wed Sep 08 2021 Wim Taymans - 15.0-2 - Obsoletes: pulseaudio-esound-compat and pulseaudio-module-gconf - Resolves: #2001334