Hello community, here is the log from the commit of package yast2-users for openSUSE:Factory checked in at 2016-07-07 15:09:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-06-13 21:50:40.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-users.new/yast2-users.changes 2016-07-07 15:09:47.000000000 +0200 @@ -1,0 +2,7 @@ +Mon Jun 27 09:18:59 UTC 2016 - [email protected] + +- Fix creation of the first user account during installation + (bsc#986542) +- 3.1.53 + +------------------------------------------------------------------- Old: ---- yast2-users-3.1.52.tar.bz2 New: ---- yast2-users-3.1.53.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-users.spec ++++++ --- /var/tmp/diff_new_pack.43cHpU/_old 2016-07-07 15:09:48.000000000 +0200 +++ /var/tmp/diff_new_pack.43cHpU/_new 2016-07-07 15:09:48.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-users -Version: 3.1.52 +Version: 3.1.53 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-users-3.1.52.tar.bz2 -> yast2-users-3.1.53.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-3.1.52/package/yast2-users.changes new/yast2-users-3.1.53/package/yast2-users.changes --- old/yast2-users-3.1.52/package/yast2-users.changes 2016-06-09 17:26:50.000000000 +0200 +++ new/yast2-users-3.1.53/package/yast2-users.changes 2016-06-27 11:46:58.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon Jun 27 09:18:59 UTC 2016 - [email protected] + +- Fix creation of the first user account during installation + (bsc#986542) +- 3.1.53 + +------------------------------------------------------------------- Wed Jun 1 15:44:50 UTC 2016 - [email protected] - Removed devel-doc package (fate#320356) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-3.1.52/package/yast2-users.spec new/yast2-users-3.1.53/package/yast2-users.spec --- old/yast2-users-3.1.52/package/yast2-users.spec 2016-06-09 17:26:50.000000000 +0200 +++ new/yast2-users-3.1.53/package/yast2-users.spec 2016-06-27 11:46:58.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-users -Version: 3.1.52 +Version: 3.1.53 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-users-3.1.52/src/lib/users/dialogs/inst_user_first.rb new/yast2-users-3.1.53/src/lib/users/dialogs/inst_user_first.rb --- old/yast2-users-3.1.52/src/lib/users/dialogs/inst_user_first.rb 2016-06-09 17:26:51.000000000 +0200 +++ new/yast2-users-3.1.53/src/lib/users/dialogs/inst_user_first.rb 2016-06-27 11:46:58.000000000 +0200 @@ -25,6 +25,7 @@ require "users/ca_password_validator" require "users/local_password" require "users/users_database" +require "tmpdir" module Yast # Dialog for creation of local users during first stage of installation
