From fb13d95c01c96ed4d082daba9b668b624e90b41b08a694885f493f54a88fff42 Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Mon, 16 Mar 2020 14:29:38 +0000 Subject: [PATCH] Accepting request 785480 from home:Guillaume_G:branches:openSUSE:Factory:ARM - Xen is not built for armv7 anymore, so do not use it for armv7 OBS-URL: https://build.opensuse.org/request/show/785480 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=812 --- libvirt.changes | 5 +++++ libvirt.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libvirt.changes b/libvirt.changes index c4ee630..bd54f62 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 16 08:42:10 UTC 2020 - Guillaume GARDET + +- Xen is not built for armv7 anymore, so do not use it for armv7 + ------------------------------------------------------------------- Thu Mar 5 04:09:43 UTC 2020 - James Fehlig diff --git a/libvirt.spec b/libvirt.spec index 2332e23..bbd6298 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -59,8 +59,8 @@ # Set the OS / architecture specific special cases -# Xen is available only on x86_64, armv7 and aarch64 -%ifnarch x86_64 armv7hl aarch64 +# Xen is available only on x86_64 and aarch64 +%ifnarch x86_64 aarch64 %define with_libxl 0 %endif