Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-installation-control for 
openSUSE:Factory checked in at 2021-01-15 19:44:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation-control (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-installation-control.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-installation-control"

Fri Jan 15 19:44:59 2021 rev:37 rq:862400 version:4.3.8

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-installation-control/yast2-installation-control.changes
    2020-11-13 18:57:21.165997953 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation-control.new.28504/yast2-installation-control.changes
 2021-01-15 19:45:09.801926696 +0100
@@ -1,0 +2,7 @@
+Mon Jan 11 14:12:26 UTC 2021 - Josef Reidinger <[email protected]>
+
+- Add option to control file to specify default ntp servers
+  (bsc#1180699)
+- 4.3.8  
+
+-------------------------------------------------------------------

Old:
----
  yast2-installation-control-4.3.7.tar.bz2

New:
----
  yast2-installation-control-4.3.8.tar.bz2

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

Other differences:
------------------
++++++ yast2-installation-control.spec ++++++
--- /var/tmp/diff_new_pack.jPbYqn/_old  2021-01-15 19:45:10.417927613 +0100
+++ /var/tmp/diff_new_pack.jPbYqn/_new  2021-01-15 19:45:10.417927613 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-installation-control
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # 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-installation-control
-Version:        4.3.7
+Version:        4.3.8
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-installation-control-4.3.7.tar.bz2 -> 
yast2-installation-control-4.3.8.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-4.3.7/control/control.rnc 
new/yast2-installation-control-4.3.8/control/control.rnc
--- old/yast2-installation-control-4.3.7/control/control.rnc    2020-11-12 
10:36:49.000000000 +0100
+++ new/yast2-installation-control-4.3.8/control/control.rnc    2021-01-11 
17:15:19.000000000 +0100
@@ -163,6 +163,7 @@
     | full_system_download_url
     | precise_time
     | propose_hibernation
+    | default_ntp_servers
 
 ## Default kernel parameters proposed by bootloader
 additional_kernel_parameters =         element additional_kernel_parameters { 
STRING }
@@ -294,6 +295,12 @@
 ## Defines if makes sense for product to propose hibernation (jsc#SLE-12280)
 ## by default true
 propose_hibernation =                  element propose_hibernation { BOOLEAN }
+## Defines list of default ntp servers from which product can pick.
+## Used mainly to distinguish between openSUSE and SUSE products. See 
bsc#1180699
+default_ntp_servers = element default_ntp_servers {
+  LIST,
+  element ntp_server { STRING }
+}
 
 ## Defines which pieces of installation system should be copied to
 ## the installed system before rebooting to second stage.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-4.3.7/control/control.rng 
new/yast2-installation-control-4.3.8/control/control.rng
--- old/yast2-installation-control-4.3.7/control/control.rng    2020-11-12 
10:36:49.000000000 +0100
+++ new/yast2-installation-control-4.3.8/control/control.rng    2021-01-11 
17:15:19.000000000 +0100
@@ -242,6 +242,7 @@
       <ref name="full_system_download_url"/>
       <ref name="precise_time"/>
       <ref name="propose_hibernation"/>
+      <ref name="default_ntp_servers"/>
     </choice>
   </define>
   <define name="additional_kernel_parameters">
@@ -607,6 +608,16 @@
       <ref name="BOOLEAN"/>
     </element>
   </define>
+  <define name="default_ntp_servers">
+    <a:documentation>Defines list of default ntp servers from which product 
can pick.
+Used mainly to distinguish between openSUSE and SUSE products. See 
bsc#1180699</a:documentation>
+    <element name="default_ntp_servers">
+      <ref name="LIST"/>
+      <element name="ntp_server">
+        <ref name="STRING"/>
+      </element>
+    </element>
+  </define>
   <define name="save_instsys_content">
     <a:documentation>Defines which pieces of installation system should be 
copied to
 the installed system before rebooting to second stage.</a:documentation>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-4.3.7/package/yast2-installation-control.changes 
new/yast2-installation-control-4.3.8/package/yast2-installation-control.changes
--- 
old/yast2-installation-control-4.3.7/package/yast2-installation-control.changes 
    2020-11-12 10:36:49.000000000 +0100
+++ 
new/yast2-installation-control-4.3.8/package/yast2-installation-control.changes 
    2021-01-11 17:15:19.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Mon Jan 11 14:12:26 UTC 2021 - Josef Reidinger <[email protected]>
+
+- Add option to control file to specify default ntp servers
+  (bsc#1180699)
+- 4.3.8  
+
+-------------------------------------------------------------------
 Wed Nov 11 15:16:15 UTC 2020 - Josef Reidinger <[email protected]>
 
 - Add option to control file to specify if propose hibernation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-4.3.7/package/yast2-installation-control.spec 
new/yast2-installation-control-4.3.8/package/yast2-installation-control.spec
--- 
old/yast2-installation-control-4.3.7/package/yast2-installation-control.spec    
    2020-11-12 10:36:49.000000000 +0100
+++ 
new/yast2-installation-control-4.3.8/package/yast2-installation-control.spec    
    2021-01-11 17:15:19.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation-control
-Version:        4.3.7
+Version:        4.3.8
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

Reply via email to