Hello community,

here is the log from the commit of package google-compute-engine for 
openSUSE:Factory checked in at 2020-05-05 19:08:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-compute-engine (Old)
 and      /work/SRC/openSUSE:Factory/.google-compute-engine.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "google-compute-engine"

Tue May  5 19:08:19 2020 rev:20 rq:800427 version:20190801

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/google-compute-engine/google-compute-engine.changes  
    2020-04-16 23:01:30.959594318 +0200
+++ 
/work/SRC/openSUSE:Factory/.google-compute-engine.new.2738/google-compute-engine.changes
    2020-05-05 19:08:45.107104883 +0200
@@ -1,0 +2,7 @@
+Tue Apr 28 15:25:22 UTC 2020 - Robert Schweikert <rjsch...@suse.com>
+
+- Add gceosl-no-def-sysgrps.patch (bsc#1170719, bsc#1170720)
+  + Do not add the created user to the adm, docker, or lxd groups
+    if they exist
+
+-------------------------------------------------------------------

New:
----
  gceosl-no-def-sysgrps.patch

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

Other differences:
------------------
++++++ google-compute-engine.spec ++++++
--- /var/tmp/diff_new_pack.smVJCK/_old  2020-05-05 19:08:46.939108679 +0200
+++ /var/tmp/diff_new_pack.smVJCK/_new  2020-05-05 19:08:46.939108679 +0200
@@ -40,6 +40,7 @@
 Patch6:         gcei_disableipv6.patch
 # see: https://github.com/GoogleCloudPlatform/compute-image-packages/issues/862
 Patch7:         gcei-waitlimit-dns.patch
+Patch8:         gceosl-no-def-sysgrps.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -106,6 +107,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7
+%patch8
 find -name "*.py" | xargs sed -i 'sm#!/usr/bin/pythonmm'
 cp %{SOURCE9} google-optimize-local-ssd.service
 cp %{SOURCE10} google-set-multiqueue.service

++++++ gceosl-no-def-sysgrps.patch ++++++
--- packages/google-compute-engine-oslogin/google_oslogin_control.orig
+++ packages/google-compute-engine-oslogin/google_oslogin_control
@@ -265,7 +265,7 @@ modify_group_conf() {
   fi
 
   local group_config="${1:-${group_config}}"
-  local 
group_conf_entry="sshd;*;*;Al0000-2400;adm,dip,docker,lxd,plugdev,video"
+  local group_conf_entry="sshd;*;*;Al0000-2400;dip,plugdev,video"
 
   if ! grep -q "$group_conf_entry" "$group_config"; then
     $sed -i"" "\$a ${added_comment}\n${group_conf_entry}" "$group_config"

Reply via email to