Hello community,
here is the log from the commit of package system-user-root for
openSUSE:Factory checked in at 2019-05-22 10:49:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/system-user-root (Old)
and /work/SRC/openSUSE:Factory/.system-user-root.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "system-user-root"
Wed May 22 10:49:32 2019 rev:2 rq:703407 version:20190513
Changes:
--------
--- /work/SRC/openSUSE:Factory/system-user-root/system-user-root.changes
2017-06-23 09:14:05.742627998 +0200
+++
/work/SRC/openSUSE:Factory/.system-user-root.new.5148/system-user-root.changes
2019-05-22 10:49:37.651378688 +0200
@@ -1,0 +2,6 @@
+Mon May 13 12:38:32 UTC 2019 - Fabian Vogt <[email protected]>
+
+- Bump to version 20190513:
+ * Invalidate root password by default (bsc#1134524)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ system-user-root.spec ++++++
--- /var/tmp/diff_new_pack.cNd1nq/_old 2019-05-22 10:49:39.227378221 +0200
+++ /var/tmp/diff_new_pack.cNd1nq/_new 2019-05-22 10:49:39.235378219 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package system-users
+# spec file for package system-user-root
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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: system-user-root
-Version: 20170617
+Version: 20190513
Release: 0
Summary: System user and group root
License: MIT
@@ -26,9 +26,9 @@
BuildArch: noarch
Provides: group(root)
Provides: group(shadow)
+Provides: group(trusted)
Provides: group(users)
Provides: user(root)
-Provides: group(trusted)
#!BuildIgnore: group(root)
#!BuildIgnore: group(trusted)
#!BuildIgnore: user(root)
@@ -67,7 +67,7 @@
file = io.open("/etc/shadow", "a+")
local date = os.time()
date = math.floor(date / 86400)
- file:write("root::", date, "::::::\n")
+ file:write("root:*:", date, "::::::\n")
file:close()
posix.chown("/etc/shadow", 0, 15)
posix.chmod("/etc/shadow", 0640)