Hello community,
here is the log from the commit of package yast2-firstboot for openSUSE:Factory
checked in at 2020-10-23 12:19:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-firstboot (Old)
and /work/SRC/openSUSE:Factory/.yast2-firstboot.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-firstboot"
Fri Oct 23 12:19:35 2020 rev:98 rq:842629 version:4.3.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes
2020-10-18 16:23:52.904556530 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-firstboot.new.3463/yast2-firstboot.changes
2020-10-23 12:19:48.748575841 +0200
@@ -1,0 +2,6 @@
+Mon Oct 19 12:51:29 UTC 2020 - Josef Reidinger <[email protected]>
+
+- Adapt to changes done in ntp-client (bsc#1177797)
+- 4.3.7
+
+-------------------------------------------------------------------
Old:
----
yast2-firstboot-4.3.6.tar.bz2
New:
----
yast2-firstboot-4.3.7.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-firstboot.spec ++++++
--- /var/tmp/diff_new_pack.bNtToD/_old 2020-10-23 12:19:49.520576385 +0200
+++ /var/tmp/diff_new_pack.bNtToD/_new 2020-10-23 12:19:49.524576388 +0200
@@ -17,7 +17,7 @@
Name: yast2-firstboot
-Version: 4.3.6
+Version: 4.3.7
Release: 0
Summary: YaST2 - Initial System Configuration
License: GPL-2.0-only
++++++ yast2-firstboot-4.3.6.tar.bz2 -> yast2-firstboot-4.3.7.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-firstboot-4.3.6/package/yast2-firstboot.changes
new/yast2-firstboot-4.3.7/package/yast2-firstboot.changes
--- old/yast2-firstboot-4.3.6/package/yast2-firstboot.changes 2020-10-15
10:15:44.000000000 +0200
+++ new/yast2-firstboot-4.3.7/package/yast2-firstboot.changes 2020-10-19
21:37:15.000000000 +0200
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Mon Oct 19 12:51:29 UTC 2020 - Josef Reidinger <[email protected]>
+
+- Adapt to changes done in ntp-client (bsc#1177797)
+- 4.3.7
+
+-------------------------------------------------------------------
Thu Oct 15 07:58:45 UTC 2020 - Steffen Winterfeldt <[email protected]>
- use regular keyboard client for firstboot_keyboard (bsc#1174856)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-firstboot-4.3.6/package/yast2-firstboot.spec
new/yast2-firstboot-4.3.7/package/yast2-firstboot.spec
--- old/yast2-firstboot-4.3.6/package/yast2-firstboot.spec 2020-10-15
10:15:44.000000000 +0200
+++ new/yast2-firstboot-4.3.7/package/yast2-firstboot.spec 2020-10-19
21:37:15.000000000 +0200
@@ -16,7 +16,7 @@
#
Name: yast2-firstboot
-Version: 4.3.6
+Version: 4.3.7
Release: 0
Summary: YaST2 - Initial System Configuration
Group: System/YaST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-firstboot-4.3.6/src/clients/firstboot_ntp.rb
new/yast2-firstboot-4.3.7/src/clients/firstboot_ntp.rb
--- old/yast2-firstboot-4.3.6/src/clients/firstboot_ntp.rb 2020-10-15
10:15:44.000000000 +0200
+++ new/yast2-firstboot-4.3.7/src/clients/firstboot_ntp.rb 2020-10-19
21:37:15.000000000 +0200
@@ -23,6 +23,9 @@
# Author : Jiri Suchomel <[email protected]>
# Purpose : NTP configuration sequence to be run during firstboot
#
+
+require "y2ntp_client/dialog/main"
+
module Yast
class FirstbootNtpClient < Client
def main
@@ -31,7 +34,6 @@
Yast.import "Progress"
Yast.import "Wizard"
- Yast.include self, "ntp-client/wizards.rb"
@progress_orig = Progress.set(false)
@@ -39,7 +41,7 @@
NtpClient.Read
- @ret = SimpleSequence()
+ @ret = Y2NtpClient::Dialog::Main.new.run
NtpClient.Write if @ret == :next
Progress.set(@progress_orig)