Hello community,

here is the log from the commit of package yast2-users for openSUSE:Factory 
checked in at 2014-09-05 12:59:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-users (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-users.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-users"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-users/yast2-users.changes  2014-08-30 
16:03:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-users.new/yast2-users.changes     
2014-09-05 12:59:54.000000000 +0200
@@ -1,0 +2,8 @@
+Wed Sep  3 08:26:34 CEST 2014 - [email protected]
+
+- Autoyast: Initialize the user hash in User module correctly
+  This is needed for establishing the system users
+  (espl. the root user). (bnc#893725)
+- 3.1.32
+
+-------------------------------------------------------------------

Old:
----
  yast2-users-3.1.31.tar.bz2

New:
----
  yast2-users-3.1.32.tar.bz2

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

Other differences:
------------------
++++++ yast2-users.spec ++++++
--- /var/tmp/diff_new_pack.sbGvYA/_old  2014-09-05 12:59:56.000000000 +0200
+++ /var/tmp/diff_new_pack.sbGvYA/_new  2014-09-05 12:59:56.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-users
-Version:        3.1.31
+Version:        3.1.32
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-users-3.1.31.tar.bz2 -> yast2-users-3.1.32.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.31/package/yast2-users.changes 
new/yast2-users-3.1.32/package/yast2-users.changes
--- old/yast2-users-3.1.31/package/yast2-users.changes  2014-08-25 
10:28:19.000000000 +0200
+++ new/yast2-users-3.1.32/package/yast2-users.changes  2014-09-03 
09:43:10.000000000 +0200
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Wed Sep  3 08:26:34 CEST 2014 - [email protected]
+
+- Autoyast: Initialize the user hash in User module correctly
+  This is needed for establishing the system users
+  (espl. the root user). (bnc#893725)
+- 3.1.32
+
+-------------------------------------------------------------------
 Mon Aug 25 09:21:30 CEST 2014 - [email protected]
 
 - Autoyast: Moved minimal configuration to a central place in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.31/package/yast2-users.spec 
new/yast2-users-3.1.32/package/yast2-users.spec
--- old/yast2-users-3.1.31/package/yast2-users.spec     2014-08-25 
10:28:19.000000000 +0200
+++ new/yast2-users-3.1.32/package/yast2-users.spec     2014-09-03 
09:43:10.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-users
-Version:        3.1.31
+Version:        3.1.32
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.31/src/include/users/routines.rb 
new/yast2-users-3.1.32/src/include/users/routines.rb
--- old/yast2-users-3.1.31/src/include/users/routines.rb        2014-08-25 
10:28:19.000000000 +0200
+++ new/yast2-users-3.1.32/src/include/users/routines.rb        2014-09-03 
09:43:10.000000000 +0200
@@ -147,18 +147,21 @@
     old_gui = Users.GetGUI
     Users.SetGUI(false)
 
+    # Users.Read has to be called in order to initialize the user hash
+    # in the Users module. This is needed for establishing
+    # the system users (espl. the root user). (bnc#893725)
+    Users.Read
+    Users.ResetCurrentUser
+    # resetting Autologin settings
+    Autologin.Disable
+
     users = UsersSimple.GetUsers
 
     if !users.empty?
-      Users.Read
-      Users.ResetCurrentUser
-      Builtins.y2milestone("There are #{users.size} users to import")
 
+      Builtins.y2milestone("There are #{users.size} users to import")
       create_users(users)
 
-      #resetting Autologin settings
-      Autologin.Disable
-
       if UsersSimple.AutologinUsed
         Autologin.user = UsersSimple.GetAutologinUser
         Autologin.Use(true)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to