Hello community,

here is the log from the commit of package kiwi-templates-JeOS for 
openSUSE:Factory checked in at 2020-12-05 20:36:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi-templates-JeOS (Old)
 and      /work/SRC/openSUSE:Factory/.kiwi-templates-JeOS.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiwi-templates-JeOS"

Sat Dec  5 20:36:13 2020 rev:20 rq:852648 version:84.87

Changes:
--------
--- /work/SRC/openSUSE:Factory/kiwi-templates-JeOS/kiwi-templates-JeOS.changes  
2020-09-14 12:22:27.144800184 +0200
+++ 
/work/SRC/openSUSE:Factory/.kiwi-templates-JeOS.new.5913/kiwi-templates-JeOS.changes
        2020-12-05 20:37:04.718702454 +0100
@@ -1,0 +2,15 @@
+Wed Dec  2 14:28:44 UTC 2020 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Include xen and qemu-guest packages for aarch64 too
+
+-------------------------------------------------------------------
+Wed Dec  2 13:58:56 UTC 2020 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Add aarch64 support for kvm-and-xen image
+
+-------------------------------------------------------------------
+Wed Dec  2 13:36:23 UTC 2020 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Add aarch64 support for MS-HyperV
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ JeOS.kiwi ++++++
--- /var/tmp/diff_new_pack.rMkUki/_old  2020-12-05 20:37:05.310703055 +0100
+++ /var/tmp/diff_new_pack.rMkUki/_new  2020-12-05 20:37:05.314703058 +0100
@@ -9,13 +9,29 @@
         <specification>openSUSE Tumbleweed JeOS</specification>
     </description>
     <profiles>
-        <profile name="kvm-and-xen" description="JeOS for KVM and HVM Xen" 
arch="x86_64"/>
+        <!-- Those two are only used as deps -->
+        <profile name="kvm-and-xen.x86_64" description="JeOS for KVM and HVM 
Xen" arch="x86_64"/>
+        <profile name="kvm-and-xen.aarch64" description="JeOS for KVM and HVM 
Xen" arch="aarch64"/>
+        <profile name="kvm-and-xen" description="JeOS for KVM and HVM Xen" 
arch="x86_64">
+            <requires profile="kvm-and-xen.x86_64"/>
+        </profile>
+        <profile name="kvm-and-xen" description="JeOS for KVM and HVM Xen" 
arch="aarch64">
+            <requires profile="kvm-and-xen.aarch64"/>
+        </profile>
         <profile name="VMware" description="JeOS for VMware" arch="x86_64"/>
-        <profile name="MS-HyperV" description="JeOS for Hyper-V" 
arch="x86_64"/>
+        <!-- Those two are only used as deps -->
+        <profile name="MS-HyperV.x86_64" description="JeOS for Hyper-V" 
arch="x86_64"/>
+        <profile name="MS-HyperV.aarch64" description="JeOS for Hyper-V" 
arch="aarch64"/>
+        <profile name="MS-HyperV" description="JeOS for Hyper-V" arch="x86_64">
+            <requires profile="MS-HyperV.x86_64"/>
+        </profile>
+        <profile name="MS-HyperV" description="JeOS for Hyper-V" 
arch="aarch64">
+            <requires profile="MS-HyperV.aarch64"/>
+        </profile>
         <profile name="OpenStack-Cloud" description="JeOS for OpenStack Cloud" 
arch="x86_64"/>
         <profile name="RaspberryPi" description="JeOS for the Raspberry Pi" 
arch="aarch64"/>
     </profiles>
-    <preferences profiles="kvm-and-xen">
+    <preferences profiles="kvm-and-xen.x86_64">
         <version>15.1.0</version>
         <packagemanager>zypper</packagemanager>
         <bootloader-theme>openSUSE</bootloader-theme>
@@ -48,6 +64,38 @@
         </type>
     </preferences>
 
+    <preferences profiles="kvm-and-xen.aarch64">
+        <version>15.1.0</version>
+        <packagemanager>zypper</packagemanager>
+        <bootloader-theme>openSUSE</bootloader-theme>
+        <rpm-excludedocs>true</rpm-excludedocs>
+        <type
+            image="vmx"
+            filesystem="btrfs"
+            format="qcow2"
+            bootloader="grub2"
+            firmware="uefi"
+            efipartsize="33"
+            kernelcmdline="quiet plymouth.enable=0 console=ttyS0,115200 
console=tty0"
+            bootpartition="false"
+            bootkernel="custom"
+            devicepersistency="by-uuid"
+            btrfs_quota_groups="true"
+            btrfs_root_is_snapshot="true"
+        >
+            <systemdisk>
+                <volume name="home"/>
+                <volume name="root"/>
+                <volume name="opt"/>
+                <volume name="srv"/>
+                <volume name="boot/grub2/arm64-efi" 
mountpoint="boot/grub2/arm64-efi"/>
+                <volume name="usr/local"/>
+                <volume name="var" copy_on_write="false"/>
+            </systemdisk>
+            <size unit="G">24</size>
+        </type>
+    </preferences>
+
     <preferences profiles="VMware">
         <version>15.1.0</version>
         <packagemanager>zypper</packagemanager>
