From 94bde6bcf18a8ba1a4bec8d9996901165b248f8b961a0b1dbb834483f692bfe4 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 12 Nov 2018 14:09:09 +0000 Subject: [PATCH 1/2] - Only write the configuration once, and do not save changes when we are only synchronizing the date. (bsc#1108497) - 4.1.4 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-ntp-client?expand=0&rev=254 --- yast2-ntp-client-4.1.3.tar.bz2 | 3 --- yast2-ntp-client-4.1.4.tar.bz2 | 3 +++ yast2-ntp-client.changes | 7 +++++++ yast2-ntp-client.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-ntp-client-4.1.3.tar.bz2 create mode 100644 yast2-ntp-client-4.1.4.tar.bz2 diff --git a/yast2-ntp-client-4.1.3.tar.bz2 b/yast2-ntp-client-4.1.3.tar.bz2 deleted file mode 100644 index 5e49d8b..0000000 --- a/yast2-ntp-client-4.1.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d9eb8c29d73b5f48eafd06ee8ed253bea8a6fcf2e4e4026ec689cb5d3c49780 -size 62374 diff --git a/yast2-ntp-client-4.1.4.tar.bz2 b/yast2-ntp-client-4.1.4.tar.bz2 new file mode 100644 index 0000000..06e05e7 --- /dev/null +++ b/yast2-ntp-client-4.1.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d57ac5cdda9657ee0c53643dff0205a2b1506f2e53a9039a41c4aadd71cc1d +size 62335 diff --git a/yast2-ntp-client.changes b/yast2-ntp-client.changes index 220fb76..12a05a7 100644 --- a/yast2-ntp-client.changes +++ b/yast2-ntp-client.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Nov 8 15:20:26 UTC 2018 - knut.andersse@suse.com + +- Only write the configuration once, and do not save changes when + we are only synchronizing the date. (bsc#1108497) +- 4.1.4 + ------------------------------------------------------------------- Tue Oct 16 10:28:35 CEST 2018 - schubi@suse.de diff --git a/yast2-ntp-client.spec b/yast2-ntp-client.spec index 8652604..c866dc5 100644 --- a/yast2-ntp-client.spec +++ b/yast2-ntp-client.spec @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 4.1.3 +Version: 4.1.4 Release: 0 Summary: YaST2 - NTP Client Configuration License: GPL-2.0-or-later From bb73fe592eb8e65a5ec9bacc676d45dac796d5abd1e93386a9b5f18c404205d1 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 15 Nov 2018 11:09:34 +0000 Subject: [PATCH 2/2] - fate#323454 - Bring back the menu button for choosing an NTP address from a public NTP servers list or from the ones returned by DHCP. - When no configuration is proposed by default, then use the DHCP offered servers as fallback. - Do not synchronize if chronyd service is running (bsc#1087048) - Use the title style capitalization in "Synchronize Now" button (bsc#1039987) - 4.1.5 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-ntp-client?expand=0&rev=255 --- yast2-ntp-client-4.1.4.tar.bz2 | 3 --- yast2-ntp-client-4.1.5.tar.bz2 | 3 +++ yast2-ntp-client.changes | 13 +++++++++++++ yast2-ntp-client.spec | 5 +++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 yast2-ntp-client-4.1.4.tar.bz2 create mode 100644 yast2-ntp-client-4.1.5.tar.bz2 diff --git a/yast2-ntp-client-4.1.4.tar.bz2 b/yast2-ntp-client-4.1.4.tar.bz2 deleted file mode 100644 index 06e05e7..0000000 --- a/yast2-ntp-client-4.1.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3d57ac5cdda9657ee0c53643dff0205a2b1506f2e53a9039a41c4aadd71cc1d -size 62335 diff --git a/yast2-ntp-client-4.1.5.tar.bz2 b/yast2-ntp-client-4.1.5.tar.bz2 new file mode 100644 index 0000000..012aeb3 --- /dev/null +++ b/yast2-ntp-client-4.1.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de5eb81c47169cfdcbb898479c21c24ed131d9b029f2839951efdbf8b519454a +size 64484 diff --git a/yast2-ntp-client.changes b/yast2-ntp-client.changes index 12a05a7..69ab2ee 100644 --- a/yast2-ntp-client.changes +++ b/yast2-ntp-client.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Nov 8 19:20:26 UTC 2018 - knut.andersse@suse.com + +- fate#323454 + - Bring back the menu button for choosing an NTP address from a + public NTP servers list or from the ones returned by DHCP. + - When no configuration is proposed by default, then use the DHCP + offered servers as fallback. +- Do not synchronize if chronyd service is running (bsc#1087048) +- Use the title style capitalization in "Synchronize Now" button + (bsc#1039987) +- 4.1.5 + ------------------------------------------------------------------- Thu Nov 8 15:20:26 UTC 2018 - knut.andersse@suse.com diff --git a/yast2-ntp-client.spec b/yast2-ntp-client.spec index c866dc5..5249ee1 100644 --- a/yast2-ntp-client.spec +++ b/yast2-ntp-client.spec @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 4.1.4 +Version: 4.1.5 Release: 0 Summary: YaST2 - NTP Client Configuration License: GPL-2.0-or-later @@ -40,7 +40,8 @@ Requires: augeas-lenses Requires: yast2 >= 3.2.21 Requires: yast2-country-data # needed for network/config agent -Requires: yast2-network +# Yast::Lan.dhcp_ntp_servers +Requires: yast2-network >= 4.1.17 Requires: yast2-ruby-bindings >= 1.0.0 Requires: rubygem(%rb_default_ruby_abi:cfa) >= 0.6.0 BuildArch: noarch