diff --git a/JeOS.kiwi b/JeOS.kiwi
index d2350eb..ead2d83 100644
--- a/JeOS.kiwi
+++ b/JeOS.kiwi
@@ -9,13 +9,29 @@
openSUSE Tumbleweed JeOS
-
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
-
+
15.1.0
zypper
openSUSE
@@ -48,6 +64,38 @@
+
+ 15.1.0
+ zypper
+ openSUSE
+ true
+
+
+
+
+
+
+
+
+
+
+ 24
+
+
+
15.1.0
zypper
@@ -104,7 +152,7 @@
-
+
15.1.0
zypper
openSUSE
@@ -138,6 +186,40 @@
+
+ 15.1.0
+ zypper
+ openSUSE
+ true
+
+
+
+
+
+
+
+
+
+
+
+ 24
+
+
+
15.1.0
zypper
@@ -234,12 +316,12 @@
-
-
+
+
-
+
diff --git a/kiwi-templates-JeOS.changes b/kiwi-templates-JeOS.changes
index 0445468..88ebdda 100644
--- a/kiwi-templates-JeOS.changes
+++ b/kiwi-templates-JeOS.changes
@@ -1,3 +1,18 @@
+-------------------------------------------------------------------
+Wed Dec 2 14:28:44 UTC 2020 - Guillaume GARDET
+
+- Include xen and qemu-guest packages for aarch64 too
+
+-------------------------------------------------------------------
+Wed Dec 2 13:58:56 UTC 2020 - Guillaume GARDET
+
+- Add aarch64 support for kvm-and-xen image
+
+-------------------------------------------------------------------
+Wed Dec 2 13:36:23 UTC 2020 - Guillaume GARDET
+
+- Add aarch64 support for MS-HyperV
+
-------------------------------------------------------------------
Fri Sep 11 07:34:51 UTC 2020 - Fabian Vogt
diff --git a/kiwi-templates-JeOS.spec b/kiwi-templates-JeOS.spec
index 5fd7845..36b8d4d 100644
--- a/kiwi-templates-JeOS.spec
+++ b/kiwi-templates-JeOS.spec
@@ -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 @@ Source03: editbootinstall_rpi.sh
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 @@ a openSUSE Tumbleweed based operating system image with
kiwi.
%prep
-%setup -cT
+%setup -q -cT
cp "%SOURCE99" .
%build