SHA256
1
0
forked from pool/libvirt

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
This commit is contained in:
James Fehlig 2020-03-16 14:29:38 +00:00 committed by Git OBS Bridge
parent 83710bd33d
commit fb13d95c01
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 16 08:42:10 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Xen is not built for armv7 anymore, so do not use it for armv7
-------------------------------------------------------------------
Thu Mar 5 04:09:43 UTC 2020 - James Fehlig <jfehlig@suse.com>

View File

@ -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