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-09-08 21:36:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation-control (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-installation-control.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-installation-control"

Wed Sep  8 21:36:33 2021 rev:41 rq:917152 version:4.4.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-installation-control/yast2-installation-control.changes
    2021-06-05 23:30:44.168354922 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation-control.new.1899/yast2-installation-control.changes
  2021-09-08 21:36:49.401902984 +0200
@@ -1,0 +2,7 @@
+Mon Sep  6 15:08:30 UTC 2021 - Knut Anderssen <kanders...@suse.com>
+
+- Fix default ntp servers definition allowing zero or multiple
+  server entries (bsc#1180699).
+- 4.4.3
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-installation-control.spec ++++++
--- /var/tmp/diff_new_pack.QLmIwY/_old  2021-09-08 21:36:49.785903434 +0200
+++ /var/tmp/diff_new_pack.QLmIwY/_new  2021-09-08 21:36:49.785903434 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation-control
-Version:        4.4.2
+Version:        4.4.3
 Release:        0
 Summary:        YaST2 - RNG schema for installation control files
 License:        GPL-2.0-only

++++++ yast2-installation-control-4.4.2.tar.bz2 -> 
yast2-installation-control-4.4.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-4.4.2/control/control.rnc 
new/yast2-installation-control-4.4.3/control/control.rnc
--- old/yast2-installation-control-4.4.2/control/control.rnc    2021-05-31 
12:26:35.000000000 +0200
+++ new/yast2-installation-control-4.4.3/control/control.rnc    2021-09-06 
18:04:18.000000000 +0200
@@ -300,7 +300,7 @@
 ## Used mainly to distinguish between openSUSE and SUSE products. See 
bsc#1180699
 default_ntp_servers = element default_ntp_servers {
   LIST,
-  element ntp_server { STRING }
+  element ntp_server { STRING }*
 }
 ## SELinux options
 selinux = element selinux {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-4.4.2/control/control.rng 
new/yast2-installation-control-4.4.3/control/control.rng
--- old/yast2-installation-control-4.4.2/control/control.rng    2021-05-31 
12:26:35.000000000 +0200
+++ new/yast2-installation-control-4.4.3/control/control.rng    2021-09-06 
18:04:18.000000000 +0200
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-
+  
   IMPORTANT!: After editing control.rnc run "make" to generate the
   RNG file and commit _both_ files to Git to keep them in sync!
-
+  
   We do not generate the RNG file at build time as it adds huge dependecy (it
   is a Java tool so it requires complete Java stack)
-
+  
 -->
 <grammar ns="http://www.suse.com/1.0/yast2ns"; 
xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"; 
xmlns:config="http://www.suse.com/1.0/configns"; 
xmlns="http://relaxng.org/ns/structure/1.0"; 
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes";>
   <!--
@@ -614,9 +614,11 @@
 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>
+      <zeroOrMore>
+        <element name="ntp_server">
+          <ref name="STRING"/>
+        </element>
+      </zeroOrMore>
     </element>
   </define>
   <define name="selinux">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-4.4.2/package/yast2-installation-control.changes 
new/yast2-installation-control-4.4.3/package/yast2-installation-control.changes
--- 
old/yast2-installation-control-4.4.2/package/yast2-installation-control.changes 
    2021-05-31 12:26:35.000000000 +0200
+++ 
new/yast2-installation-control-4.4.3/package/yast2-installation-control.changes 
    2021-09-06 18:04:18.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Mon Sep  6 15:08:30 UTC 2021 - Knut Anderssen <kanders...@suse.com>
+
+- Fix default ntp servers definition allowing zero or multiple
+  server entries (bsc#1180699).
+- 4.4.3
+
+-------------------------------------------------------------------
 Mon May 31 07:50:39 UTC 2021 - Knut Anderssen <kanders...@suse.com>
 
 - Allow to modify IPv4 and IPv6 forwarding defaults (bsc#1186280)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-4.4.2/package/yast2-installation-control.spec 
new/yast2-installation-control-4.4.3/package/yast2-installation-control.spec
--- 
old/yast2-installation-control-4.4.2/package/yast2-installation-control.spec    
    2021-05-31 12:26:35.000000000 +0200
+++ 
new/yast2-installation-control-4.4.3/package/yast2-installation-control.spec    
    2021-09-06 18:04:18.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation-control
-Version:        4.4.2
+Version:        4.4.3
 Release:        0
 Summary:        YaST2 - RNG schema for installation control files
 License:        GPL-2.0-only

Reply via email to