Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kiwi-templates-Minimal for 
openSUSE:Factory checked in at 2026-08-11 17:09:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi-templates-Minimal (Old)
 and      /work/SRC/openSUSE:Factory/.kiwi-templates-Minimal.new.17972 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiwi-templates-Minimal"

Tue Aug 11 17:09:54 2026 rev:43 rq:1370514 version:84.87.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/kiwi-templates-Minimal/kiwi-templates-Minimal.changes
    2026-08-09 21:34:11.463830957 +0200
+++ 
/work/SRC/openSUSE:Factory/.kiwi-templates-Minimal.new.17972/kiwi-templates-Minimal.changes
 2026-08-11 17:10:16.544608241 +0200
@@ -19,0 +20,5 @@
+Fri Jun 26 11:17:39 UTC 2026 - Fabian Vogt <[email protected]>
+
+- Enable KubeVirt-Cloud flavor for s390x as well
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Minimal.kiwi ++++++
--- /var/tmp/diff_new_pack.21lvn2/_old  2026-08-11 17:10:17.212636555 +0200
+++ /var/tmp/diff_new_pack.21lvn2/_new  2026-08-11 17:10:17.220636894 +0200
@@ -15,7 +15,7 @@
         <profile name="VMware" description="Minimal Image for VMware" 
arch="x86_64"/>
         <profile name="MS-HyperV" description="Minimal Image for Hyper-V" 
arch="aarch64,x86_64"/>
         <profile name="Cloud" description="Minimal Image for Cloud" 
arch="aarch64,x86_64"/>
-        <profile name="KubeVirt-Cloud" description="Minimal Image for KubeVirt 
containerdisk" arch="aarch64,x86_64"/>
+        <profile name="KubeVirt-Cloud" description="Minimal Image for KubeVirt 
containerdisk" arch="aarch64,s390x,x86_64"/>
         <profile name="RaspberryPi" description="Minimal Image for the 
Raspberry Pi" arch="aarch64"/>
         <profile name="s390x-Cloud" description="Minimal Image for Cloud" 
arch="s390x"/>
         <profile name="s390x-dasd" description="Minimal Image for DASD on z 
Systems" arch="s390x"/>
@@ -220,7 +220,7 @@
         </type>
     </preferences>
 
-    <preferences profiles="KubeVirt-Cloud">
+    <preferences profiles="KubeVirt-Cloud" arch="aarch64,x86_64">
         <version>1.0.0</version>
         <packagemanager>zypper</packagemanager>
         <bootloader-theme>openSUSE</bootloader-theme>
@@ -247,6 +247,33 @@
         </type>
     </preferences>
 
+    <preferences profiles="KubeVirt-Cloud" arch="s390x">
+        <version>1.0.0</version>
+        <packagemanager>zypper</packagemanager>
+        <bootloader-theme>openSUSE</bootloader-theme>
+        <rpm-excludedocs>true</rpm-excludedocs>
+        <locale>en_US</locale>
+        <type
+            image="oem"
+            filesystem="xfs"
+            bootpartition="true"
+            bootpartsize="300"
+            bootfilesystem="ext4"
+            bootkernel="custom"
+            devicepersistency="by-uuid"
+            format="docker:qcow2"
+            editbootinstall="containerdisk.sh"
+            bundle_format="%N-KubeVirt.%A-%M.%m.%p"
+        >
+            <oemconfig>
+                <oem-resize>false</oem-resize>
+            </oemconfig>
+            <containerconfig name="opensuse/tumbleweed-kubevirt-minimal" 
tag="latest"/>
+            <bootloader name="grub2_s390x_emu" timeout="1"/>
+            <size unit="G">2</size>
+        </type>
+    </preferences>
+
     <preferences profiles="MS-HyperV" arch="x86_64">
         <version>1.0.0</version>
         <packagemanager>zypper</packagemanager>
@@ -562,7 +589,9 @@
         <package name="xfsprogs"/>
     </packages>
     <packages type="image" profiles="Cloud,KubeVirt-Cloud">
-        <package name="kernel-default-base"/>
+        <package name="kernel-default-base" arch="aarch64,riscv64,x86_64"/>
+        <!-- No kernel-default-base for s390x -->
+        <package name="kernel-default" arch="s390x"/>
     </packages>
     <packages type="image" profiles="MS-HyperV">
         <package name="hyper-v"/>

Reply via email to