From a3ca1b3e41326ad443c60c987b1563babfff7504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Knut=20Alejandro=20Anderssen=20Gonz=C3=A1lez?= Date: Wed, 3 Oct 2018 15:11:25 +0100 Subject: [PATCH 1/2] Do not show the Progress when merging the config --- src/lib/y2ntp_client/client/auto.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/y2ntp_client/client/auto.rb b/src/lib/y2ntp_client/client/auto.rb index b73820a2..c52aaedb 100644 --- a/src/lib/y2ntp_client/client/auto.rb +++ b/src/lib/y2ntp_client/client/auto.rb @@ -39,9 +39,9 @@ def change end def write + progress_orig = Yast::Progress.set(false) # ensure to merge config to system chrony configuration to do minimal configuration Yast::NtpClient.merge_to_system - progress_orig = Yast::Progress.set(false) Yast::NtpClient.write_only = true ret = Yast::NtpClient.Write Yast::Progress.set(progress_orig) From 0c5513dbe75affb787bcba6206f370a85991f2d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Knut=20Alejandro=20Anderssen=20Gonz=C3=A1lez?= Date: Wed, 3 Oct 2018 15:15:14 +0100 Subject: [PATCH 2/2] Bump version & changelog. --- package/yast2-ntp-client.changes | 7 +++++++ package/yast2-ntp-client.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package/yast2-ntp-client.changes b/package/yast2-ntp-client.changes index 7f857d0e..45a5f8e8 100644 --- a/package/yast2-ntp-client.changes +++ b/package/yast2-ntp-client.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Oct 3 14:11:34 UTC 2018 - knut.anderssen@suse.com + +- AutoYaST: Do not show the progress when merging the configuration + before writing it (bsc#1110598) +- 4.0.13 + ------------------------------------------------------------------- Thu Apr 19 08:56:08 CEST 2018 - schubi@suse.de diff --git a/package/yast2-ntp-client.spec b/package/yast2-ntp-client.spec index 27766e12..29351b1f 100644 --- a/package/yast2-ntp-client.spec +++ b/package/yast2-ntp-client.spec @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 4.0.12 +Version: 4.0.13 Release: 0 Summary: YaST2 - NTP Client Configuration License: GPL-2.0+