Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package alsa-utils for openSUSE:Factory 
checked in at 2021-03-21 23:19:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/alsa-utils (Old)
 and      /work/SRC/openSUSE:Factory/.alsa-utils.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "alsa-utils"

Sun Mar 21 23:19:10 2021 rev:130 rq:879828 version:1.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/alsa-utils/alsa-utils.changes    2021-01-25 
18:22:57.700372377 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-utils.new.2401/alsa-utils.changes  
2021-03-21 23:19:11.576714984 +0100
@@ -1,0 +2,5 @@
+Thu Mar 18 08:40:22 CET 2021 - [email protected]
+
+- Fix superfluous asound.state migration (bsc#1183672)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ alsa-utils.spec ++++++
--- /var/tmp/diff_new_pack.GoJxcl/_old  2021-03-21 23:19:13.016715478 +0100
+++ /var/tmp/diff_new_pack.GoJxcl/_new  2021-03-21 23:19:13.020715480 +0100
@@ -163,9 +163,10 @@
 %post
 %service_add_post sound-extra.service
 # migrate the old asound.state
-test -f %{_localstatedir}/lib/alsa/asound.state || \
+if [ ! -f %{_localstatedir}/lib/alsa/asound.state ]; then
   test -f /etc/asound.state && \
     cp -a /etc/asound.state %{_localstatedir}/lib/alsa/asound.state
+fi
 exit 0
 
 %preun

Reply via email to