Hello community,

here is the log from the commit of package yast2-ntp-client for 
openSUSE:Factory checked in at 2015-08-10 09:09:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-07-23 15:21:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-ntp-client.new/yast2-ntp-client.changes   
2015-08-10 09:09:51.000000000 +0200
@@ -1,0 +2,15 @@
+Fri Aug  7 12:35:42 UTC 2015 - [email protected]
+
+- bnc#799473 - Do not use chronos.cru.fr which is is not really
+  freely accessible: Access policy : acces sous conditions
+- 3.1.18
+
+-------------------------------------------------------------------
+Thu Aug  6 08:51:13 UTC 2015 - [email protected]
+
+- If Install Recommended Packages is disabled during system
+  installation, explicitly install ntp.rpm, avoiding error pop-up
+  "Cannot adjust 'NTP' service" (boo#938951).
+- 3.1.17
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-ntp-client.spec ++++++
--- /var/tmp/diff_new_pack.89j56O/_old  2015-08-10 09:09:52.000000000 +0200
+++ /var/tmp/diff_new_pack.89j56O/_new  2015-08-10 09:09:52.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-ntp-client
-Version:        3.1.16
+Version:        3.1.18
 Release:        0
 Summary:        YaST2 - NTP Client Configuration
 License:        GPL-2.0+

++++++ yast2-ntp-client-3.1.16.tar.bz2 -> yast2-ntp-client-3.1.18.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ntp-client-3.1.16/package/yast2-ntp-client.changes 
new/yast2-ntp-client-3.1.18/package/yast2-ntp-client.changes
--- old/yast2-ntp-client-3.1.16/package/yast2-ntp-client.changes        
2015-07-20 15:35:39.000000000 +0200
+++ new/yast2-ntp-client-3.1.18/package/yast2-ntp-client.changes        
2015-08-07 15:12:44.000000000 +0200
@@ -1,4 +1,19 @@
 -------------------------------------------------------------------
+Fri Aug  7 12:35:42 UTC 2015 - [email protected]
+
+- bnc#799473 - Do not use chronos.cru.fr which is is not really
+  freely accessible: Access policy : acces sous conditions
+- 3.1.18
+
+-------------------------------------------------------------------
+Thu Aug  6 08:51:13 UTC 2015 - [email protected]
+
+- If Install Recommended Packages is disabled during system
+  installation, explicitly install ntp.rpm, avoiding error pop-up
+  "Cannot adjust 'NTP' service" (boo#938951).
+- 3.1.17
+
+-------------------------------------------------------------------
 Mon Jul 20 10:38:30 UTC 2015 - [email protected]
 
 - Calls to sntp adjusted to the syntax of ntp 4.2.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ntp-client-3.1.16/package/yast2-ntp-client.spec 
new/yast2-ntp-client-3.1.18/package/yast2-ntp-client.spec
--- old/yast2-ntp-client-3.1.16/package/yast2-ntp-client.spec   2015-07-20 
15:35:39.000000000 +0200
+++ new/yast2-ntp-client-3.1.18/package/yast2-ntp-client.spec   2015-08-07 
15:12:44.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-ntp-client
-Version:        3.1.16
+Version:        3.1.18
 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.16/src/clients/ntp-client_proposal.rb 
new/yast2-ntp-client-3.1.18/src/clients/ntp-client_proposal.rb
--- old/yast2-ntp-client-3.1.16/src/clients/ntp-client_proposal.rb      
2015-07-20 15:35:39.000000000 +0200
+++ new/yast2-ntp-client-3.1.18/src/clients/ntp-client_proposal.rb      
2015-08-07 15:12:44.000000000 +0200
@@ -369,17 +369,11 @@
       required_package = "ntp"
 
       #In 1st stage, schedule packages for installation
-      #but not in case user wants to set the time only (F#302917)
-      #(ntpdate is in inst-sys so we don't need the package)
-      if Stage.initial && !ntpdate_only
+      if Stage.initial
         Yast.import "Packages"
         Packages.addAdditionalPackage(required_package)
-        # bugzilla #327050
-        # Agent for writing /etc/ntp.conf needs to be installed
-        # to write the settings at the end of the installation
-        Packages.addAdditionalPackage("yast2-ntp-client")
       #Otherwise, prompt user for confirming pkg installation
-      elsif !Stage.initial
+      else
         if !PackageSystem.CheckAndInstallPackages([required_package])
           Report.Error(
             Builtins.sformat(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ntp-client-3.1.16/src/data/ntp_servers.yml 
new/yast2-ntp-client-3.1.18/src/data/ntp_servers.yml
--- old/yast2-ntp-client-3.1.16/src/data/ntp_servers.yml        2015-07-20 
15:35:39.000000000 +0200
+++ new/yast2-ntp-client-3.1.18/src/data/ntp_servers.yml        2015-08-07 
15:12:44.000000000 +0200
@@ -1063,14 +1063,6 @@
   synchronization: NTP V3 primary (Meinberg DCF-77 PZF 535/TCXO), IBM 
RS6000-250,
     AIX 4.x
 
-- access_policy: open access to stratum-2 servers, send a message to notify
-  address: chronos.cru.fr
-  country: FR
-  exact_location: University of Rennes 1, Britany, France
-  location: France/Europe
-  stratum: '1'
-  synchronization: NTP V3, Datum TymServe 2100L with GPS
-
 - access_policy: open access to stratum-2 servers, but please send a message 
to notify
   address: ntp-p1.obspm.fr
   country: FR


Reply via email to