Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package system-user-root for
openSUSE:Factory checked in at 2022-02-07 23:37:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/system-user-root (Old)
and /work/SRC/openSUSE:Factory/.system-user-root.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "system-user-root"
Mon Feb 7 23:37:19 2022 rev:3 rq:951573 version:20190513
Changes:
--------
--- /work/SRC/openSUSE:Factory/system-user-root/system-user-root.changes
2019-05-22 10:49:37.651378688 +0200
+++
/work/SRC/openSUSE:Factory/.system-user-root.new.1898/system-user-root.changes
2022-02-07 23:37:59.838482665 +0100
@@ -1,0 +2,6 @@
+Fri Feb 4 13:14:06 UTC 2022 - Thorsten Kukuk <[email protected]>
+
+- Add /bin/bash as shell for root to sysusers.d config
+- Add trusted group to sysusers.d config, too.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ system-user-root.spec ++++++
--- /var/tmp/diff_new_pack.LTEAnN/_old 2022-02-07 23:38:00.346479189 +0100
+++ /var/tmp/diff_new_pack.LTEAnN/_new 2022-02-07 23:38:00.350479161 +0100
@@ -1,7 +1,7 @@
#
# spec file for package system-user-root
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -37,7 +37,6 @@
This package provides the root account including the groups root,
shadow and users.
-
%prep
%setup -q -c -T
++++++ system-user-root.conf ++++++
--- /var/tmp/diff_new_pack.LTEAnN/_old 2022-02-07 23:38:00.386478916 +0100
+++ /var/tmp/diff_new_pack.LTEAnN/_new 2022-02-07 23:38:00.390478888 +0100
@@ -1,12 +1,15 @@
-# Type Name ID GECOS [HOME]
+# Type Name ID GECOS HOME SHELL
# The superuser
g root 0 -
-u root 0 root /root
+u root 0 root /root /bin/bash
# Group owner of /etc/shadow
g shadow 15 -
+# Group trusted to avoid cycles with permissions package
+g trusted 42 -
+
# Default group for normal users
g users 100 -