Skip to content

Commit

Permalink
Merge 36051ac into 03d90d5
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Sep 25, 2018
2 parents 03d90d5 + 36051ac commit 7bd2cb6
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
15 changes: 15 additions & 0 deletions doc/features.md
Expand Up @@ -60,6 +60,15 @@ Commented example:
default is 'false' (optional)
-->
<selected config:type="boolean">true</selected>
<!--
Defines priority of the newly added repository (optional).
Libzypp uses its default priority if not set.
-->
<priority config:type="integer">20</priority>
<!--
User has to accept license?
-->
<confirm_license config:type="boolean">true</confirm_license>
</product_item>
<!-- Another product item -->
Expand Down Expand Up @@ -95,6 +104,12 @@ Commented example:
- (boolean) *selected* - Defines the default state of *pre-selected*
state in case of *ask\_user* used; default is *false*

- (integer) *priority* - Defines priority of the newly added repository.
Libzypp uses its default priority if not set.

- (boolean) *confirm_license* - User has to accept license if available?
default: AutoYaST installation:false ; normal installation:true

- (list \<string\>) *install\_products/product* - List of products to
add if there are more than one products at the repository URL; if
not defined, all products are installed.
Expand Down
8 changes: 8 additions & 0 deletions package/yast2-installation.changes
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Sep 25 10:35:03 CEST 2018 - schubi@suse.de

- Updated docu for add_on_products.xml: Added tag "confirm_license"
to handle Add-On-products licenses which will be added while
installation. (bsc#1105758)
- 4.0.71

-------------------------------------------------------------------
Thu Aug 2 09:05:07 UTC 2018 - schubi@suse.de

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-installation.spec
Expand Up @@ -16,7 +16,7 @@
#

Name: yast2-installation
Version: 4.0.70
Version: 4.0.71
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down

0 comments on commit 7bd2cb6

Please sign in to comment.