forked from pool/libvirt
- 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:
parent
45c11fa4b6
commit
858e90a0de
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:158450159f7196bc1e75c3be00bf7e1f06d822bb932f90f55e2e83ef39644640
|
||||
size 9623016
|
||||
oid sha256:436e142a63696d44144545ef729545ccc27dc881e9fb4647f86909becc2106c2
|
||||
size 9623304
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user