Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2016-08-13 18:30:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-firstboot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-firstboot"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2016-08-12 15:44:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes     
2016-08-13 18:30:56.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Aug 12 14:45:25 UTC 2016 - [email protected]
+
+- Faster response when the user skips the creation of a new user
+  (bsc#992245).
+- 3.1.16
+
+-------------------------------------------------------------------

Old:
----
  yast2-firstboot-3.1.15.tar.bz2

New:
----
  yast2-firstboot-3.1.16.tar.bz2

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

Other differences:
------------------
++++++ yast2-firstboot.spec ++++++
--- /var/tmp/diff_new_pack.hb49xD/_old  2016-08-13 18:30:57.000000000 +0200
+++ /var/tmp/diff_new_pack.hb49xD/_new  2016-08-13 18:30:57.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-firstboot
-Version:        3.1.15
+Version:        3.1.16
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-firstboot-3.1.15.tar.bz2 -> yast2-firstboot-3.1.16.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.15/package/yast2-firstboot.changes 
new/yast2-firstboot-3.1.16/package/yast2-firstboot.changes
--- old/yast2-firstboot-3.1.15/package/yast2-firstboot.changes  2016-08-12 
09:12:11.000000000 +0200
+++ new/yast2-firstboot-3.1.16/package/yast2-firstboot.changes  2016-08-12 
17:02:42.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Fri Aug 12 14:45:25 UTC 2016 - [email protected]
+
+- Faster response when the user skips the creation of a new user
+  (bsc#992245).
+- 3.1.16
+
+-------------------------------------------------------------------
 Thu Aug 11 11:44:28 UTC 2016 - [email protected]
 
 - Reimplemented "create user" and "root password" steps to reuse
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.15/package/yast2-firstboot.spec 
new/yast2-firstboot-3.1.16/package/yast2-firstboot.spec
--- old/yast2-firstboot-3.1.15/package/yast2-firstboot.spec     2016-08-12 
09:12:11.000000000 +0200
+++ new/yast2-firstboot-3.1.16/package/yast2-firstboot.spec     2016-08-12 
17:02:42.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-firstboot
-Version:        3.1.15
+Version:        3.1.16
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.15/src/lib/y2firstboot/clients/user.rb 
new/yast2-firstboot-3.1.16/src/lib/y2firstboot/clients/user.rb
--- old/yast2-firstboot-3.1.15/src/lib/y2firstboot/clients/user.rb      
2016-08-12 09:12:11.000000000 +0200
+++ new/yast2-firstboot-3.1.16/src/lib/y2firstboot/clients/user.rb      
2016-08-12 17:02:42.000000000 +0200
@@ -34,8 +34,9 @@
       end
 
       def run
-        dialog_result = Yast::InstUserFirstDialog.new.run
-        if dialog_result == :next
+        dialog = Yast::InstUserFirstDialog.new
+        dialog_result = dialog.run
+        if dialog_result == :next && dialog.action == :new_user
           # Change root password if needed
           Yast::UsersSimple.Write
           # Create user


Reply via email to