Accepting request 511824 from devel:ARM:Factory

- drop dependency on xen for armv6hl (not supported and does not
  build)

OBS-URL: https://build.opensuse.org/request/show/511824
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=613
This commit is contained in:
James Fehlig 2017-07-21 17:35:13 +00:00 committed by Git OBS Bridge
parent 87c18e30d4
commit 58ecab2dbe
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 21 07:47:46 UTC 2017 - dmueller@suse.com
- drop dependency on xen for armv6hl (not supported and does not
build)
-------------------------------------------------------------------
Wed Jul 5 18:00:31 UTC 2017 - jfehlig@suse.com

View File

@ -57,8 +57,8 @@
# Set the OS / architecture specific special cases
# Xen is available only on x86_64 and arm
%ifnarch x86_64 %arm aarch64
# Xen is available only on x86_64, armv7 and aarch64
%ifnarch x86_64 armv7hl aarch64
%define with_xen 0
%define with_libxl 0
%endif