From 87cc6774339fe0b872bd7cd18221facdb8899220bc57ad604ed0830f974a54da Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 4 Dec 2017 13:30:44 +0000 Subject: [PATCH 1/6] - Switch ntp-client from ntp to chrony (FATE#323432) - 4.0.1 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-ntp-client?expand=0&rev=236 --- yast2-ntp-client-4.0.0.tar.bz2 | 3 --- yast2-ntp-client-4.0.1.tar.bz2 | 3 +++ yast2-ntp-client.changes | 6 ++++++ yast2-ntp-client.spec | 8 +++----- 4 files changed, 12 insertions(+), 8 deletions(-) delete mode 100644 yast2-ntp-client-4.0.0.tar.bz2 create mode 100644 yast2-ntp-client-4.0.1.tar.bz2 diff --git a/yast2-ntp-client-4.0.0.tar.bz2 b/yast2-ntp-client-4.0.0.tar.bz2 deleted file mode 100644 index d2fb16a..0000000 --- a/yast2-ntp-client-4.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8cea5315db271775af2f34cfdcb6ceccc79bf0ce6e817a5671c7be1622ae2095 -size 82663 diff --git a/yast2-ntp-client-4.0.1.tar.bz2 b/yast2-ntp-client-4.0.1.tar.bz2 new file mode 100644 index 0000000..8e8844d --- /dev/null +++ b/yast2-ntp-client-4.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf9a13ff6c35e2630498b92bc3e4334031310330314f14707df81f920f4d8da3 +size 61016 diff --git a/yast2-ntp-client.changes b/yast2-ntp-client.changes index dfff60c..a1a1771 100644 --- a/yast2-ntp-client.changes +++ b/yast2-ntp-client.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 28 09:03:56 UTC 2017 - jreidinger@suse.com + +- Switch ntp-client from ntp to chrony (FATE#323432) +- 4.0.1 + ------------------------------------------------------------------- Wed Oct 11 08:40:26 UTC 2017 - mvidner@suse.com diff --git a/yast2-ntp-client.spec b/yast2-ntp-client.spec index a0ce8c9..1a76837 100644 --- a/yast2-ntp-client.spec +++ b/yast2-ntp-client.spec @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 4.0.0 +Version: 4.0.1 Release: 0 Summary: YaST2 - NTP Client Configuration License: GPL-2.0+ @@ -39,11 +39,11 @@ BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake) Requires: augeas-lenses Requires: yast2 >= 3.2.21 Requires: yast2-country-data +# needed for network/config agent +Requires: yast2-network Requires: yast2-ruby-bindings >= 1.0.0 Requires: rubygem(%rb_default_ruby_abi:cfa) >= 0.6.0 BuildArch: noarch -# New sntp command line syntax -Conflicts: ntp < 4.2.8 Obsoletes: yast2-ntp-client-devel-doc @@ -67,8 +67,6 @@ rake install DESTDIR="%{buildroot}" %{yast_clientdir}/* %{yast_dir}/lib %{yast_yncludedir}/ntp-client/* -%{yast_scrconfdir}/cfg_ntp.scr -%{yast_scrconfdir}/etc_ntp.scr %{yast_moduledir}/*.rb %{yast_desktopdir}/ntp-client.desktop %{yast_ydatadir}/ntp_servers.yml From 1697822d0e879400866fc68245e2c4a85e5cfcb136752df82fe90882bb0e4f71 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 8 Dec 2017 11:37:53 +0000 Subject: [PATCH 2/6] - fix crash with missing method ntp_selected (bsc#1071735) - 4.0.2 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-ntp-client?expand=0&rev=237 --- yast2-ntp-client-4.0.1.tar.bz2 | 3 --- yast2-ntp-client-4.0.2.tar.bz2 | 3 +++ yast2-ntp-client.changes | 6 ++++++ yast2-ntp-client.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 yast2-ntp-client-4.0.1.tar.bz2 create mode 100644 yast2-ntp-client-4.0.2.tar.bz2 diff --git a/yast2-ntp-client-4.0.1.tar.bz2 b/yast2-ntp-client-4.0.1.tar.bz2 deleted file mode 100644 index 8e8844d..0000000 --- a/yast2-ntp-client-4.0.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf9a13ff6c35e2630498b92bc3e4334031310330314f14707df81f920f4d8da3 -size 61016 diff --git a/yast2-ntp-client-4.0.2.tar.bz2 b/yast2-ntp-client-4.0.2.tar.bz2 new file mode 100644 index 0000000..dd4a30d --- /dev/null +++ b/yast2-ntp-client-4.0.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c7c0502ae225b9a5008b04cd54563eca7599a566b814e5dd5f252b3bbdc58f +size 61067 diff --git a/yast2-ntp-client.changes b/yast2-ntp-client.changes index a1a1771..23e1472 100644 --- a/yast2-ntp-client.changes +++ b/yast2-ntp-client.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 8 09:58:40 UTC 2017 - jreidinger@suse.com + +- fix crash with missing method ntp_selected (bsc#1071735) +- 4.0.2 + ------------------------------------------------------------------- Tue Nov 28 09:03:56 UTC 2017 - jreidinger@suse.com diff --git a/yast2-ntp-client.spec b/yast2-ntp-client.spec index 1a76837..44ba56b 100644 --- a/yast2-ntp-client.spec +++ b/yast2-ntp-client.spec @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 4.0.1 +Version: 4.0.2 Release: 0 Summary: YaST2 - NTP Client Configuration License: GPL-2.0+ From d9373f63d8730c211553f36d2a10bb879017f658111261fab69fd2178ddb12c4 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 11 Dec 2017 14:13:10 +0000 Subject: [PATCH 3/6] - support also autoyast for chrony (FATE#323432) NOTE: autoyast profile is not backward compatible - 4.0.3 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-ntp-client?expand=0&rev=238 --- yast2-ntp-client-4.0.2.tar.bz2 | 3 --- yast2-ntp-client-4.0.3.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.0.2.tar.bz2 create mode 100644 yast2-ntp-client-4.0.3.tar.bz2 diff --git a/yast2-ntp-client-4.0.2.tar.bz2 b/yast2-ntp-client-4.0.2.tar.bz2 deleted file mode 100644 index dd4a30d..0000000 --- a/yast2-ntp-client-4.0.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60c7c0502ae225b9a5008b04cd54563eca7599a566b814e5dd5f252b3bbdc58f -size 61067 diff --git a/yast2-ntp-client-4.0.3.tar.bz2 b/yast2-ntp-client-4.0.3.tar.bz2 new file mode 100644 index 0000000..a688e3f --- /dev/null +++ b/yast2-ntp-client-4.0.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db739fe3ff7f50dc51ba4e9c542b53e2b547e8704a90dfd115de356e1c5a3fb1 +size 60289 diff --git a/yast2-ntp-client.changes b/yast2-ntp-client.changes index 23e1472..32f74a7 100644 --- a/yast2-ntp-client.changes +++ b/yast2-ntp-client.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Dec 8 13:25:04 UTC 2017 - jreidinger@suse.com + +- support also autoyast for chrony (FATE#323432) + NOTE: autoyast profile is not backward compatible +- 4.0.3 + ------------------------------------------------------------------- Fri Dec 8 09:58:40 UTC 2017 - jreidinger@suse.com diff --git a/yast2-ntp-client.spec b/yast2-ntp-client.spec index 44ba56b..f9e0890 100644 --- a/yast2-ntp-client.spec +++ b/yast2-ntp-client.spec @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 4.0.2 +Version: 4.0.3 Release: 0 Summary: YaST2 - NTP Client Configuration License: GPL-2.0+ From 94f180d6bc0e8ce4d13d2d9111cc6af43e33689ccfba4f451448af79c9e06725 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 12 Dec 2017 15:36:45 +0000 Subject: [PATCH 4/6] - Adapt AutoYaST error message to 80x25 screens (bsc#1072407) - 4.0.4 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-ntp-client?expand=0&rev=239 --- yast2-ntp-client-4.0.3.tar.bz2 | 3 --- yast2-ntp-client-4.0.4.tar.bz2 | 3 +++ yast2-ntp-client.changes | 6 ++++++ yast2-ntp-client.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 yast2-ntp-client-4.0.3.tar.bz2 create mode 100644 yast2-ntp-client-4.0.4.tar.bz2 diff --git a/yast2-ntp-client-4.0.3.tar.bz2 b/yast2-ntp-client-4.0.3.tar.bz2 deleted file mode 100644 index a688e3f..0000000 --- a/yast2-ntp-client-4.0.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db739fe3ff7f50dc51ba4e9c542b53e2b547e8704a90dfd115de356e1c5a3fb1 -size 60289 diff --git a/yast2-ntp-client-4.0.4.tar.bz2 b/yast2-ntp-client-4.0.4.tar.bz2 new file mode 100644 index 0000000..7e98249 --- /dev/null +++ b/yast2-ntp-client-4.0.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d391c0596ed0b4e99750e27c38b9cbf844162367afb1a2a9f407132dc69b0412 +size 60341 diff --git a/yast2-ntp-client.changes b/yast2-ntp-client.changes index 32f74a7..8f45e77 100644 --- a/yast2-ntp-client.changes +++ b/yast2-ntp-client.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 12 14:54:34 UTC 2017 - igonzalezsosa@suse.com + +- Adapt AutoYaST error message to 80x25 screens (bsc#1072407) +- 4.0.4 + ------------------------------------------------------------------- Fri Dec 8 13:25:04 UTC 2017 - jreidinger@suse.com diff --git a/yast2-ntp-client.spec b/yast2-ntp-client.spec index f9e0890..0ada663 100644 --- a/yast2-ntp-client.spec +++ b/yast2-ntp-client.spec @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 4.0.3 +Version: 4.0.4 Release: 0 Summary: YaST2 - NTP Client Configuration License: GPL-2.0+ From 33ea39adc242062ab64e793541af43f6814779cbeb88e34448a0e208302dad9e Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 13 Dec 2017 10:15:07 +0000 Subject: [PATCH 5/6] - Improve AutoYaST error message adaptation when too many unsupported keys are found (related to bsc#1072407) - 4.0.5 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-ntp-client?expand=0&rev=240 --- yast2-ntp-client-4.0.4.tar.bz2 | 3 --- yast2-ntp-client-4.0.5.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.0.4.tar.bz2 create mode 100644 yast2-ntp-client-4.0.5.tar.bz2 diff --git a/yast2-ntp-client-4.0.4.tar.bz2 b/yast2-ntp-client-4.0.4.tar.bz2 deleted file mode 100644 index 7e98249..0000000 --- a/yast2-ntp-client-4.0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d391c0596ed0b4e99750e27c38b9cbf844162367afb1a2a9f407132dc69b0412 -size 60341 diff --git a/yast2-ntp-client-4.0.5.tar.bz2 b/yast2-ntp-client-4.0.5.tar.bz2 new file mode 100644 index 0000000..0f31b3e --- /dev/null +++ b/yast2-ntp-client-4.0.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef945aaa5e6a2852b603a753bb9839bfe29afded89ccddf1447bcdab69b4d4e9 +size 60482 diff --git a/yast2-ntp-client.changes b/yast2-ntp-client.changes index 8f45e77..ff47e10 100644 --- a/yast2-ntp-client.changes +++ b/yast2-ntp-client.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Dec 12 16:55:54 UTC 2017 - igonzalezsosa@suse.com + +- Improve AutoYaST error message adaptation when too many + unsupported keys are found (related to bsc#1072407) +- 4.0.5 + ------------------------------------------------------------------- Tue Dec 12 14:54:34 UTC 2017 - igonzalezsosa@suse.com diff --git a/yast2-ntp-client.spec b/yast2-ntp-client.spec index 0ada663..1f38135 100644 --- a/yast2-ntp-client.spec +++ b/yast2-ntp-client.spec @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 4.0.4 +Version: 4.0.5 Release: 0 Summary: YaST2 - NTP Client Configuration License: GPL-2.0+ From aa82fb68a172f647c3870dc1fbe63a673663e9d52b91b6d676923162afa8dfe2 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 13 Dec 2017 15:21:32 +0000 Subject: [PATCH 6/6] - Do minimal modification to default chrony.conf in autoyast when chrony is not specified explicitly in packages section of profile (bsc#1072595) - 4.0.6 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-ntp-client?expand=0&rev=241 --- yast2-ntp-client-4.0.5.tar.bz2 | 3 --- yast2-ntp-client-4.0.6.tar.bz2 | 3 +++ yast2-ntp-client.changes | 8 ++++++++ yast2-ntp-client.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 yast2-ntp-client-4.0.5.tar.bz2 create mode 100644 yast2-ntp-client-4.0.6.tar.bz2 diff --git a/yast2-ntp-client-4.0.5.tar.bz2 b/yast2-ntp-client-4.0.5.tar.bz2 deleted file mode 100644 index 0f31b3e..0000000 --- a/yast2-ntp-client-4.0.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef945aaa5e6a2852b603a753bb9839bfe29afded89ccddf1447bcdab69b4d4e9 -size 60482 diff --git a/yast2-ntp-client-4.0.6.tar.bz2 b/yast2-ntp-client-4.0.6.tar.bz2 new file mode 100644 index 0000000..c77b6af --- /dev/null +++ b/yast2-ntp-client-4.0.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeaba444f4024ce7c083f9aeac0fc1da4be1648055aa072d1e6116cacf38e5bb +size 60732 diff --git a/yast2-ntp-client.changes b/yast2-ntp-client.changes index ff47e10..ce4567b 100644 --- a/yast2-ntp-client.changes +++ b/yast2-ntp-client.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Dec 13 14:40:48 UTC 2017 - jreidinger@suse.com + +- Do minimal modification to default chrony.conf in autoyast + when chrony is not specified explicitly in packages section of + profile (bsc#1072595) +- 4.0.6 + ------------------------------------------------------------------- Tue Dec 12 16:55:54 UTC 2017 - igonzalezsosa@suse.com diff --git a/yast2-ntp-client.spec b/yast2-ntp-client.spec index 1f38135..65e20fe 100644 --- a/yast2-ntp-client.spec +++ b/yast2-ntp-client.spec @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 4.0.5 +Version: 4.0.6 Release: 0 Summary: YaST2 - NTP Client Configuration License: GPL-2.0+