Hello community,

here is the log from the commit of package tigervnc for openSUSE:Factory 
checked in at 2020-02-15 22:23:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tigervnc (Old)
 and      /work/SRC/openSUSE:Factory/.tigervnc.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tigervnc"

Sat Feb 15 22:23:19 2020 rev:64 rq:771558 version:1.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tigervnc/tigervnc.changes        2020-01-18 
12:17:14.959110534 +0100
+++ /work/SRC/openSUSE:Factory/.tigervnc.new.26092/tigervnc.changes     
2020-02-15 22:23:24.843244641 +0100
@@ -1,0 +2,6 @@
+Fri Feb  7 11:55:20 UTC 2020 - Stefan Dirsch <sndir...@suse.com>
+
+- added a reference to bsc#1162951 about the reasoning why adding
+  the vnc user to the shadow group
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tigervnc.spec ++++++
--- /var/tmp/diff_new_pack.V5wf6a/_old  2020-02-15 22:23:26.079245309 +0100
+++ /var/tmp/diff_new_pack.V5wf6a/_new  2020-02-15 22:23:26.079245309 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tigervnc
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -407,6 +407,8 @@
 
 getent group %{vncgroup} > /dev/null || groupadd -r %{vncgroup} || :
 getent passwd %{vncuser} > /dev/null || useradd -r -g %{vncgroup} -d 
/var/lib/empty -s /sbin/nologin -c "user for VNC" %{vncuser} || :
+# add vnc user to shadow group. (bsc#980326)
+# more details about the reasoning in bsc#1162951
 usermod -G shadow -a %{vncuser} || :
 
 %post -n xorg-x11-Xvnc


Reply via email to