Hello community,

here is the log from the commit of package pulseaudio for openSUSE:Factory 
checked in at 2020-04-05 20:49:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pulseaudio (Old)
 and      /work/SRC/openSUSE:Factory/.pulseaudio.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pulseaudio"

Sun Apr  5 20:49:26 2020 rev:168 rq:791097 version:13.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/pulseaudio/pulseaudio.changes    2020-02-21 
16:41:18.261906731 +0100
+++ /work/SRC/openSUSE:Factory/.pulseaudio.new.3248/pulseaudio.changes  
2020-04-05 20:49:29.432949870 +0200
@@ -1,0 +2,6 @@
+Thu Apr  2 17:43:26 CEST 2020 - ti...@suse.de
+
+- Control systemd user socket activation in setup-pulseaudio script
+  too (boo#1168393)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ setup-pulseaudio ++++++
--- /var/tmp/diff_new_pack.gBD8yL/_old  2020-04-05 20:49:30.612950998 +0200
+++ /var/tmp/diff_new_pack.gBD8yL/_new  2020-04-05 20:49:30.612950998 +0200
@@ -217,6 +217,13 @@
     fi
 }
 
+enable_systemd() {
+    test -f /etc/systemd/user/sockets.target.wants/pulseaudio.socket || return
+    echo "Enabling systemd user socket..."
+    systemctl --global unmask pulseaudio.socket
+    systemctl --global unmask pulseaudio.service
+}
+
 disable_alsa() {
     echo "Disabling PulseAudio for ALSA..."
     delete_variable ALSA_CONFIG_PATH
@@ -328,6 +335,15 @@
     killall pulseaudio > /dev/null 2>&1
 }
 
+disable_systemd() {
+    test -f /etc/systemd/user/sockets.target.wants/pulseaudio.socket || return
+    echo "Disabling systemd user socket..."
+    systemctl --global mask pulseaudio.socket
+    systemctl --global mask pulseaudio.service
+    # kill leftover PA processes
+    killall pulseaudio > /dev/null 2>&1
+}
+
 enable_all() {
     enable_alsa
     enable_libao
@@ -345,6 +361,7 @@
     enable_gstreamer
     enable_qemu
     enable_autospawn
+    enable_systemd
 }
 
 disable_all() {
@@ -364,6 +381,7 @@
     disable_gstreamer
     disable_qemu
     disable_autospawn
+    disable_systemd
 }
 
 case $1 in


Reply via email to