Hello community, here is the log from the commit of package yast2-ntp-client for openSUSE:Factory checked in at 2018-03-26 12:14:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-ntp-client (Old) and /work/SRC/openSUSE:Factory/.yast2-ntp-client.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-ntp-client" Mon Mar 26 12:14:08 2018 rev:104 rq:589940 version:4.0.10 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-ntp-client/yast2-ntp-client.changes 2018-03-11 18:02:06.673717112 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-ntp-client.new/yast2-ntp-client.changes 2018-03-26 12:15:09.288825318 +0200 @@ -1,0 +2,7 @@ +Thu Mar 22 08:16:37 UTC 2018 - [email protected] + +- Permitted the use of 'listentry' element or 'ntp_server' and + allowed to be an empty list in the AutoYaST schema (bsc#1013047) +- 4.0.10 + +------------------------------------------------------------------- Old: ---- yast2-ntp-client-4.0.9.tar.bz2 New: ---- yast2-ntp-client-4.0.10.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-ntp-client.spec ++++++ --- /var/tmp/diff_new_pack.iNAjaA/_old 2018-03-26 12:15:15.232612227 +0200 +++ /var/tmp/diff_new_pack.iNAjaA/_new 2018-03-26 12:15:15.236612084 +0200 @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 4.0.9 +Version: 4.0.10 Release: 0 Summary: YaST2 - NTP Client Configuration License: GPL-2.0+ ++++++ yast2-ntp-client-4.0.9.tar.bz2 -> yast2-ntp-client-4.0.10.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ntp-client-4.0.9/package/yast2-ntp-client.changes new/yast2-ntp-client-4.0.10/package/yast2-ntp-client.changes --- old/yast2-ntp-client-4.0.9/package/yast2-ntp-client.changes 2018-03-07 12:22:42.000000000 +0100 +++ new/yast2-ntp-client-4.0.10/package/yast2-ntp-client.changes 2018-03-22 09:46:35.000000000 +0100 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu Mar 22 08:16:37 UTC 2018 - [email protected] + +- Permitted the use of 'listentry' element or 'ntp_server' and + allowed to be an empty list in the AutoYaST schema (bsc#1013047) +- 4.0.10 + +------------------------------------------------------------------- Wed Mar 7 10:57:36 UTC 2018 - [email protected] - change cron config file name to suse-ntp_synchronize diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ntp-client-4.0.9/package/yast2-ntp-client.spec new/yast2-ntp-client-4.0.10/package/yast2-ntp-client.spec --- old/yast2-ntp-client-4.0.9/package/yast2-ntp-client.spec 2018-03-07 12:22:42.000000000 +0100 +++ new/yast2-ntp-client-4.0.10/package/yast2-ntp-client.spec 2018-03-22 09:46:35.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 4.0.9 +Version: 4.0.10 Release: 0 Summary: YaST2 - NTP Client Configuration License: GPL-2.0+ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ntp-client-4.0.9/src/autoyast-rnc/ntpclient.rnc new/yast2-ntp-client-4.0.10/src/autoyast-rnc/ntpclient.rnc --- old/yast2-ntp-client-4.0.9/src/autoyast-rnc/ntpclient.rnc 2018-03-07 12:22:42.000000000 +0100 +++ new/yast2-ntp-client-4.0.10/src/autoyast-rnc/ntpclient.rnc 2018-03-22 09:46:35.000000000 +0100 @@ -18,9 +18,9 @@ ntp_servers = element ntp_servers { LIST, - element ntp_server { + element (ntp_server | listentry) { element address { text } & element iburst { BOOLEAN }? & element offline { BOOLEAN }? - } + }* }
