Hello community,
here is the log from the commit of package yast2-firstboot for
openSUSE:Leap:15.2 checked in at 2020-02-04 17:53:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/yast2-firstboot (Old)
and /work/SRC/openSUSE:Leap:15.2/.yast2-firstboot.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-firstboot"
Tue Feb 4 17:53:51 2020 rev:46 rq:766297 version:4.2.10
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/yast2-firstboot/yast2-firstboot.changes
2020-01-17 11:59:01.868440410 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.yast2-firstboot.new.26092/yast2-firstboot.changes
2020-02-04 17:54:10.476740400 +0100
@@ -1,0 +2,14 @@
+Tue Jan 21 10:56:58 UTC 2020 - Ancor Gonzalez Sosa <[email protected]>
+
+- Fix packaging error (bsc#1161224)
+- 4.2.10
+
+-------------------------------------------------------------------
+Tue Jan 14 11:02:28 UTC 2020 - Ludwig Nussel <[email protected]>
+
+- Don't use deprecated Progress.on
+- Don't allow to go back in congratulate screen
+- Don't try to set keyboard in WSL
+- 4.2.9
+
+-------------------------------------------------------------------
Old:
----
yast2-firstboot-4.2.8.tar.bz2
New:
----
yast2-firstboot-4.2.10.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-firstboot.spec ++++++
--- /var/tmp/diff_new_pack.pTy1o2/_old 2020-02-04 17:54:10.844740621 +0100
+++ /var/tmp/diff_new_pack.pTy1o2/_new 2020-02-04 17:54:10.844740621 +0100
@@ -17,7 +17,7 @@
Name: yast2-firstboot
-Version: 4.2.8
+Version: 4.2.10
Release: 0
Summary: YaST2 - Initial System Configuration
License: GPL-2.0-only
++++++ yast2-firstboot-4.2.8.tar.bz2 -> yast2-firstboot-4.2.10.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-firstboot-4.2.8/control/firstboot.xml
new/yast2-firstboot-4.2.10/control/firstboot.xml
--- old/yast2-firstboot-4.2.8/control/firstboot.xml 2020-01-14
10:07:31.000000000 +0100
+++ new/yast2-firstboot-4.2.10/control/firstboot.xml 2020-01-21
12:14:45.000000000 +0100
@@ -157,6 +157,8 @@
<module>
<label>Finish Setup</label>
<name>inst_congratulate</name>
+ <enable_back>no</enable_back>
+ <enable_next>no</enable_next>
</module>
</modules>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-firstboot-4.2.8/package/yast2-firstboot.changes
new/yast2-firstboot-4.2.10/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.2.8/package/yast2-firstboot.changes 2020-01-14
10:07:31.000000000 +0100
+++ new/yast2-firstboot-4.2.10/package/yast2-firstboot.changes 2020-01-21
12:14:45.000000000 +0100
@@ -1,4 +1,18 @@
-------------------------------------------------------------------
+Tue Jan 21 10:56:58 UTC 2020 - Ancor Gonzalez Sosa <[email protected]>
+
+- Fix packaging error (bsc#1161224)
+- 4.2.10
+
+-------------------------------------------------------------------
+Tue Jan 14 11:02:28 UTC 2020 - Ludwig Nussel <[email protected]>
+
+- Don't use deprecated Progress.on
+- Don't allow to go back in congratulate screen
+- Don't try to set keyboard in WSL
+- 4.2.9
+
+-------------------------------------------------------------------
Tue Jan 14 08:24:30 UTC 2020 - Josef Reidinger <[email protected]>
- drop starting of hal as it is also obsolete and no longer exist
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-firstboot-4.2.8/package/yast2-firstboot.spec
new/yast2-firstboot-4.2.10/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.2.8/package/yast2-firstboot.spec 2020-01-14
10:07:31.000000000 +0100
+++ new/yast2-firstboot-4.2.10/package/yast2-firstboot.spec 2020-01-21
12:14:45.000000000 +0100
@@ -16,7 +16,7 @@
#
Name: yast2-firstboot
-Version: 4.2.8
+Version: 4.2.10
Release: 0
Summary: YaST2 - Initial System Configuration
Group: System/YaST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-firstboot-4.2.8/src/Makefile.am
new/yast2-firstboot-4.2.10/src/Makefile.am
--- old/yast2-firstboot-4.2.8/src/Makefile.am 2020-01-14 10:07:31.000000000
+0100
+++ new/yast2-firstboot-4.2.10/src/Makefile.am 2020-01-21 12:14:45.000000000
+0100
@@ -44,6 +44,7 @@
ylibclientdir = "${yast2dir}/lib/y2firstboot/clients"
ylibclient_DATA = \
lib/y2firstboot/clients/configuration_management.rb \
+ lib/y2firstboot/clients/firstboot_ssh.rb \
lib/y2firstboot/clients/root.rb \
lib/y2firstboot/clients/user.rb \
lib/y2firstboot/clients/licenses.rb
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-firstboot-4.2.8/src/clients/firstboot.rb
new/yast2-firstboot-4.2.10/src/clients/firstboot.rb
--- old/yast2-firstboot-4.2.8/src/clients/firstboot.rb 2020-01-14
10:07:31.000000000 +0100
+++ new/yast2-firstboot-4.2.10/src/clients/firstboot.rb 2020-01-21
12:14:45.000000000 +0100
@@ -32,6 +32,7 @@
Yast.import "Pkg"
textdomain "firstboot"
+ Yast.import "Arch"
Yast.import "Directory"
Yast.import "Mode"
Yast.import "Stage"
@@ -59,7 +60,7 @@
# generated yet (the X server started by YaST-Firstboot doesn't seem to
# be enough to trigger the systemd mechanism that generates it), let's
# enforce the keyboard map if we are running in graphic mode (bsc#950335)
- Keyboard.Set(Keyboard.current_kbd)
+ Keyboard.Set(Keyboard.current_kbd) unless Yast::Arch.is_wsl
# initialize package callbacks, since some of the modules run in the
# firstboot workflow expect them to be initialized (bug #335979)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-firstboot-4.2.8/src/clients/firstboot_write.rb
new/yast2-firstboot-4.2.10/src/clients/firstboot_write.rb
--- old/yast2-firstboot-4.2.8/src/clients/firstboot_write.rb 2020-01-14
10:07:31.000000000 +0100
+++ new/yast2-firstboot-4.2.10/src/clients/firstboot_write.rb 2020-01-21
12:14:45.000000000 +0100
@@ -65,7 +65,7 @@
)
- Progress.on
+ @progress_orig = Progress.set(false)
Progress.New(
# Headline for last dialog of first boot workflow
@@ -111,6 +111,8 @@
Builtins.sleep(100)
Progress.Finish
+ Progress.set(@progress_orig)
+
:next
#EOF