From 99c477b3688eb98a6e273d121384ca5b2aeed52e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 6 Nov 2014 15:56:57 -0600 Subject: [PATCH] disable-systemd-daemon, revert to autospawn mode systemd socket activatin may require policy changes/exceptions, so let's stick with what we know for now, autospawn. --- pulseaudio.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/pulseaudio.spec b/pulseaudio.spec index 333f9c1..adef3b1 100644 --- a/pulseaudio.spec +++ b/pulseaudio.spec @@ -21,7 +21,7 @@ Name: pulseaudio Summary: Improved Linux Sound Server Version: %{pa_major}%{?pa_minor:.%{pa_minor}} -Release: 23%{?snap:.%{snap}git%{shortcommit}}%{?dist} +Release: 24%{?snap:.%{snap}git%{shortcommit}}%{?dist} License: LGPLv2+ URL: http://www.freedesktop.org/wiki/Software/PulseAudio %if 0%{?gitrel} @@ -81,7 +81,6 @@ BuildRequires: openssl-devel BuildRequires: orc-devel BuildRequires: libtdb-devel BuildRequires: speex-devel >= 1.2 -BuildRequires: systemd-devel BuildRequires: libasyncns-devel BuildRequires: systemd-devel >= 184 BuildRequires: json-c-devel @@ -252,7 +251,7 @@ sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure %ifarch %{arm} --disable-neon-opt \ %endif - --enable-systemd \ + --disable-systemd-daemon \ %if 0%{?with_webrtc} --enable-webrtc-aec \ %endif @@ -345,8 +344,8 @@ exit 0 %config(noreplace) %{_sysconfdir}/pulse/system.pa %{_sysconfdir}/dbus-1/system.d/pulseaudio-system.conf %{bash_completionsdir}/* -%{_prefix}/lib/systemd/user/pulseaudio.service -%{_prefix}/lib/systemd/user/pulseaudio.socket +#{_prefix}/lib/systemd/user/pulseaudio.service +#{_prefix}/lib/systemd/user/pulseaudio.socket %{_bindir}/pulseaudio %{_libdir}/libpulsecore-%{pa_major}.so %dir %{_libdir}/pulse-%{pa_major}/ @@ -561,6 +560,9 @@ exit 0 %changelog +* Thu Nov 06 2014 Rex Dieter 5.0-24.20141103gitaec81 +- --disable-systemd-daemon, revert to autospawn mode + * Thu Nov 06 2014 Rex Dieter - 5.0-23.20141103gitaec81 - 20141103 327-gaec81 snapshot, pulseaudio socket activation support - use bash completionsdir