From 3ab98367d85f9930605c14a6d7f3df406213167d3eb37a143f4c2dd192793ac8 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 3 Jul 2017 09:26:23 +0000 Subject: [PATCH] - Resrict records are written at the end but the default file and most profiles use them at the beginning, which mangles the file completely (bsc#983486). To fix it we have just changed the order of writing. - 3.3.1 - AutoYaST: Fix crash when trying to sanitize not string values, for example initial_sync. - AutoYaST: Sanitize comments by only removing blank spaces at the beginning and adding line break. This avoids augeas parse errors (bsc#1045777). - AutoYaST: Fix crash in CFA when creating a command record with some key value option is given (bsc#1045968) - AutoYaST: Comments from autoyast profile should not be sanitized to avoid entries without space between value and comment (e.g trustedkey 1# coment). This is caused by a bug in augeas adding new entries. OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-ntp-client?expand=0&rev=232 --- yast2-ntp-client-3.3.0.tar.bz2 | 3 --- yast2-ntp-client-3.3.1.tar.bz2 | 3 +++ yast2-ntp-client.changes | 32 ++++++++++++++++++++++++++++++++ yast2-ntp-client.spec | 2 +- 4 files changed, 36 insertions(+), 4 deletions(-) delete mode 100644 yast2-ntp-client-3.3.0.tar.bz2 create mode 100644 yast2-ntp-client-3.3.1.tar.bz2 diff --git a/yast2-ntp-client-3.3.0.tar.bz2 b/yast2-ntp-client-3.3.0.tar.bz2 deleted file mode 100644 index df4eab7..0000000 --- a/yast2-ntp-client-3.3.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce459b91a8292313ed52763f6561d25c2d179e85099027c201aaed090b274575 -size 81492 diff --git a/yast2-ntp-client-3.3.1.tar.bz2 b/yast2-ntp-client-3.3.1.tar.bz2 new file mode 100644 index 0000000..0216073 --- /dev/null +++ b/yast2-ntp-client-3.3.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5362c00848b4ba92e2ae732f02d6bf042aad02100fb850783c9f0424b2e2cea +size 82244 diff --git a/yast2-ntp-client.changes b/yast2-ntp-client.changes index 1417675..7dc3c58 100644 --- a/yast2-ntp-client.changes +++ b/yast2-ntp-client.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Fri Jun 30 16:58:16 UTC 2017 - knut.anderssen@suse.com + +- Resrict records are written at the end but the default file and + most profiles use them at the beginning, which mangles the file + completely (bsc#983486). + To fix it we have just changed the order of writing. +- 3.3.1 + +------------------------------------------------------------------- +Fri Jun 30 09:36:48 UTC 2017 - jlopez@suse.com + +- AutoYaST: Fix crash when trying to sanitize not string values, + for example initial_sync. +- AutoYaST: Sanitize comments by only removing blank spaces at + the beginning and adding line break. This avoids augeas parse + errors (bsc#1045777). + +------------------------------------------------------------------- +Thu Jun 30 09:32:02 UTC 2017 - knut.anderssen@suse.com + +- AutoYaST: Fix crash in CFA when creating a command record with + some key value option is given (bsc#1045968) + +------------------------------------------------------------------- +Thu Jun 29 15:19:51 UTC 2017 - jlopez@suse.com + +- AutoYaST: Comments from autoyast profile should not be sanitized + to avoid entries without space between value and comment (e.g + trustedkey 1# coment). This is caused by a bug in augeas adding + new entries. + ------------------------------------------------------------------- Mon Jun 26 17:23:52 UTC 2017 - jlopez@suse.com diff --git a/yast2-ntp-client.spec b/yast2-ntp-client.spec index d99f4a8..c4c932b 100644 --- a/yast2-ntp-client.spec +++ b/yast2-ntp-client.spec @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 3.3.0 +Version: 3.3.1 Release: 0 Summary: YaST2 - NTP Client Configuration License: GPL-2.0+