Hello community,

here is the log from the commit of package yast2-users for openSUSE:Factory 
checked in at 2016-02-23 16:52:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2016-02-09 
13:31:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-users.new/yast2-users.changes     
2016-02-23 16:52:49.000000000 +0100
@@ -1,0 +2,8 @@
+Thu Feb 18 09:23:10 CET 2016 - sch...@suse.de
+
+- Do not crash autoinstallation if the home directory of a user is
+  directly under /.
+  (bnc#966867)
+- 3.1.45
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-users.spec ++++++
--- /var/tmp/diff_new_pack.fmvZdj/_old  2016-02-23 16:52:50.000000000 +0100
+++ /var/tmp/diff_new_pack.fmvZdj/_new  2016-02-23 16:52:50.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-users
-Version:        3.1.44
+Version:        3.1.45
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-users-3.1.44.tar.bz2 -> yast2-users-3.1.45.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.44/package/yast2-users.changes 
new/yast2-users-3.1.45/package/yast2-users.changes
--- old/yast2-users-3.1.44/package/yast2-users.changes  2016-02-04 
14:27:10.000000000 +0100
+++ new/yast2-users-3.1.45/package/yast2-users.changes  2016-02-18 
10:27:12.000000000 +0100
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Thu Feb 18 09:23:10 CET 2016 - sch...@suse.de
+
+- Do not crash autoinstallation if the home directory of a user is
+  directly under /.
+  (bnc#966867)
+- 3.1.45
+
+-------------------------------------------------------------------
 Thu Feb  4 10:05:57 UTC 2016 - jreidin...@suse.com
 
 - Drop the Receive System Mail checkbox from the installation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.44/package/yast2-users.spec 
new/yast2-users-3.1.45/package/yast2-users.spec
--- old/yast2-users-3.1.44/package/yast2-users.spec     2016-02-04 
14:27:10.000000000 +0100
+++ new/yast2-users-3.1.45/package/yast2-users.spec     2016-02-18 
10:27:12.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-users
-Version:        3.1.44
+Version:        3.1.45
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.44/src/modules/UsersRoutines.pm 
new/yast2-users-3.1.45/src/modules/UsersRoutines.pm
--- old/yast2-users-3.1.44/src/modules/UsersRoutines.pm 2016-02-04 
14:27:11.000000000 +0100
+++ new/yast2-users-3.1.45/src/modules/UsersRoutines.pm 2016-02-18 
10:27:12.000000000 +0100
@@ -98,7 +98,7 @@
 
     # create a path to new home directory, if not exists
     my $home_path = substr ($home, 0, rindex ($home, "/"));
-    if (!%{SCR->Read (".target.stat", $home_path)}) {
+    if (length($home_path) and !%{SCR->Read (".target.stat", $home_path)}) {
        SCR->Execute (".target.mkdir", $home_path);
     }
     my %stat   = %{SCR->Read (".target.stat", $home)};


Reply via email to