diff --git a/pulseaudio-autostart.patch b/pulseaudio-autostart.patch index 33535d77d79d1c77fff45dea41f58776735af318..903791ae86aff34a024b7a8a656908727622f466 100644 --- a/pulseaudio-autostart.patch +++ b/pulseaudio-autostart.patch @@ -13,7 +13,7 @@ index 722a639..7cdf14e 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 3ce224b24abbc26a581cc258fae774dce78b6d03..ccdfff43b9e06c5d72df7184165fa12b06342b60 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -6,7 +6,7 @@ Name: pulseaudio Summary: Improved Linux Sound Server Version: 16.1 -Release: 1 +Release: 2 License: LGPLv2+ URL: https://www.freedesktop.org/wiki/Software/PulseAudio Source0: https://freedesktop.org/software/pulseaudio/releases/pulseaudio-%{version}.tar.xz @@ -232,6 +232,9 @@ exit 0 %{_mandir}/man*/* %changelog +* Mon Aug 15 2022 luoqing - 16.1-2 +- fix the problem that autostart failed + * Thu Aug 04 2022 Qingqing Li - 16.1-1 - upgrade to 16.1