Hello community,

here is the log from the commit of package google-startup-scripts for 
openSUSE:Factory checked in at 2016-02-05 00:32:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-startup-scripts (Old)
 and      /work/SRC/openSUSE:Factory/.google-startup-scripts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "google-startup-scripts"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/google-startup-scripts/google-startup-scripts.changes
    2015-12-03 13:32:00.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.google-startup-scripts.new/google-startup-scripts.changes
       2016-02-05 00:32:19.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Jan 27 23:45:20 UTC 2016 - rjsch...@suse.com
+
+- Update to version 1.3.1 (bsc#963879,bsc#963880)
+  + Fix Ubuntu 15.x and RHEL/CentOS 7 shutdown scripts timing out after
+    about 90 seconds.
+
+-------------------------------------------------------------------

Old:
----
  google-startup-scripts-1.2.10.tar.bz2

New:
----
  google-startup-scripts-1.3.1.tar.bz2

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

Other differences:
------------------
++++++ google-startup-scripts.spec ++++++
--- /var/tmp/diff_new_pack.EzbE0g/_old  2016-02-05 00:32:20.000000000 +0100
+++ /var/tmp/diff_new_pack.EzbE0g/_new  2016-02-05 00:32:20.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package google-startup-scripts
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           google-startup-scripts
-Version:        1.2.10
+Version:        1.3.1
 Release:        0
 Summary:        GCE start up tools
 License:        Apache-2.0

++++++ google-startup-scripts-1.2.10.tar.bz2 -> 
google-startup-scripts-1.3.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google-startup-scripts-1.2.10/usr/lib/systemd/system/google-startup-scripts.service
 
new/google-startup-scripts-1.3.1/usr/lib/systemd/system/google-startup-scripts.service
--- 
old/google-startup-scripts-1.2.10/usr/lib/systemd/system/google-startup-scripts.service
     2015-09-24 21:47:38.000000000 +0200
+++ 
new/google-startup-scripts-1.3.1/usr/lib/systemd/system/google-startup-scripts.service
      2016-01-20 19:41:29.000000000 +0100
@@ -9,6 +9,7 @@
 ExecStop=/usr/share/google/run-shutdown-scripts
 Type=oneshot
 RemainAfterExit=true
+TimeoutStopSec=0
 
 [Install]
 WantedBy=multi-user.target
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/google-startup-scripts-1.2.10/usr/share/google/safe_format_and_mount 
new/google-startup-scripts-1.3.1/usr/share/google/safe_format_and_mount
--- old/google-startup-scripts-1.2.10/usr/share/google/safe_format_and_mount    
2015-09-24 21:47:38.000000000 +0200
+++ new/google-startup-scripts-1.3.1/usr/share/google/safe_format_and_mount     
2016-01-20 19:41:29.000000000 +0100
@@ -143,5 +143,10 @@
   return ${mount_retcode}
 }
 
+log warn 
"====================================================================="
+log warn "WARNING: safe_format_and_mount is deprecated."
+log warn "See https://cloud.google.com/compute/docs/disks/persistent-disks";
+log warn "for additional instructions."
+log warn 
"====================================================================="
 try_mount
 exit $?


Reply via email to