Hello community,
here is the log from the commit of package yast2-installation-control for
openSUSE:Factory checked in at 2017-04-25 08:56:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation-control (Old)
and /work/SRC/openSUSE:Factory/.yast2-installation-control.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-installation-control"
Tue Apr 25 08:56:42 2017 rev:14 rq:490232 version:3.2.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/yast2-installation-control/yast2-installation-control.changes
2017-01-23 11:27:20.291393033 +0100
+++
/work/SRC/openSUSE:Factory/.yast2-installation-control.new/yast2-installation-control.changes
2017-04-25 08:56:44.355382580 +0200
@@ -1,0 +2,21 @@
+Mon Mar 13 16:00:38 UTC 2017 - [email protected]
+
+- Fix system roles specification in the update section
+ (related to FATE#320772)
+- no_default element in system roles definition is not mandatory
+ (bsc#1029171)
+- 3.2.5
+
+-------------------------------------------------------------------
+Mon Mar 13 13:01:19 UTC 2017 - [email protected]
+
+- Support to add roles through addons (FATE#320772)
+- 3.2.4
+
+-------------------------------------------------------------------
+Mon Feb 13 08:52:08 UTC 2017 - [email protected]
+
+- add option to have roles with no default (poo#14936)
+- 3.2.3
+
+-------------------------------------------------------------------
Old:
----
yast2-installation-control-3.2.2.tar.bz2
New:
----
yast2-installation-control-3.2.5.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-installation-control.spec ++++++
--- /var/tmp/diff_new_pack.giorrx/_old 2017-04-25 08:56:45.959155806 +0200
+++ /var/tmp/diff_new_pack.giorrx/_new 2017-04-25 08:56:45.963155240 +0200
@@ -17,7 +17,7 @@
Name: yast2-installation-control
-Version: 3.2.2
+Version: 3.2.5
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ yast2-installation-control-3.2.2.tar.bz2 ->
yast2-installation-control-3.2.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-installation-control-3.2.2/control/control.rnc
new/yast2-installation-control-3.2.5/control/control.rnc
--- old/yast2-installation-control-3.2.2/control/control.rnc 2017-01-17
12:05:23.127301000 +0100
+++ new/yast2-installation-control-3.2.5/control/control.rnc 2017-03-13
17:13:38.708068953 +0100
@@ -551,6 +551,9 @@
## texts section: ${id} and ${id}_description.
element id { text } &
+ ## option to not preselect any role, by default first one is preselected
+ element no_default { BOOLEAN }? &
+
## Role specific overrides for Partitioning
partitioning? &
@@ -811,32 +814,32 @@
element stage { text } &
element mode { text } &
element insert_modules {
- LIST,
- element insert_module {
- element before { text } &
- element modules {
- LIST,
- module+
- }
- }+
+ LIST,
+ element insert_module {
+ element before { text } &
+ element modules {
+ LIST,
+ module+
+ }
+ }+
}? &
element append_modules {
- LIST,
- module+
+ LIST,
+ module+
}? &
element remove_modules {
- LIST,
- element remove_module { text }+
+ LIST,
+ element remove_module { text }+
}? &
element replace_modules {
- LIST,
- element replace_module {
- element replace { text } &
- element modules {
- LIST,
- module+
- }
- }+
+ LIST,
+ element replace_module {
+ element replace { text } &
+ element modules {
+ LIST,
+ module+
+ }
+ }+
}?
}
@@ -866,29 +869,37 @@
}?
}
+update_system_roles = element system_roles {
+ element insert_system_roles {
+ LIST,
+ element insert_system_role { system_roles }+
+ }?
+}
+
update = element update {
element proposals {
- LIST,
- update_proposal+
+ LIST,
+ update_proposal+
}? &
element workflows {
- LIST,
- update_workflow+
+ LIST,
+ update_workflow+
}? &
element inst_finish {
- element before_chroot {
- LIST,
- element module { text }+
- }? &
- element after_chroot {
- LIST,
- element module { text }+
- }? &
- element before_umount {
- LIST,
- element module { text }+
- }?
- }?
+ element before_chroot {
+ LIST,
+ element module { text }+
+ }? &
+ element after_chroot {
+ LIST,
+ element module { text }+
+ }? &
+ element before_umount {
+ LIST,
+ element module { text }+
+ }?
+ }? &
+ update_system_roles?
}
# update
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-installation-control-3.2.2/control/control.rng
new/yast2-installation-control-3.2.5/control/control.rng
--- old/yast2-installation-control-3.2.2/control/control.rng 2017-01-17
12:05:23.131301000 +0100
+++ new/yast2-installation-control-3.2.5/control/control.rng 2017-03-13
17:13:38.708068953 +0100
@@ -1127,6 +1127,12 @@
<text/>
</element>
<optional>
+ <element name="no_default">
+ <a:documentation>option to not preselect any role, by default
first one is preselected</a:documentation>
+ <ref name="BOOLEAN"/>
+ </element>
+ </optional>
+ <optional>
<ref name="partitioning">
<a:documentation>Role specific overrides for
Partitioning</a:documentation>
</ref>
@@ -1731,6 +1737,20 @@
</interleave>
</element>
</define>
+ <define name="update_system_roles">
+ <element name="system_roles">
+ <optional>
+ <element name="insert_system_roles">
+ <ref name="LIST"/>
+ <oneOrMore>
+ <element name="insert_system_role">
+ <ref name="system_roles"/>
+ </element>
+ </oneOrMore>
+ </element>
+ </optional>
+ </element>
+ </define>
<define name="update">
<element name="update">
<interleave>
@@ -1786,6 +1806,9 @@
</interleave>
</element>
</optional>
+ <optional>
+ <ref name="update_system_roles"/>
+ </optional>
</interleave>
</element>
</define>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-control-3.2.2/package/yast2-installation-control.changes
new/yast2-installation-control-3.2.5/package/yast2-installation-control.changes
---
old/yast2-installation-control-3.2.2/package/yast2-installation-control.changes
2017-01-17 12:05:23.131301000 +0100
+++
new/yast2-installation-control-3.2.5/package/yast2-installation-control.changes
2017-03-13 17:13:38.708068953 +0100
@@ -1,4 +1,25 @@
-------------------------------------------------------------------
+Mon Mar 13 16:00:38 UTC 2017 - [email protected]
+
+- Fix system roles specification in the update section
+ (related to FATE#320772)
+- no_default element in system roles definition is not mandatory
+ (bsc#1029171)
+- 3.2.5
+
+-------------------------------------------------------------------
+Mon Mar 13 13:01:19 UTC 2017 - [email protected]
+
+- Support to add roles through addons (FATE#320772)
+- 3.2.4
+
+-------------------------------------------------------------------
+Mon Feb 13 08:52:08 UTC 2017 - [email protected]
+
+- add option to have roles with no default (poo#14936)
+- 3.2.3
+
+-------------------------------------------------------------------
Mon Jan 16 09:22:37 UTC 2017 - [email protected]
- fate#321739
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-control-3.2.2/package/yast2-installation-control.spec
new/yast2-installation-control-3.2.5/package/yast2-installation-control.spec
---
old/yast2-installation-control-3.2.2/package/yast2-installation-control.spec
2017-01-19 11:46:20.711177655 +0100
+++
new/yast2-installation-control-3.2.5/package/yast2-installation-control.spec
2017-03-13 17:13:38.708068953 +0100
@@ -17,7 +17,7 @@
Name: yast2-installation-control
-Version: 3.2.2
+Version: 3.2.5
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build