[yast-commit] [ci_new_pac] JFYI yast2-users -> sle12
Script 'mail_helper' called by ro Hello packager, This is just FYI. Your package was checked in in distribution "sle12" by autobuild-member: ro. Here comes the log... ---------------------------%<------------------------------ Hi, here is the log from ci_new_pac /mounts/work_src_done/SLE12/yast2-users -> sle12 ## BNC# 863436 : "Automatic login setting in the installation UI have no effect after system been installed." (RESOLVED/FIXED) Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/yast2-users/yast2-users.changes 2014-02-19 11:54:18.000000000 +0100 +++ /mounts/work_src_done/SLE12/yast2-users/yast2-users.changes 2014-02-21 10:18:43.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Feb 20 10:46:56 CET 2014 - jsuchome@suse.cz + +- save Autologin settings at the end of installation (bnc#863436) +- 3.1.11 + +------------------------------------------------------------------- calling whatdependson for sle12-i586 Packages directly triggered for rebuild: - yast2-auth-server - yast2-ftp-server - yast2-inetd - yast2-mail - yast2-samba-server - 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:33262 MAIL:yast-commit@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-users", Maintainer is "yast-commit@opensuse.org" Old: ---- yast2-users-3.1.10.tar.bz2 New: ---- yast2-users-3.1.11.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-users.spec ++++++ --- /var/tmp/diff_new_pack.I8zeoc/_old 2014-02-24 15:02:54.000000000 +0100 +++ /var/tmp/diff_new_pack.I8zeoc/_new 2014-02-24 15:02:54.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-users -Version: 3.1.10 +Version: 3.1.11 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-users-3.1.10.tar.bz2 -> yast2-users-3.1.11.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-3.1.10/package/yast2-users.changes new/yast2-users-3.1.11/package/yast2-users.changes --- old/yast2-users-3.1.10/package/yast2-users.changes 2014-02-19 09:50:20.000000000 +0100 +++ new/yast2-users-3.1.11/package/yast2-users.changes 2014-02-21 10:15:08.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Feb 20 10:46:56 CET 2014 - jsuchome@suse.cz + +- save Autologin settings at the end of installation (bnc#863436) +- 3.1.11 + +------------------------------------------------------------------- Tue Feb 18 11:14:05 CET 2014 - jsuchome@suse.cz - check root's password when it is same as one for 1st user diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-3.1.10/package/yast2-users.spec new/yast2-users-3.1.11/package/yast2-users.spec --- old/yast2-users-3.1.10/package/yast2-users.spec 2014-02-19 09:50:20.000000000 +0100 +++ new/yast2-users-3.1.11/package/yast2-users.spec 2014-02-21 10:15:08.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-users -Version: 3.1.10 +Version: 3.1.11 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-3.1.10/src/clients/users_finish.rb new/yast2-users-3.1.11/src/clients/users_finish.rb --- old/yast2-users-3.1.10/src/clients/users_finish.rb 2014-02-19 09:50:20.000000000 +0100 +++ new/yast2-users-3.1.11/src/clients/users_finish.rb 2014-02-21 10:15:08.000000000 +0100 @@ -34,6 +34,7 @@ def main textdomain "users" + Yast.import "Autologin" Yast.import "Users" Yast.import "UsersSimple" @@ -82,6 +83,14 @@ create_users(@users) + if UsersSimple.AutologinUsed + Autologin.user = UsersSimple.GetAutologinUser + Autologin.Use(true) + end + + root_alias = UsersSimple.GetRootAlias + Users.AddRootAlias(root_alias) unless root_alias.empty? + Users.Write end else continue with "q"... Checked in at Mon Feb 24 15:03:13 CET 2014 by ro 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)
-
ro