Hello community, here is the log from the commit of package yast2-ntp-client for openSUSE:Factory checked in at 2014-08-27 16:53:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-06-16 21:43:40.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-ntp-client.new/yast2-ntp-client.changes 2014-08-27 16:53:04.000000000 +0200 @@ -1,0 +2,7 @@ +Wed Aug 20 16:27:49 CEST 2014 - [email protected] + +- Autoyast cloning: Do not show error popup if ntp server has not + installed. (bnc#891422) +- 3.1.10 + +------------------------------------------------------------------- Old: ---- yast2-ntp-client-3.1.9.tar.bz2 New: ---- yast2-ntp-client-3.1.10.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-ntp-client.spec ++++++ --- /var/tmp/diff_new_pack.ajLf2k/_old 2014-08-27 16:53:05.000000000 +0200 +++ /var/tmp/diff_new_pack.ajLf2k/_new 2014-08-27 16:53:05.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 3.1.9 +Version: 3.1.10 Release: 0 Summary: YaST2 - NTP Client Configuration License: GPL-2.0+ ++++++ yast2-ntp-client-3.1.9.tar.bz2 -> yast2-ntp-client-3.1.10.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ntp-client-3.1.9/package/yast2-ntp-client.changes new/yast2-ntp-client-3.1.10/package/yast2-ntp-client.changes --- old/yast2-ntp-client-3.1.9/package/yast2-ntp-client.changes 2014-06-11 13:26:32.000000000 +0200 +++ new/yast2-ntp-client-3.1.10/package/yast2-ntp-client.changes 2014-08-20 16:51:18.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Aug 20 16:27:49 CEST 2014 - [email protected] + +- Autoyast cloning: Do not show error popup if ntp server has not + installed. (bnc#891422) +- 3.1.10 + +------------------------------------------------------------------- Thu Jun 5 09:45:40 UTC 2014 - [email protected] - bnc#881026 - YaST ntp-client: "sync without daemon" not documented in help diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ntp-client-3.1.9/package/yast2-ntp-client.spec new/yast2-ntp-client-3.1.10/package/yast2-ntp-client.spec --- old/yast2-ntp-client-3.1.9/package/yast2-ntp-client.spec 2014-06-11 13:26:32.000000000 +0200 +++ new/yast2-ntp-client-3.1.10/package/yast2-ntp-client.spec 2014-08-20 16:51:18.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-ntp-client -Version: 3.1.9 +Version: 3.1.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-3.1.9/src/modules/NtpClient.rb new/yast2-ntp-client-3.1.10/src/modules/NtpClient.rb --- old/yast2-ntp-client-3.1.9/src/modules/NtpClient.rb 2014-06-11 13:26:32.000000000 +0200 +++ new/yast2-ntp-client-3.1.10/src/modules/NtpClient.rb 2014-08-20 16:51:18.000000000 +0200 @@ -578,8 +578,11 @@ end if failed - # error report - Report.Error(Message.CannotReadCurrentSettings) + # While calling "yast clone_system" it is possible that + # the ntp server has not already been installed at that time. + # (This would be done if yast2-ntp-client will be called in the UI) + # In that case the error popup will not be shown. (bnc#889557) + Report.Error(Message.CannotReadCurrentSettings) unless Mode.config end if !Mode.testsuite -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
