Hello community,

here is the log from the commit of package skelcd-control-Kubic for 
openSUSE:Factory checked in at 2018-03-28 12:26:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/skelcd-control-Kubic (Old)
 and      /work/SRC/openSUSE:Factory/.skelcd-control-Kubic.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "skelcd-control-Kubic"

Wed Mar 28 12:26:59 2018 rev:4 rq:591861 version:15.0.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/skelcd-control-Kubic/skelcd-control-Kubic.changes    
    2018-03-14 19:34:46.714279111 +0100
+++ 
/work/SRC/openSUSE:Factory/.skelcd-control-Kubic.new/skelcd-control-Kubic.changes
   2018-03-28 12:27:00.740239347 +0200
@@ -1,0 +2,9 @@
+Tue Mar 27 11:32:15 UTC 2018 - [email protected]
+
+- Implement multi-stage installation workflow (boo#1084466)
+- Evaluate partitions after chosing system role (boo#1085619)
+- Switch language layout in correct order (boo#1086749)
+- Remove registration field (boo#1048738)
+- 15.0.4
+
+-------------------------------------------------------------------

Old:
----
  skelcd-control-Kubic-15.0.3.tar.bz2

New:
----
  skelcd-control-Kubic-15.0.4.tar.bz2

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

Other differences:
------------------
++++++ skelcd-control-Kubic.spec ++++++
--- /var/tmp/diff_new_pack.UAEMRJ/_old  2018-03-28 12:27:01.452213839 +0200
+++ /var/tmp/diff_new_pack.UAEMRJ/_new  2018-03-28 12:27:01.456213695 +0200
@@ -111,7 +111,7 @@
 
 Url:            https://github.com/yast/skelcd-control-Kubic
 AutoReqProv:    off
-Version:        15.0.3
+Version:        15.0.4
 Release:        0
 Summary:        The Kubic control file needed for installation
 License:        MIT

++++++ skelcd-control-Kubic-15.0.3.tar.bz2 -> 
skelcd-control-Kubic-15.0.4.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-Kubic-15.0.3/control/control.Kubic.xml 
new/skelcd-control-Kubic-15.0.4/control/control.Kubic.xml
--- old/skelcd-control-Kubic-15.0.3/control/control.Kubic.xml   2018-03-13 
16:36:39.000000000 +0100
+++ new/skelcd-control-Kubic-15.0.4/control/control.Kubic.xml   2018-03-28 
09:46:41.000000000 +0200
@@ -686,6 +686,26 @@
                     <label>Network Autosetup</label>
                     <name>setup_dhcp</name>
                 </module>
+                <!-- As soon as possible but after network is initialized -->
+                <module>
+                    <label>Installer Update</label>
+                    <name>update_installer</name>
+                </module>
+                <!-- We need to initialize libzypp in order to read product's 
license -->
+                <module>
+                    <label>Repositories Initialization</label>
+                    <name>repositories_initialization</name>
+                </module>
+                <module>
+                    <label>Welcome</label>
+                    <name>complex_welcome</name>
+                    <enable_back>no</enable_back>
+                    <enable_next>yes</enable_next>
+                    <arguments>
+                        <first_run>yes</first_run>
+                    </arguments>
+                    <retranslate config:type="boolean">true</retranslate>
+                </module>
                 <module>
                     <label>Network Activation</label>
                     <name>lan</name>
@@ -708,14 +728,28 @@
                     <name>download_release_notes</name>
                 </module>
                 <module>
-                    <heading>yes</heading>
-                    <label>Installation</label>
+                    <name>system_role</name>
                 </module>
                 <module>
-                    <name>casp_overview</name>
+                    <label>Disk</label>
+                    <name>disk_proposal</name>
                     <enable_back>yes</enable_back>
                     <enable_next>yes</enable_next>
                 </module>
+                <module>
+                    <label>User Settings</label>
+                    <name>root_first</name>
+                </module>
+                <module>
+                    <heading>yes</heading>
+                    <label>Installation</label>
+                </module>
+                <module>
+                    <label>Installation Overview</label>
+                    <name>initial_installation_proposal</name>
+                    <execute>inst_proposal</execute>
+                    <proposal>initial</proposal>
+                </module>
                 <!-- FATE #303860: Provide consistent progress during 
installation -->
                 <module>
                     <label>Perform Installation</label>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-Kubic-15.0.3/package/skelcd-control-Kubic.changes 
new/skelcd-control-Kubic-15.0.4/package/skelcd-control-Kubic.changes
--- old/skelcd-control-Kubic-15.0.3/package/skelcd-control-Kubic.changes        
2018-03-13 16:36:39.000000000 +0100
+++ new/skelcd-control-Kubic-15.0.4/package/skelcd-control-Kubic.changes        
2018-03-28 09:46:41.000000000 +0200
@@ -1,4 +1,13 @@
 -------------------------------------------------------------------
+Tue Mar 27 11:32:15 UTC 2018 - [email protected]
+
+- Implement multi-stage installation workflow (boo#1084466)
+- Evaluate partitions after chosing system role (boo#1085619)
+- Switch language layout in correct order (boo#1086749)
+- Remove registration field (boo#1048738)
+- 15.0.4
+
+-------------------------------------------------------------------
 Tue Mar 13 15:29:10 UTC 2018 - [email protected]
 
 - Replace root_subvolume_read_only with btrfs_read_only (related
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-Kubic-15.0.3/package/skelcd-control-Kubic.spec 
new/skelcd-control-Kubic-15.0.4/package/skelcd-control-Kubic.spec
--- old/skelcd-control-Kubic-15.0.3/package/skelcd-control-Kubic.spec   
2018-03-13 16:36:39.000000000 +0100
+++ new/skelcd-control-Kubic-15.0.4/package/skelcd-control-Kubic.spec   
2018-03-28 09:46:41.000000000 +0200
@@ -111,7 +111,7 @@
 
 Url:            https://github.com/yast/skelcd-control-Kubic
 AutoReqProv:    off
-Version:        15.0.3
+Version:        15.0.4
 Release:        0
 Summary:        The Kubic control file needed for installation
 License:        MIT


Reply via email to