Hello community,
here is the log from the commit of package yast2-installation-control for
openSUSE:Factory checked in at 2019-04-01 12:34:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation-control (Old)
and /work/SRC/openSUSE:Factory/.yast2-installation-control.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-installation-control"
Mon Apr 1 12:34:26 2019 rev:24 rq:689422 version:4.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/yast2-installation-control/yast2-installation-control.changes
2019-03-21 09:51:21.622820332 +0100
+++
/work/SRC/openSUSE:Factory/.yast2-installation-control.new.25356/yast2-installation-control.changes
2019-04-01 12:34:29.293815354 +0200
@@ -1,0 +2,8 @@
+Tue Mar 19 09:52:15 UTC 2019 - David Díaz <[email protected]>
+
+- Add the "select_product" parameter to the software section,
+ which allows to indicate the product that should be selected
+ (bsc#1124590).
+- 4.2.0
+
+-------------------------------------------------------------------
Old:
----
yast2-installation-control-4.1.7.tar.bz2
New:
----
yast2-installation-control-4.2.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-installation-control.spec ++++++
--- /var/tmp/diff_new_pack.eH0C0N/_old 2019-04-01 12:34:29.809815485 +0200
+++ /var/tmp/diff_new_pack.eH0C0N/_new 2019-04-01 12:34:29.809815485 +0200
@@ -17,7 +17,7 @@
Name: yast2-installation-control
-Version: 4.1.7
+Version: 4.2.0
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ yast2-installation-control-4.1.7.tar.bz2 ->
yast2-installation-control-4.2.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-installation-control-4.1.7/control/control.rnc
new/yast2-installation-control-4.2.0/control/control.rnc
--- old/yast2-installation-control-4.1.7/control/control.rnc 2019-03-18
10:09:33.000000000 +0100
+++ new/yast2-installation-control-4.2.0/control/control.rnc 2019-03-28
18:07:46.000000000 +0100
@@ -283,6 +283,7 @@
software_elements =
delete_old_packages
+ | select_product
| delete_old_packages_reverse_list
| disable_media_repo
| silently_downgrade_packages
@@ -310,6 +311,9 @@
| upgrade
| minimalistic_libzypp_config
+## The name of the product which should be selected,
+## useful to choose it without asking the user (bsc#1124590).
+select_product = element select_product { text }
## Whether it is allowed to delete a package during upgrade
## *obsolete* without replacement
delete_old_packages = element delete_old_packages { BOOLEAN }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-installation-control-4.1.7/control/control.rng
new/yast2-installation-control-4.2.0/control/control.rng
--- old/yast2-installation-control-4.1.7/control/control.rng 2019-03-18
10:09:33.000000000 +0100
+++ new/yast2-installation-control-4.2.0/control/control.rng 2019-03-28
18:07:46.000000000 +0100
@@ -561,6 +561,7 @@
<define name="software_elements">
<choice>
<ref name="delete_old_packages"/>
+ <ref name="select_product"/>
<ref name="delete_old_packages_reverse_list"/>
<ref name="disable_media_repo"/>
<ref name="silently_downgrade_packages"/>
@@ -589,6 +590,13 @@
<ref name="minimalistic_libzypp_config"/>
</choice>
</define>
+ <define name="select_product">
+ <a:documentation>The name of the product which should be selected,
+useful to choose it without asking the user (bsc#1124590).</a:documentation>
+ <element name="select_product">
+ <text/>
+ </element>
+ </define>
<define name="delete_old_packages">
<a:documentation>Whether it is allowed to delete a package during upgrade
*obsolete* without replacement</a:documentation>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-control-4.1.7/package/yast2-installation-control.changes
new/yast2-installation-control-4.2.0/package/yast2-installation-control.changes
---
old/yast2-installation-control-4.1.7/package/yast2-installation-control.changes
2019-03-18 10:09:33.000000000 +0100
+++
new/yast2-installation-control-4.2.0/package/yast2-installation-control.changes
2019-03-28 18:07:46.000000000 +0100
@@ -1,4 +1,12 @@
-------------------------------------------------------------------
+Tue Mar 19 09:52:15 UTC 2019 - David Díaz <[email protected]>
+
+- Add the "select_product" parameter to the software section,
+ which allows to indicate the product that should be selected
+ (bsc#1124590).
+- 4.2.0
+
+-------------------------------------------------------------------
Mon Mar 18 08:38:40 UTC 2019 - David Díaz <[email protected]>
- Add the readonly_language global parameter (bsc#1121256).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-control-4.1.7/package/yast2-installation-control.spec
new/yast2-installation-control-4.2.0/package/yast2-installation-control.spec
---
old/yast2-installation-control-4.1.7/package/yast2-installation-control.spec
2019-03-18 10:09:33.000000000 +0100
+++
new/yast2-installation-control-4.2.0/package/yast2-installation-control.spec
2019-03-28 18:07:46.000000000 +0100
@@ -17,7 +17,7 @@
Name: yast2-installation-control
-Version: 4.1.7
+Version: 4.2.0
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build