Hello community,
here is the log from the commit of package yast2-installation-control for
openSUSE:Factory checked in at 2019-09-23 13:17:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation-control (Old)
and /work/SRC/openSUSE:Factory/.yast2-installation-control.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-installation-control"
Mon Sep 23 13:17:12 2019 rev:28 rq:732616 version:4.2.7
Changes:
--------
---
/work/SRC/openSUSE:Factory/yast2-installation-control/yast2-installation-control.changes
2019-08-27 15:24:37.100743265 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-installation-control.new.7948/yast2-installation-control.changes
2019-09-23 13:17:13.565107012 +0200
@@ -1,0 +2,14 @@
+Mon Sep 23 07:02:00 UTC 2019 - Ladislav Slezák <[email protected]>
+
+- Use "display_name" tag for the product label, "label" marks a
+ translatable text (jsc#SLE-7214)
+- 4.2.7
+
+-------------------------------------------------------------------
+Fri Sep 20 15:09:21 UTC 2019 - Ladislav Slezák <[email protected]>
+
+- Allow specifying the base products for the online installation
+ medium (jsc#SLE-7214)
+- 4.2.6
+
+-------------------------------------------------------------------
Old:
----
yast2-installation-control-4.2.5.tar.bz2
New:
----
yast2-installation-control-4.2.7.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-installation-control.spec ++++++
--- /var/tmp/diff_new_pack.Snq7XI/_old 2019-09-23 13:17:14.041106927 +0200
+++ /var/tmp/diff_new_pack.Snq7XI/_new 2019-09-23 13:17:14.045106925 +0200
@@ -17,7 +17,7 @@
Name: yast2-installation-control
-Version: 4.2.5
+Version: 4.2.7
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ yast2-installation-control-4.2.5.tar.bz2 ->
yast2-installation-control-4.2.7.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-installation-control-4.2.5/control/control.rnc
new/yast2-installation-control-4.2.7/control/control.rnc
--- old/yast2-installation-control-4.2.5/control/control.rnc 2019-08-27
10:09:00.000000000 +0200
+++ new/yast2-installation-control-4.2.7/control/control.rnc 2019-09-23
09:22:57.000000000 +0200
@@ -315,6 +315,7 @@
| optional_default_patterns
| upgrade
| minimalistic_libzypp_config
+ | base_products
## The name of the product which should be selected,
## useful to choose it without asking the user (bsc#1124590).
@@ -460,6 +461,20 @@
## Minimalistic libzypp configuration (only requires, no documentation and no
multiversion)
minimalistic_libzypp_config = element minimalistic_libzypp_config { BOOLEAN }
+base_products = element base_products {
+ LIST,
+ base_product+
+}
+
+base_product = element base_product {
+ element special_product { BOOLEAN }? &
+ element display_name { text } &
+ element name { text } &
+ element version { text } &
+ element register_target { text } &
+ element archs { text }?
+}
+
# software
# partitioning
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-installation-control-4.2.5/control/control.rng
new/yast2-installation-control-4.2.7/control/control.rng
--- old/yast2-installation-control-4.2.5/control/control.rng 2019-08-27
10:09:00.000000000 +0200
+++ new/yast2-installation-control-4.2.7/control/control.rng 2019-09-23
09:22:57.000000000 +0200
@@ -602,6 +602,7 @@
<ref name="optional_default_patterns"/>
<ref name="upgrade"/>
<ref name="minimalistic_libzypp_config"/>
+ <ref name="base_products"/>
</choice>
</define>
<define name="select_product">
@@ -938,6 +939,42 @@
<ref name="BOOLEAN"/>
</element>
</define>
+ <define name="base_products">
+ <element name="base_products">
+ <ref name="LIST"/>
+ <oneOrMore>
+ <ref name="base_product"/>
+ </oneOrMore>
+ </element>
+ </define>
+ <define name="base_product">
+ <element name="base_product">
+ <interleave>
+ <optional>
+ <element name="special_product">
+ <ref name="BOOLEAN"/>
+ </element>
+ </optional>
+ <element name="display_name">
+ <text/>
+ </element>
+ <element name="name">
+ <text/>
+ </element>
+ <element name="version">
+ <text/>
+ </element>
+ <element name="register_target">
+ <text/>
+ </element>
+ <optional>
+ <element name="archs">
+ <text/>
+ </element>
+ </optional>
+ </interleave>
+ </element>
+ </define>
<!-- software -->
<!-- partitioning -->
<!--
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-control-4.2.5/package/yast2-installation-control.changes
new/yast2-installation-control-4.2.7/package/yast2-installation-control.changes
---
old/yast2-installation-control-4.2.5/package/yast2-installation-control.changes
2019-08-27 10:09:00.000000000 +0200
+++
new/yast2-installation-control-4.2.7/package/yast2-installation-control.changes
2019-09-23 09:22:57.000000000 +0200
@@ -1,4 +1,18 @@
-------------------------------------------------------------------
+Mon Sep 23 07:02:00 UTC 2019 - Ladislav Slezák <[email protected]>
+
+- Use "display_name" tag for the product label, "label" marks a
+ translatable text (jsc#SLE-7214)
+- 4.2.7
+
+-------------------------------------------------------------------
+Fri Sep 20 15:09:21 UTC 2019 - Ladislav Slezák <[email protected]>
+
+- Allow specifying the base products for the online installation
+ medium (jsc#SLE-7214)
+- 4.2.6
+
+-------------------------------------------------------------------
Tue Aug 27 10:02:50 CEST 2019 - [email protected]
- Adapting Dockerfile to yast-ruby container.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-control-4.2.5/package/yast2-installation-control.spec
new/yast2-installation-control-4.2.7/package/yast2-installation-control.spec
---
old/yast2-installation-control-4.2.5/package/yast2-installation-control.spec
2019-08-27 10:09:00.000000000 +0200
+++
new/yast2-installation-control-4.2.7/package/yast2-installation-control.spec
2019-09-23 09:22:57.000000000 +0200
@@ -17,7 +17,7 @@
Name: yast2-installation-control
-Version: 4.2.5
+Version: 4.2.7
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build