Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package google-guest-agent for 
openSUSE:Factory checked in at 2022-08-16 17:07:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-guest-agent (Old)
 and      /work/SRC/openSUSE:Factory/.google-guest-agent.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "google-guest-agent"

Tue Aug 16 17:07:10 2022 rev:14 rq:995222 version:20220713.00

Changes:
--------
--- /work/SRC/openSUSE:Factory/google-guest-agent/google-guest-agent.changes    
2022-08-03 21:17:14.779528414 +0200
+++ 
/work/SRC/openSUSE:Factory/.google-guest-agent.new.1521/google-guest-agent.changes
  2022-08-16 17:07:10.539776179 +0200
@@ -1,0 +2,5 @@
+Mon Aug 15 19:21:21 UTC 2022 - Dirk M??ller <[email protected]>
+
+- avoid bashism in post-install scripts (bsc#1195391) 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ google-guest-agent.spec ++++++
--- /var/tmp/diff_new_pack.RJyjQP/_old  2022-08-16 17:07:12.455781908 +0200
+++ /var/tmp/diff_new_pack.RJyjQP/_new  2022-08-16 17:07:12.459781920 +0200
@@ -92,16 +92,16 @@
 
 %post
     # Handle enabling of services during an upgrade from the old 
google-compute-engine-init package
-    if [ "$1" == "1" ] && ! [ -e /.buildenv ] && systemctl is-enabled -q 
google-accounts-daemon.service 2>/dev/null ; then
+    if [ "$1" = "1" ] && ! [ -e /.buildenv ] && systemctl is-enabled -q 
google-accounts-daemon.service 2>/dev/null ; then
        mktemp --suffix ".google-accounts-daemon-enabled"
        if systemctl is-active --quiet google-accounts-daemon.service ; then
            mktemp --suffix ".google-accounts-daemon-active"
        fi
     fi
-    if [ "$1" == "1" ] && ! [ -e /.buildenv ] && systemctl is-enabled -q 
google-startup-scripts.service 2>/dev/null ; then
+    if [ "$1" = "1" ] && ! [ -e /.buildenv ] && systemctl is-enabled -q 
google-startup-scripts.service 2>/dev/null ; then
        mktemp --suffix ".google-startup-scripts"
     fi
-    if [ "$1" == "1" ] && ! [ -e /.buildenv ] && systemctl is-enabled -q 
google-shutdown-scripts.service 2>/dev/null ; then
+    if [ "$1" = "1" ] && ! [ -e /.buildenv ] && systemctl is-enabled -q 
google-shutdown-scripts.service 2>/dev/null ; then
        mktemp --suffix ".google-shutdown-scripts"
     fi
 

Reply via email to