Hello community,

here is the log from the commit of package yast2-ntp-client for 
openSUSE:Factory checked in at 2014-04-26 11:44:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-04-05 14:43:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-ntp-client.new/yast2-ntp-client.changes   
2014-04-26 11:44:55.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Apr 15 09:58:18 CEST 2014 - [email protected]
+
+- Fixed evaluation of starting the NTP service (bnc#872389)
+- 3.1.8
+
+-------------------------------------------------------------------

Old:
----
  yast2-ntp-client-3.1.7.tar.bz2

New:
----
  yast2-ntp-client-3.1.8.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-ntp-client.spec ++++++
--- /var/tmp/diff_new_pack.kxEHeC/_old  2014-04-26 11:44:56.000000000 +0200
+++ /var/tmp/diff_new_pack.kxEHeC/_new  2014-04-26 11:44:56.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-ntp-client
-Version:        3.1.7
+Version:        3.1.8
 Release:        0
 Summary:        YaST2 - NTP Client Configuration
 License:        GPL-2.0+

++++++ yast2-ntp-client-3.1.7.tar.bz2 -> yast2-ntp-client-3.1.8.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ntp-client-3.1.7/package/yast2-ntp-client.changes 
new/yast2-ntp-client-3.1.8/package/yast2-ntp-client.changes
--- old/yast2-ntp-client-3.1.7/package/yast2-ntp-client.changes 2014-04-03 
14:25:50.000000000 +0200
+++ new/yast2-ntp-client-3.1.8/package/yast2-ntp-client.changes 2014-04-15 
10:11:35.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue Apr 15 09:58:18 CEST 2014 - [email protected]
+
+- Fixed evaluation of starting the NTP service (bnc#872389)
+- 3.1.8
+
+-------------------------------------------------------------------
 Thu Apr  3 11:52:14 UTC 2014 - [email protected]
 
 - change path for ntptimeset(bnc#871367)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ntp-client-3.1.7/package/yast2-ntp-client.spec 
new/yast2-ntp-client-3.1.8/package/yast2-ntp-client.spec
--- old/yast2-ntp-client-3.1.7/package/yast2-ntp-client.spec    2014-04-03 
14:25:50.000000000 +0200
+++ new/yast2-ntp-client-3.1.8/package/yast2-ntp-client.spec    2014-04-15 
10:11:35.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-ntp-client
-Version:        3.1.7
+Version:        3.1.8
 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.7/src/modules/NtpClient.rb 
new/yast2-ntp-client-3.1.8/src/modules/NtpClient.rb
--- old/yast2-ntp-client-3.1.7/src/modules/NtpClient.rb 2014-04-03 
14:25:50.000000000 +0200
+++ new/yast2-ntp-client-3.1.8/src/modules/NtpClient.rb 2014-04-15 
10:11:35.000000000 +0200
@@ -870,11 +870,15 @@
         Report.Error(Message.CannotAdjustService("NTP"))
       end
 
-      if @run_service && !@write_only && Service.Restart(@service_name)
-        # error report
-        Report.Error(_("Cannot restart the NTP daemon."))
+      if @run_service
+        unless @write_only
+          # error report
+          Report.Error(_("Cannot restart the NTP daemon.")) unless 
Service.Restart(@service_name)
+        end
+      else
+        Service.Stop(@service_name)
       end
-      Service.Stop(@service_name) if !@run_service
+
       if @synchronize_time
         SCR.Write(
           path(".target.string"),

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to