Hello community,

here is the log from the commit of package yast2-installation-control for 
openSUSE:Factory checked in at 2020-10-18 16:20:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation-control (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-installation-control.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-installation-control"

Sun Oct 18 16:20:35 2020 rev:35 rq:840429 version:4.3.6

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-installation-control/yast2-installation-control.changes
    2020-07-24 09:54:09.477291836 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation-control.new.3486/yast2-installation-control.changes
  2020-10-18 16:20:37.352469493 +0200
@@ -1,0 +2,22 @@
+Wed Oct  7 17:11:29 CEST 2020 - sch...@suse.de
+
+- Upgrade openSUSE->Jump. Allow vendor change without asking
+  the user. Added "product_upgrades" tag in software/upgrade.
+  (jsc#SLE-14807)
+- 4.3.6
+
+-------------------------------------------------------------------
+Wed Oct  7 07:39:24 UTC 2020 - schubi <schubi@localhost>
+
+- Making compatible_vendors optional (jsc#SLE-14807).
+- 4.3.5
+
+-------------------------------------------------------------------
+Fri Oct  2 09:30:19 CEST 2020 - sch...@suse.de
+
+- Upgrade openSUSE->SUSE LLC. Allow vendor change without asking
+  the user. Tag "compatible_vendors" in software/upgrade.
+  (jsc#SLE-14807)
+- 4.3.4
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-installation-control.spec ++++++
--- /var/tmp/diff_new_pack.TrBxJY/_old  2020-10-18 16:20:40.204470763 +0200
+++ /var/tmp/diff_new_pack.TrBxJY/_new  2020-10-18 16:20:40.204470763 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-installation-control
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           yast2-installation-control
-Version:        4.3.3
+Version:        4.3.6
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -26,7 +26,7 @@
 Summary:        YaST2 - RNG schema for installation control files
 License:        GPL-2.0-only
 Group:          System/YaST
-Url:            https://github.com/yast/yast-installation-control
+URL:            https://github.com/yast/yast-installation-control
 
 BuildRequires:  yast2-devtools >= 3.1.10
 # smoke test during build

++++++ yast2-installation-control-4.3.3.tar.bz2 -> 
yast2-installation-control-4.3.6.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-4.3.3/control/control.rnc 
new/yast2-installation-control-4.3.6/control/control.rnc
--- old/yast2-installation-control-4.3.3/control/control.rnc    2020-07-22 
13:48:24.000000000 +0200
+++ new/yast2-installation-control-4.3.6/control/control.rnc    2020-10-09 
15:15:21.000000000 +0200
@@ -508,31 +508,47 @@
 ## Defines behavior during upgrade
 upgrade = element upgrade {
     MAP,
-    ## Optional list of upgrade paths for default window manager set
-    ## in /etc/sysconfig/windowmanager:DEFAULT_WM (not all cases need to be 
handled)
-    element window_managers {
-        LIST,
-        element window_manager {
-          MAP,
-          (
-            ## Windowmanager as found in 
/etc/sysconfig/windowmanager:DEFAULT_WM
-            ## This entry is mandatory
-            element sysconfig_wm { STRING } &
-            ## Space-separated list of packages to check whether the selected 
desktop
-            ## is really installed on the system
-            element check_packages { STRING }? &
-            ## Either install_patterns or install_packages (or both) must be 
defined
+    (
+      ## Optional list of upgrade paths for default window manager set
+      ## in /etc/sysconfig/windowmanager:DEFAULT_WM (not all cases need to be 
handled)
+      element window_managers {
+          LIST,
+          element window_manager {
+            MAP,
             (
-                ## Optional list of space-separated patterns that should be
-                ## selected for installation
-                element install_patterns { STRING } |
-                ## Optional list of space-separated packages that should be
-                ## selected for installation
-                element install_packages { STRING }
-            )+
-          )
-        }*
-    }?
+              ## Windowmanager as found in 
/etc/sysconfig/windowmanager:DEFAULT_WM
+              ## This entry is mandatory
+              element sysconfig_wm { STRING } &
+              ## Space-separated list of packages to check whether the 
selected desktop
+              ## is really installed on the system
+              element check_packages { STRING }? &
+              ## Either install_patterns or install_packages (or both) must be 
defined
+              (
+                  ## Optional list of space-separated patterns that should be
+                  ## selected for installation
+                  element install_patterns { STRING } |
+                  ## Optional list of space-separated packages that should be
+                  ## selected for installation
+                  element install_packages { STRING }
+              )+
+            )
+          }*
+      }? &
+      element product_upgrades {
+          LIST,
+          element product_upgrade {
+              MAP,
+              (
+                element from { STRING } &
+                element to { STRING } &
+                element compatible_vendors {
+                  LIST,
+                  element compatible_vendor { STRING }*
+                }
+              )
+         }*
+      }?
+    )
 }
 
 ## Software / Package-manager related variables
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-4.3.3/control/control.rng 
new/yast2-installation-control-4.3.6/control/control.rng
--- old/yast2-installation-control-4.3.3/control/control.rng    2020-07-22 
13:48:24.000000000 +0200
+++ new/yast2-installation-control-4.3.6/control/control.rng    2020-10-09 
15:15:21.000000000 +0200
@@ -1033,47 +1033,75 @@
     <a:documentation>Defines behavior during upgrade</a:documentation>
     <element name="upgrade">
       <ref name="MAP"/>
-      <optional>
-        <element name="window_managers">
-          <a:documentation>Optional list of upgrade paths for default window 
manager set
+      <interleave>
+        <optional>
+          <element name="window_managers">
+            <a:documentation>Optional list of upgrade paths for default window 
manager set
 in /etc/sysconfig/windowmanager:DEFAULT_WM (not all cases need to be 
handled)</a:documentation>
-          <ref name="LIST"/>
-          <zeroOrMore>
-            <element name="window_manager">
-              <ref name="MAP"/>
-              <interleave>
-                <element name="sysconfig_wm">
-                  <a:documentation>Windowmanager as found in 
/etc/sysconfig/windowmanager:DEFAULT_WM
+            <ref name="LIST"/>
+            <zeroOrMore>
+              <element name="window_manager">
+                <ref name="MAP"/>
+                <interleave>
+                  <element name="sysconfig_wm">
+                    <a:documentation>Windowmanager as found in 
/etc/sysconfig/windowmanager:DEFAULT_WM
 This entry is mandatory</a:documentation>
-                  <ref name="STRING"/>
-                </element>
-                <optional>
-                  <element name="check_packages">
-                    <a:documentation>Space-separated list of packages to check 
whether the selected desktop
-is really installed on the system</a:documentation>
                     <ref name="STRING"/>
                   </element>
-                </optional>
-                <oneOrMore>
-                  <choice>
-                    <a:documentation>Either install_patterns or 
install_packages (or both) must be defined</a:documentation>
-                    <element name="install_patterns">
-                      <a:documentation>Optional list of space-separated 
patterns that should be
-selected for installation</a:documentation>
+                  <optional>
+                    <element name="check_packages">
+                      <a:documentation>Space-separated list of packages to 
check whether the selected desktop
+is really installed on the system</a:documentation>
                       <ref name="STRING"/>
                     </element>
-                    <element name="install_packages">
-                      <a:documentation>Optional list of space-separated 
packages that should be
+                  </optional>
+                  <oneOrMore>
+                    <choice>
+                      <a:documentation>Either install_patterns or 
install_packages (or both) must be defined</a:documentation>
+                      <element name="install_patterns">
+                        <a:documentation>Optional list of space-separated 
patterns that should be
 selected for installation</a:documentation>
-                      <ref name="STRING"/>
-                    </element>
-                  </choice>
-                </oneOrMore>
-              </interleave>
-            </element>
-          </zeroOrMore>
-        </element>
-      </optional>
+                        <ref name="STRING"/>
+                      </element>
+                      <element name="install_packages">
+                        <a:documentation>Optional list of space-separated 
packages that should be
+selected for installation</a:documentation>
+                        <ref name="STRING"/>
+                      </element>
+                    </choice>
+                  </oneOrMore>
+                </interleave>
+              </element>
+            </zeroOrMore>
+          </element>
+        </optional>
+        <optional>
+          <element name="product_upgrades">
+            <ref name="LIST"/>
+            <zeroOrMore>
+              <element name="product_upgrade">
+                <ref name="MAP"/>
+                <interleave>
+                  <element name="from">
+                    <ref name="STRING"/>
+                  </element>
+                  <element name="to">
+                    <ref name="STRING"/>
+                  </element>
+                  <element name="compatible_vendors">
+                    <ref name="LIST"/>
+                    <zeroOrMore>
+                      <element name="compatible_vendor">
+                        <ref name="STRING"/>
+                      </element>
+                    </zeroOrMore>
+                  </element>
+                </interleave>
+              </element>
+            </zeroOrMore>
+          </element>
+        </optional>
+      </interleave>
     </element>
   </define>
   <define name="software">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-4.3.3/package/yast2-installation-control.changes 
new/yast2-installation-control-4.3.6/package/yast2-installation-control.changes
--- 
old/yast2-installation-control-4.3.3/package/yast2-installation-control.changes 
    2020-07-22 13:48:24.000000000 +0200
+++ 
new/yast2-installation-control-4.3.6/package/yast2-installation-control.changes 
    2020-10-09 15:15:21.000000000 +0200
@@ -1,4 +1,26 @@
 -------------------------------------------------------------------
+Wed Oct  7 17:11:29 CEST 2020 - sch...@suse.de
+
+- Upgrade openSUSE->Jump. Allow vendor change without asking
+  the user. Added "product_upgrades" tag in software/upgrade.
+  (jsc#SLE-14807)
+- 4.3.6
+
+-------------------------------------------------------------------
+Wed Oct  7 07:39:24 UTC 2020 - schubi <schubi@localhost>
+
+- Making compatible_vendors optional (jsc#SLE-14807).
+- 4.3.5
+
+-------------------------------------------------------------------
+Fri Oct  2 09:30:19 CEST 2020 - sch...@suse.de
+
+- Upgrade openSUSE->SUSE LLC. Allow vendor change without asking
+  the user. Tag "compatible_vendors" in software/upgrade.
+  (jsc#SLE-14807)
+- 4.3.4
+
+-------------------------------------------------------------------
 Wed Jul 22 11:01:03 UTC 2020 - José Iván López González <jlo...@suse.com>
 
 - Add options to configure the installation layout.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-4.3.3/package/yast2-installation-control.spec 
new/yast2-installation-control-4.3.6/package/yast2-installation-control.spec
--- 
old/yast2-installation-control-4.3.3/package/yast2-installation-control.spec    
    2020-07-22 13:48:24.000000000 +0200
+++ 
new/yast2-installation-control-4.3.6/package/yast2-installation-control.spec    
    2020-10-09 15:15:21.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation-control
-Version:        4.3.3
+Version:        4.3.6
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build


Reply via email to