Hello community,

here is the log from the commit of package yast2-installation-control for 
openSUSE:Leap:15.2 checked in at 2020-02-27 06:41:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/yast2-installation-control (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.yast2-installation-control.new.26092 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-installation-control"

Thu Feb 27 06:41:35 2020 rev:61 rq:779163 version:4.2.9

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/yast2-installation-control/yast2-installation-control.changes
  2020-01-15 16:32:12.584880049 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.yast2-installation-control.new.26092/yast2-installation-control.changes
       2020-02-27 06:41:37.409624622 +0100
@@ -1,0 +2,7 @@
+Mon Feb 24 14:52:05 UTC 2020 - Ladislav Slezák <lsle...@suse.cz>
+
+- Allow specifying the default preselected modules in the offline
+  installation (jsc#SLE-8040, jsc#SLE-11455)
+- 4.2.9
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-installation-control.spec ++++++
--- /var/tmp/diff_new_pack.MaYlF7/_old  2020-02-27 06:41:37.701625230 +0100
+++ /var/tmp/diff_new_pack.MaYlF7/_new  2020-02-27 06:41:37.705625239 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-installation-control
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # 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.2.8
+Version:        4.2.9
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-installation-control-4.2.8.tar.bz2 -> 
yast2-installation-control-4.2.9.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-4.2.8/control/control.rnc 
new/yast2-installation-control-4.2.9/control/control.rnc
--- old/yast2-installation-control-4.2.8/control/control.rnc    2019-10-02 
13:21:34.000000000 +0200
+++ new/yast2-installation-control-4.2.9/control/control.rnc    2020-02-24 
16:20:48.000000000 +0100
@@ -319,6 +319,7 @@
     | upgrade
     | minimalistic_libzypp_config
     | base_products
+    | software_default_modules
 
 ## The name of the product which should be selected,
 ## useful to choose it without asking the user (bsc#1124590).
@@ -360,6 +361,13 @@
     element package { text }+
 }
 
+# the default preselected products (modules) for the base product, used only
+# in Full medium offline installation, see 
https://jira.suse.com/browse/SLE-8040
+software_default_modules = element default_modules {
+    LIST,
+    element default_module { text }*
+}
+
 kernel_packages = element kernel_packages {
     LIST,
     element package { text }+
@@ -464,6 +472,7 @@
 ## Minimalistic libzypp configuration (only requires, no documentation and no 
multiversion)
 minimalistic_libzypp_config = element minimalistic_libzypp_config { BOOLEAN }
 
+# the base products for the SCC (Online medium only)
 base_products = element base_products {
     LIST,
     base_product+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-4.2.8/control/control.rng 
new/yast2-installation-control-4.2.9/control/control.rng
--- old/yast2-installation-control-4.2.8/control/control.rng    2019-10-02 
13:21:34.000000000 +0200
+++ new/yast2-installation-control-4.2.9/control/control.rng    2020-02-24 
16:20:48.000000000 +0100
@@ -610,6 +610,7 @@
       <ref name="upgrade"/>
       <ref name="minimalistic_libzypp_config"/>
       <ref name="base_products"/>
+      <ref name="software_default_modules"/>
     </choice>
   </define>
   <define name="select_product">
@@ -720,6 +721,20 @@
       </oneOrMore>
     </element>
   </define>
+  <!--
+    the default preselected products (modules) for the base product, used only
+    in Full medium offline installation, see 
https://jira.suse.com/browse/SLE-8040
+  -->
+  <define name="software_default_modules">
+    <element name="default_modules">
+      <ref name="LIST"/>
+      <zeroOrMore>
+        <element name="default_module">
+          <text/>
+        </element>
+      </zeroOrMore>
+    </element>
+  </define>
   <define name="kernel_packages">
     <element name="kernel_packages">
       <ref name="LIST"/>
@@ -946,6 +961,7 @@
       <ref name="BOOLEAN"/>
     </element>
   </define>
+  <!-- the base products for the SCC (Online medium only) -->
   <define name="base_products">
     <element name="base_products">
       <ref name="LIST"/>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-4.2.8/package/yast2-installation-control.changes 
new/yast2-installation-control-4.2.9/package/yast2-installation-control.changes
--- 
old/yast2-installation-control-4.2.8/package/yast2-installation-control.changes 
    2019-10-02 13:21:34.000000000 +0200
+++ 
new/yast2-installation-control-4.2.9/package/yast2-installation-control.changes 
    2020-02-24 16:20:48.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Mon Feb 24 14:52:05 UTC 2020 - Ladislav Slezák <lsle...@suse.cz>
+
+- Allow specifying the default preselected modules in the offline
+  installation (jsc#SLE-8040, jsc#SLE-11455)
+- 4.2.9
+
+-------------------------------------------------------------------
 Wed Oct  2 10:42:28 UTC 2019 - Josef Reidinger <jreidin...@suse.com>
 
 - Add "precise_time" for products that depends on precise time.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-4.2.8/package/yast2-installation-control.spec 
new/yast2-installation-control-4.2.9/package/yast2-installation-control.spec
--- 
old/yast2-installation-control-4.2.8/package/yast2-installation-control.spec    
    2019-10-02 13:21:34.000000000 +0200
+++ 
new/yast2-installation-control-4.2.9/package/yast2-installation-control.spec    
    2020-02-24 16:20:48.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation-control
-Version:        4.2.8
+Version:        4.2.9
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build


Reply via email to