[yast-commit] [ci_new_pac] JFYI yast2-users -> sle12
![](https://seccdn.libravatar.org/avatar/c832a8d3457e1cacf4f28b56b637136d.jpg?s=120&d=mm&r=g)
Script 'mail_helper' called by bg Hello packager, This is just FYI. Your package was checked in in distribution "sle12" by autobuild-member: bg. Here comes the log... ---------------------------%<------------------------------ Hi, here is the log from ci_new_pac /mounts/work_src_done/SLE12/yast2-users -> sle12 ## BNC# 878427 : "autoyast installation causes creation of /home/root directory - SLES12 Beta 6" (RESOLVED/FIXED) Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/yast2-users/yast2-users.changes 2014-05-23 16:15:18.000000000 +0200 +++ /mounts/work_src_done/SLE12/yast2-users/yast2-users.changes 2014-06-02 14:30:28.000000000 +0200 @@ -1,0 +2,7 @@ +Mon Jun 2 13:40:11 CEST 2014 - schubi@suse.de + +- Setting default home directory of user "root" to "/root" + (bnc#878427) +- 3.1.26 + +------------------------------------------------------------------- calling whatdependson for sle12-i586 Packages directly triggered for rebuild: - yast2-auth-server - yast2-ftp-server - yast2-inetd - yast2-mail - yast2-samba-server - yast2-schema - yast2-sudo - yast2-users ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/SUSE:SLE-12:GA/yast2-users (Old) and /mounts/work_src_done/SLE12/yast2-users (BS:build ID:38819 MAIL:yast-commit@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-users", Maintainer is "yast-commit@opensuse.org" Old: ---- yast2-users-3.1.25.tar.bz2 New: ---- yast2-users-3.1.26.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-users.spec ++++++ --- /var/tmp/diff_new_pack.roZNIA/_old 2014-06-02 15:22:14.000000000 +0200 +++ /var/tmp/diff_new_pack.roZNIA/_new 2014-06-02 15:22:14.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-users -Version: 3.1.25 +Version: 3.1.26 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-users-3.1.25.tar.bz2 -> yast2-users-3.1.26.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.26/package/yast2-users.changes --- old/yast2-users-3.1.25/package/yast2-users.changes 2014-05-23 15:05:36.000000000 +0200 +++ new/yast2-users-3.1.26/package/yast2-users.changes 2014-06-02 14:25:20.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon Jun 2 13:40:11 CEST 2014 - schubi@suse.de + +- Setting default home directory of user "root" to "/root" + (bnc#878427) +- 3.1.26 + +------------------------------------------------------------------- Fri May 23 14:57:15 CEST 2014 - schubi@suse.de - 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.26/package/yast2-users.spec --- old/yast2-users-3.1.25/package/yast2-users.spec 2014-05-23 15:05:36.000000000 +0200 +++ new/yast2-users-3.1.26/package/yast2-users.spec 2014-06-02 14:25:20.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-users -Version: 3.1.25 +Version: 3.1.26 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build 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.26/src/modules/Users.pm --- old/yast2-users-3.1.25/src/modules/Users.pm 2014-05-23 15:05:36.000000000 +0200 +++ new/yast2-users-3.1.26/src/modules/Users.pm 2014-06-02 14:25:21.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") { continue with "q"... Checked in at Mon Jun 2 15:22:50 CEST 2014 by bg Remember to have fun... -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
bg