@@ -104,7 +152,7 @@
         </type>
     </preferences>
 
-    <preferences profiles="MS-HyperV">
+    <preferences profiles="MS-HyperV.x86_64">
         <version>15.1.0</version>
         <packagemanager>zypper</packagemanager>
         <bootloader-theme>openSUSE</bootloader-theme>
@@ -138,6 +186,40 @@
         </type>
     </preferences>
 
+    <preferences profiles="MS-HyperV.aarch64">
+        <version>15.1.0</version>
+        <packagemanager>zypper</packagemanager>
+        <bootloader-theme>openSUSE</bootloader-theme>
+        <rpm-excludedocs>true</rpm-excludedocs>
+        <type
+            image="vmx"
+            filesystem="btrfs"
+            format="vhdx"
+            boottimeout="10"
+            bootloader="grub2"
+            firmware="uefi"
+            efipartsize="33"
+            kernelcmdline="quiet plymouth.enable=0 rootdelay=300 
console=ttyS0,115200 console=tty0 earlyprintk=ttyS0,115200"
+            bootpartition="false"
+            bootkernel="custom"
+            devicepersistency="by-uuid"
+            btrfs_quota_groups="true"
+            btrfs_root_is_snapshot="true"
+        >
+            <systemdisk>
+                <volume name="home"/>
+                <volume name="root"/>
+                <volume name="tmp"/>
+                <volume name="opt"/>
+                <volume name="srv"/>
+                <volume name="boot/grub2/arm64-efi" 
mountpoint="boot/grub2/arm64-efi"/>
+                <volume name="usr/local"/>
+                <volume name="var" copy_on_write="false"/>
+            </systemdisk>
+            <size unit="G">24</size>
+        </type>
+    </preferences>
+
     <preferences profiles="RaspberryPi">
         <version>15.1.0</version>
         <packagemanager>zypper</packagemanager>
@@ -234,12 +316,12 @@
     </packages>
 
     <packages type="image" profiles="kvm-and-xen">
-        <package name="xen-tools-domU" arch="x86_64"/>
-        <package name="xen-libs" arch="x86_64"/>
+        <package name="xen-tools-domU"/>
+        <package name="xen-libs"/>
         <package name="kernel-default-base"/>
     </packages>
     <packages type="image" profiles="kvm-and-xen,OpenStack-Cloud">
-        <package name="qemu-guest-agent" arch="x86_64"/>
+        <package name="qemu-guest-agent"/>
     </packages>
     <packages type="image" profiles="VMware">
         <package name="open-vm-tools" arch="x86_64"/>

++++++ kiwi-templates-JeOS.spec ++++++
--- /var/tmp/diff_new_pack.rMkUki/_old  2020-12-05 20:37:05.342703087 +0100
+++ /var/tmp/diff_new_pack.rMkUki/_new  2020-12-05 20:37:05.342703087 +0100
@@ -17,15 +17,9 @@
 
 
 %define dest %_datadir/kiwi/image/openSUSE-Tumbleweed-JeOS
-
-%if "@BUILD_FLAVOR@" != ""
-ExclusiveArch:  do_not_build
-%endif
-
 Name:           kiwi-templates-JeOS
 Version:        84.87
 Release:        0
-BuildArch:      noarch
 Summary:        KIWI - openSUSE Tumbleweed JeOS image templates
 License:        MIT
 Group:          System/Management
@@ -37,6 +31,10 @@
 Source99:       LICENSE
 Requires:       python3-kiwi
 Supplements:    kiwi-templates
+BuildArch:      noarch
+%if "@BUILD_FLAVOR@" != ""
+ExclusiveArch:  do_not_build
+%endif
 
 %description
 This package contains system image templates to easily build
@@ -44,7 +42,7 @@
 kiwi.
 
 %prep
-%setup -cT
+%setup -q -cT
 cp "%SOURCE99" .
 
 %build
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to