Hello community, here is the log from the commit of package yast2-ntp-client for openSUSE:Factory checked in at 2016-01-16 11:56: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" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-ntp-client/yast2-ntp-client.changes 2015-11-04 15:30:04.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-ntp-client.new/yast2-ntp-client.changes 2016-01-16 11:56:10.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Nov 13 10:59:21 UTC 2015 - [email protected] + +- Fix validation of AutoYaST profiles (bsc#954412) +- 3.1.21 + +------------------------------------------------------------------- Old: ---- yast2-ntp-client-3.1.20.tar.bz2 New: ---- yast2-ntp-client-3.1.21.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-ntp-client.spec ++++++ --- /var/tmp/diff_new_pack.P57UFQ/_old 2016-01-16 11:56:11.000000000 +0100 +++ /var/tmp/diff_new_pack.P57UFQ/_new 2016-01-16 11:56:11.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package yast2-ntp-client # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 3.1.20 +Version: 3.1.21 Release: 0 Summary: YaST2 - NTP Client Configuration License: GPL-2.0+ ++++++ yast2-ntp-client-3.1.20.tar.bz2 -> yast2-ntp-client-3.1.21.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ntp-client-3.1.20/package/yast2-ntp-client.changes new/yast2-ntp-client-3.1.21/package/yast2-ntp-client.changes --- old/yast2-ntp-client-3.1.20/package/yast2-ntp-client.changes 2015-10-29 13:20:27.000000000 +0100 +++ new/yast2-ntp-client-3.1.21/package/yast2-ntp-client.changes 2016-01-14 12:56:45.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri Nov 13 10:59:21 UTC 2015 - [email protected] + +- Fix validation of AutoYaST profiles (bsc#954412) +- 3.1.21 + +------------------------------------------------------------------- Thu Oct 29 12:05:53 UTC 2015 - [email protected] - Fixed an error in the "run NTP as daemon" checkbox (bsc#952144) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ntp-client-3.1.20/package/yast2-ntp-client.spec new/yast2-ntp-client-3.1.21/package/yast2-ntp-client.spec --- old/yast2-ntp-client-3.1.20/package/yast2-ntp-client.spec 2015-10-29 13:20:27.000000000 +0100 +++ new/yast2-ntp-client-3.1.21/package/yast2-ntp-client.spec 2016-01-14 12:56:45.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 3.1.20 +Version: 3.1.21 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-3.1.20/src/autoyast-rnc/ntpclient.rnc new/yast2-ntp-client-3.1.21/src/autoyast-rnc/ntpclient.rnc --- old/yast2-ntp-client-3.1.20/src/autoyast-rnc/ntpclient.rnc 2015-10-29 13:20:27.000000000 +0100 +++ new/yast2-ntp-client-3.1.21/src/autoyast-rnc/ntpclient.rnc 2016-01-14 12:56:45.000000000 +0100 @@ -9,7 +9,9 @@ restricts? & start_at_boot? & start_in_chroot? & - ntp_policy? + ntp_policy? & + sync_interval? & + synchronize_time? } ntp_policy = @@ -56,10 +58,10 @@ | restrict_options | restrict_target)* } -restrict_mask = element type { text } -restrict_comment = element options { text } -restrict_options = element device { text } -restrict_target = element comment { text } +restrict_mask = element mask { text } +restrict_comment = element comment { text } +restrict_options = element options { text } +restrict_target = element target { text } restricts = element restricts { @@ -71,3 +73,8 @@ element start_at_boot { BOOLEAN } start_in_chroot = element start_in_chroot { BOOLEAN } + +sync_interval = + element sync_interval { INTEGER } +synchronize_time = + element synchronize_time { BOOLEAN }
