- spec: Disable Xen driver in ALP-based products

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=997
This commit is contained in:
James Fehlig 2023-08-17 20:20:04 +00:00 committed by Git OBS Bridge
parent 45c11fa4b6
commit 858e90a0de
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:158450159f7196bc1e75c3be00bf7e1f06d822bb932f90f55e2e83ef39644640
size 9623016
oid sha256:436e142a63696d44144545ef729545ccc27dc881e9fb4647f86909becc2106c2
size 9623304

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 17 20:04:23 UTC 2023 - James Fehlig <jfehlig@suse.com>
- spec: Disable Xen driver in ALP-based products
-------------------------------------------------------------------
Fri Aug 4 16:34:38 UTC 2023 - James Fehlig <jfehlig@suse.com>

View File

@ -60,6 +60,11 @@
%define with_libxl 0
%endif
# Don't build Xen for ALP-based products
%if 0%{?suse_version} == 1600
%define with_libxl 0
%endif
# Enable numactl for most architectures. Handle aarch64 separately
%ifarch s390 s390x %arm %ix86
%define with_numactl 0