From 1f75f7f2c0d074b77133686e2c75255638868b2d0fe1627b23c4938de4ce8d8e Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 2 Dec 2020 14:24:47 +0000 Subject: [PATCH] Accepting request 852634 from home:Guillaume_G:branches:openSUSE:Factory:ARM - Add aarch64 support for kvm-and-xen image - Add aarch64 support for MS-HyperV OBS-URL: https://build.opensuse.org/request/show/852634 OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/kiwi-templates-JeOS?expand=0&rev=47 --- JeOS.kiwi | 90 +++++++++++++++++++++++++++++++++++-- kiwi-templates-JeOS.changes | 10 +++++ kiwi-templates-JeOS.spec | 12 +++-- 3 files changed, 101 insertions(+), 11 deletions(-) diff --git a/JeOS.kiwi b/JeOS.kiwi index d2350eb..ef2e5c3 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 diff --git a/kiwi-templates-JeOS.changes b/kiwi-templates-JeOS.changes index 0445468..3de3fa6 100644 --- a/kiwi-templates-JeOS.changes +++ b/kiwi-templates-JeOS.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +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