Rebuild for autostart fix

Resolves: RHEL-40601
This commit is contained in:
Wim Taymans 2024-12-03 09:51:58 +01:00
parent 4478a037b5
commit 91f77f1293

View File

@ -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}
@ -608,6 +608,10 @@ systemctl --no-reload preset --global pulseaudio.socket >/dev/null 2>&1 || :
%changelog
* Tue Dec 03 2024 Wim Taymans <wtaymans@redhat.com> - 15.0-3
- Rebuild for autostart fix
Resolves: RHEL-40601
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 15.0-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688