Hello community,

here is the log from the commit of package google-compute-engine for 
openSUSE:Leap:15.2 checked in at 2020-05-23 16:06:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/google-compute-engine (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.google-compute-engine.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "google-compute-engine"

Sat May 23 16:06:24 2020 rev:30 rq:808106 version:20190801

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/google-compute-engine/google-compute-engine.changes
    2020-04-25 19:04:36.723534786 +0200
+++ 
/work/SRC/openSUSE:Leap:15.2/.google-compute-engine.new.2738/google-compute-engine.changes
  2020-05-23 16:06:26.180926508 +0200
@@ -1,0 +2,7 @@
+Tue Apr 28 15:25:22 UTC 2020 - Robert Schweikert <[email protected]>
+
+- 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.zK3XiN/_old  2020-05-23 16:06:27.664929690 +0200
+++ /var/tmp/diff_new_pack.zK3XiN/_new  2020-05-23 16:06:27.668929699 +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