Hello community, here is the log from the commit of package yast2-users for openSUSE:Factory checked in at 2014-06-18 10:59:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-05-26 10:28:05.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-users.new/yast2-users.changes 2014-06-18 10:59:29.000000000 +0200 @@ -1,0 +2,14 @@ +Tue Jun 10 08:57:29 CEST 2014 - [email protected] + +- Fixed text layout in root-password dialog in installation + (bnc#878248) +- 3.1.27 + +------------------------------------------------------------------- +Mon Jun 2 13:40:11 CEST 2014 - [email protected] + +- Setting default home directory of user "root" to "/root" + (bnc#878427) +- 3.1.26 + +------------------------------------------------------------------- Old: ---- yast2-users-3.1.25.tar.bz2 New: ---- yast2-users-3.1.27.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-users.spec ++++++ --- /var/tmp/diff_new_pack.8heVfX/_old 2014-06-18 10:59:30.000000000 +0200 +++ /var/tmp/diff_new_pack.8heVfX/_new 2014-06-18 10:59:30.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-users -Version: 3.1.25 +Version: 3.1.27 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-users-3.1.25.tar.bz2 -> yast2-users-3.1.27.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-3.1.25/package/yast2-users.changes new/yast2-users-3.1.27/package/yast2-users.changes --- old/yast2-users-3.1.25/package/yast2-users.changes 2014-05-23 15:03:45.000000000 +0200 +++ new/yast2-users-3.1.27/package/yast2-users.changes 2014-06-10 09:28:32.000000000 +0200 @@ -1,4 +1,18 @@ ------------------------------------------------------------------- +Tue Jun 10 08:57:29 CEST 2014 - [email protected] + +- Fixed text layout in root-password dialog in installation + (bnc#878248) +- 3.1.27 + +------------------------------------------------------------------- +Mon Jun 2 13:40:11 CEST 2014 - [email protected] + +- Setting default home directory of user "root" to "/root" + (bnc#878427) +- 3.1.26 + +------------------------------------------------------------------- Fri May 23 14:57:15 CEST 2014 - [email protected] - Generating user section in autoinst.xml file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-3.1.25/package/yast2-users.spec new/yast2-users-3.1.27/package/yast2-users.spec --- old/yast2-users-3.1.25/package/yast2-users.spec 2014-05-23 15:03:45.000000000 +0200 +++ new/yast2-users-3.1.27/package/yast2-users.spec 2014-06-10 09:28:32.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-users -Version: 3.1.25 +Version: 3.1.27 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-3.1.25/src/clients/inst_root_first.rb new/yast2-users-3.1.27/src/clients/inst_root_first.rb --- old/yast2-users-3.1.25/src/clients/inst_root_first.rb 2014-05-23 15:03:45.000000000 +0200 +++ new/yast2-users-3.1.27/src/clients/inst_root_first.rb 2014-06-10 09:28:32.000000000 +0200 @@ -63,8 +63,8 @@ VStretch(), HSquash( VBox( - # advise user to remember his new password - Label(_("Do not forget what you enter here.")), + # advise users to remember their new password + Left(Label(_("Do not forget what you enter here."))), VSpacing(0.8), Password( Id(:pw1), diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-3.1.25/src/modules/Users.pm new/yast2-users-3.1.27/src/modules/Users.pm --- old/yast2-users-3.1.25/src/modules/Users.pm 2014-05-23 15:03:45.000000000 +0200 +++ new/yast2-users-3.1.27/src/modules/Users.pm 2014-06-10 09:28:32.000000000 +0200 @@ -5866,6 +5866,11 @@ } my $home = $self->GetDefaultHome($type).$username; + if ($uid == 0) { + #user "root" has default home directory "/root" + $home = "/root"; + } + my %grouplist = (); if (defined $user->{"grouplist"}) { if (ref ($user->{"grouplist"}) eq "HASH") { -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
