Hello community,

here is the log from the commit of package yast2-installation-control for 
openSUSE:Factory checked in at 2019-03-21 09:51:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation-control (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-installation-control.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-installation-control"

Thu Mar 21 09:51:19 2019 rev:23 rq:685969 version:4.1.7

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/yast2-installation-control/yast2-installation-control.changes
    2018-12-31 09:44:19.994317642 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation-control.new.28833/yast2-installation-control.changes
 2019-03-21 09:51:21.622820332 +0100
@@ -1,0 +2,11 @@
+Mon Mar 18 08:38:40 UTC 2019 - David Díaz <[email protected]>
+
+- Add the readonly_language global parameter (bsc#1121256).
+- 4.1.7
+
+-------------------------------------------------------------------
+Thu Jan  3 10:50:49 UTC 2019 - [email protected]
+
+- Drop system scenarios which were replaced by system roles 
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-installation-control.spec ++++++
--- /var/tmp/diff_new_pack.j2MoC0/_old  2019-03-21 09:51:22.218820171 +0100
+++ /var/tmp/diff_new_pack.j2MoC0/_new  2019-03-21 09:51:22.218820171 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-installation-control
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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.1.6
+Version:        4.1.7
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-installation-control-4.1.6.tar.bz2 -> 
yast2-installation-control-4.1.7.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-4.1.6/control/control.rnc 
new/yast2-installation-control-4.1.7/control/control.rnc
--- old/yast2-installation-control-4.1.6/control/control.rnc    2018-12-18 
13:48:32.000000000 +0100
+++ new/yast2-installation-control-4.1.7/control/control.rnc    2019-03-18 
10:09:33.000000000 +0100
@@ -107,6 +107,7 @@
     | default_subworkflow
     | language
     | timezone
+    | readonly_language
     | readonly_timezone
     | enable_autologin
     | default_target
@@ -143,6 +144,8 @@
 default_subworkflow =                  element default_subworkflow { text }
 ## Default language
 language =                             element language { text }
+## Language cannot be changed by the user
+readonly_language =                    element readonly_language { BOOLEAN }
 ## Default timezone
 timezone =                             element timezone { text }
 ## Timezone cannot be changed by the user
@@ -286,7 +289,6 @@
     | silently_downgrade_packages_reverse_list
     | products_supported_for_upgrade
     | selection_type
-    | system_scenarios
     | default_system_scenario
     | supported_desktops
     | default_desktop
@@ -356,20 +358,6 @@
     element regexp_item { text }+
 }
 
-## Scenarios supported by inst_scenarios client
-system_scenarios = element system_scenarios {
-    LIST,
-    ## One scenario item
-    element system_scenario {
-       ## Unique id that points to texts
-       element id { text } &
-       ## Space or tab-separated list of patterns required by a particular 
scenario
-       element patterns { text } &
-       ## Name of an icon file (without suffix)
-       element icon { text }
-    }+
-}
-
 supported_desktops = element supported_desktops {
     LIST,
     element one_supported_desktop {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-control-4.1.6/control/control.rng 
new/yast2-installation-control-4.1.7/control/control.rng
--- old/yast2-installation-control-4.1.6/control/control.rng    2018-12-18 
13:48:32.000000000 +0100
+++ new/yast2-installation-control-4.1.7/control/control.rng    2019-03-18 
10:09:33.000000000 +0100
@@ -130,6 +130,7 @@
       <ref name="default_subworkflow"/>
       <ref name="language"/>
       <ref name="timezone"/>
+      <ref name="readonly_language"/>
       <ref name="readonly_timezone"/>
       <ref name="enable_autologin"/>
       <ref name="default_target"/>
@@ -202,6 +203,12 @@
       <text/>
     </element>
   </define>
+  <define name="readonly_language">
+    <a:documentation>Language cannot be changed by the user</a:documentation>
+    <element name="readonly_language">
+      <ref name="BOOLEAN"/>
+    </element>
+  </define>
   <define name="timezone">
     <a:documentation>Default timezone</a:documentation>
     <element name="timezone">
@@ -560,7 +567,6 @@
       <ref name="silently_downgrade_packages_reverse_list"/>
       <ref name="products_supported_for_upgrade"/>
       <ref name="selection_type"/>
-      <ref name="system_scenarios"/>
       <ref name="default_system_scenario"/>
       <ref name="supported_desktops"/>
       <ref name="default_desktop"/>
@@ -704,31 +710,6 @@
         </element>
       </oneOrMore>
     </element>
-  </define>
-  <define name="system_scenarios">
-    <a:documentation>Scenarios supported by inst_scenarios 
client</a:documentation>
-    <element name="system_scenarios">
-      <ref name="LIST"/>
-      <oneOrMore>
-        <element name="system_scenario">
-          <a:documentation>One scenario item</a:documentation>
-          <interleave>
-            <element name="id">
-              <a:documentation>Unique id that points to texts</a:documentation>
-              <text/>
-            </element>
-            <element name="patterns">
-              <a:documentation>Space or tab-separated list of patterns 
required by a particular scenario</a:documentation>
-              <text/>
-            </element>
-            <element name="icon">
-              <a:documentation>Name of an icon file (without 
suffix)</a:documentation>
-              <text/>
-            </element>
-          </interleave>
-        </element>
-      </oneOrMore>
-    </element>
   </define>
   <define name="supported_desktops">
     <element name="supported_desktops">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-4.1.6/package/yast2-installation-control.changes 
new/yast2-installation-control-4.1.7/package/yast2-installation-control.changes
--- 
old/yast2-installation-control-4.1.6/package/yast2-installation-control.changes 
    2018-12-18 13:48:32.000000000 +0100
+++ 
new/yast2-installation-control-4.1.7/package/yast2-installation-control.changes 
    2019-03-18 10:09:33.000000000 +0100
@@ -1,4 +1,15 @@
 -------------------------------------------------------------------
+Mon Mar 18 08:38:40 UTC 2019 - David Díaz <[email protected]>
+
+- Add the readonly_language global parameter (bsc#1121256).
+- 4.1.7
+
+-------------------------------------------------------------------
+Thu Jan  3 10:50:49 UTC 2019 - [email protected]
+
+- Drop system scenarios which were replaced by system roles 
+
+-------------------------------------------------------------------
 Mon Dec 17 12:08:31 UTC 2018 - [email protected]
 
 - Add a configuration_management section (fate#322722).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-control-4.1.6/package/yast2-installation-control.spec 
new/yast2-installation-control-4.1.7/package/yast2-installation-control.spec
--- 
old/yast2-installation-control-4.1.6/package/yast2-installation-control.spec    
    2018-12-18 13:48:32.000000000 +0100
+++ 
new/yast2-installation-control-4.1.7/package/yast2-installation-control.spec    
    2019-03-18 10:09:33.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation-control
-Version:        4.1.6
+Version:        4.1.7
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build


Reply via email to