Skip to content

Commit

Permalink
Merge pull request #118 from yast/merge_SLE-15-GA
Browse files Browse the repository at this point in the history
Merge SLE-15-GA into master
  • Loading branch information
teclator committed Oct 4, 2018
2 parents 6ef7128 + 9d47df8 commit 1590787
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions package/yast2-ntp-client.changes
Original file line number Diff line number Diff line change
@@ -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.1.2

-------------------------------------------------------------------
Fri Sep 7 15:20:26 UTC 2018 - dgonzalez@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-ntp-client.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-ntp-client
Version: 4.1.1
Version: 4.1.2
Release: 0
Summary: YaST2 - NTP Client Configuration
License: GPL-2.0-or-later
Expand Down
2 changes: 1 addition & 1 deletion src/lib/y2ntp_client/client/auto.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1590787

Please sign in to comment.