Hello community,

here is the log from the commit of package skelcd-control-openSUSE for 
openSUSE:Factory checked in at 2017-01-27 10:40:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/skelcd-control-openSUSE (Old)
 and      /work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "skelcd-control-openSUSE"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/skelcd-control-openSUSE/skelcd-control-openSUSE-promo.changes
    2016-11-25 12:02:16.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new/skelcd-control-openSUSE-promo.changes
       2017-02-03 20:01:56.501097608 +0100
@@ -1,0 +2,12 @@
+Wed Jan 25 13:04:28 UTC 2017 - [email protected]
+
+- initial support for s390 (bsc#1021615)
+- 42.3.99.1
+
+-------------------------------------------------------------------
+Wed Dec  7 17:26:12 UTC 2016 - [email protected]
+
+- Increase version beyond Leap 42.3.
+- 42.3.99.0
+
+-------------------------------------------------------------------
skelcd-control-openSUSE.changes: same change

Old:
----
  skelcd-control-openSUSE-42.2.99.4.tar.bz2

New:
----
  skelcd-control-openSUSE-42.3.99.1.tar.bz2

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

Other differences:
------------------
++++++ skelcd-control-openSUSE-promo.spec ++++++
--- /var/tmp/diff_new_pack.mPUMkA/_old  2017-02-03 20:01:57.216996842 +0100
+++ /var/tmp/diff_new_pack.mPUMkA/_new  2017-02-03 20:01:57.220996279 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package skelcd-control-openSUSE-promo
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -27,7 +27,7 @@
 #
 ######################################################################
 Name:           skelcd-control-openSUSE-promo
-Version:        42.2.99.4
+Version:        42.3.99.1
 Release:        0
 Summary:        The openSUSE Installation Control file
 License:        MIT
@@ -81,6 +81,10 @@
 Provides:       product_control
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # Architecture specific packages
+%ifarch s390 s390x
+Requires:       yast2-reipl >= 3.1.4
+%endif
+
 %ifarch %ix86 x86_64
 Requires:       yast2-vm
 %endif

skelcd-control-openSUSE.spec: same change
++++++ skelcd-control-openSUSE-42.2.99.4.tar.bz2 -> 
skelcd-control-openSUSE-42.3.99.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-42.2.99.4/control/control.openSUSE.xml 
new/skelcd-control-openSUSE-42.3.99.1/control/control.openSUSE.xml
--- old/skelcd-control-openSUSE-42.2.99.4/control/control.openSUSE.xml  
2016-11-22 17:02:14.934267423 +0100
+++ new/skelcd-control-openSUSE-42.3.99.1/control/control.openSUSE.xml  
2017-01-25 14:47:30.974099438 +0100
@@ -496,6 +496,53 @@
         </proposal>
 
         <proposal>
+            <archs>s390</archs>
+            <label>Installation Settings</label>
+            <mode>installation</mode>
+            <stage>initial</stage>
+            <name>initial</name>
+            <unique_id>inst_initial_s390</unique_id>
+            <enable_skip>no</enable_skip>
+
+            <proposal_modules config:type="list">
+                <proposal_module>
+                    <name>clone</name>
+                    <presentation_order>95</presentation_order>
+                </proposal_module>
+                <proposal_module>
+                    <name>cio_ignore</name>
+                    <presentation_order>70</presentation_order>
+                </proposal_module>
+                <proposal_module>
+                    <name>hwinfo</name>
+                    <presentation_order>90</presentation_order>
+                </proposal_module>
+                <proposal_module>
+                    <name>bootloader</name>
+                    <presentation_order>40</presentation_order>
+                </proposal_module>
+                <proposal_module>
+                    <name>kdump</name>
+                    <presentation_order>60</presentation_order>
+                </proposal_module>
+                <!-- software proposal should be computed almost at the end -->
+                <proposal_module>
+                    <name>software</name>
+                    <presentation_order>35</presentation_order>
+                </proposal_module>
+                <!-- propose the default runlevel after software is selected, 
bnc #380141 -->
+                <proposal_module>
+                    <name>default_target</name>
+                    <presentation_order>75</presentation_order>
+                </proposal_module>
+                <proposal_module>
+                    <name>firewall_stage1</name>
+                    <presentation_order>50</presentation_order>
+                </proposal_module>
+            </proposal_modules>
+        </proposal>
+
+        <proposal>
             <label>Installation Settings</label>
             <mode>autoinstallation</mode>
             <stage>initial</stage>
@@ -583,6 +630,28 @@
                 <proposal_module>bootloader</proposal_module>
             </proposal_modules>
         </proposal>
+
+        <proposal>
+            <archs>s390</archs>
+            <label>Installation Settings</label>
+            <mode>update,autoupgrade</mode>
+            <stage>initial</stage>
+            <name>initial</name>
+            <unique_id>update_S390_initial</unique_id>
+            <enable_skip>no</enable_skip>
+            <proposal_modules config:type="list">
+                <proposal_module>hwinfo</proposal_module>
+                <proposal_module>update</proposal_module>
+                <proposal_module>add-on</proposal_module>
+                <proposal_module>dasd</proposal_module>
+                <proposal_module>zfcp</proposal_module>
+                <proposal_module>packages</proposal_module>
+                <proposal_module>backup</proposal_module>
+                <proposal_module>language</proposal_module>
+                <proposal_module>cio_ignore</proposal_module>
+                <proposal_module>bootloader</proposal_module>
+            </proposal_modules>
+        </proposal>
 
         <proposal>
             <label>Network Configuration</label>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-42.2.99.4/package/skelcd-control-openSUSE.changes 
new/skelcd-control-openSUSE-42.3.99.1/package/skelcd-control-openSUSE.changes
--- 
old/skelcd-control-openSUSE-42.2.99.4/package/skelcd-control-openSUSE.changes   
    2016-11-22 17:02:14.946267423 +0100
+++ 
new/skelcd-control-openSUSE-42.3.99.1/package/skelcd-control-openSUSE.changes   
    2017-01-25 14:47:30.986099438 +0100
@@ -1,4 +1,16 @@
 -------------------------------------------------------------------
+Wed Jan 25 13:04:28 UTC 2017 - [email protected]
+
+- initial support for s390 (bsc#1021615)
+- 42.3.99.1
+
+-------------------------------------------------------------------
+Wed Dec  7 17:26:12 UTC 2016 - [email protected]
+
+- Increase version beyond Leap 42.3.
+- 42.3.99.0
+
+-------------------------------------------------------------------
 Tue Nov 22 16:43:21 CET 2016 - [email protected]
 
 - control.xml: Removed double entries "branding-openSUSE" from
@@ -17,7 +29,7 @@
 
 - Removed reference to netprobe client. It was used in AutoYaST
   only and everything what this client does should be currently
-  handled by wicked. 
+  handled by wicked.
 - 42.2.99.2
 
 -------------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-42.2.99.4/package/skelcd-control-openSUSE.spec 
new/skelcd-control-openSUSE-42.3.99.1/package/skelcd-control-openSUSE.spec
--- old/skelcd-control-openSUSE-42.2.99.4/package/skelcd-control-openSUSE.spec  
2016-11-22 17:02:14.946267423 +0100
+++ new/skelcd-control-openSUSE-42.3.99.1/package/skelcd-control-openSUSE.spec  
2017-01-25 14:47:30.986099438 +0100
@@ -27,7 +27,7 @@
 #
 ######################################################################
 Name:           skelcd-control-openSUSE
-Version:        42.2.99.4
+Version:        42.3.99.1
 Release:        0
 Summary:        The openSUSE Installation Control file
 License:        MIT
@@ -81,6 +81,10 @@
 Provides:       product_control
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # Architecture specific packages
+%ifarch s390 s390x
+Requires:       yast2-reipl >= 3.1.4
+%endif
+
 %ifarch %ix86 x86_64
 Requires:       yast2-vm
 %endif


Reply via email to