From 858e90a0de168606f687a64c67ffe7709abbd41c5541f0502e809906ff5b96e3 Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Thu, 17 Aug 2023 20:20:04 +0000 Subject: [PATCH] - spec: Disable Xen driver in ALP-based products OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=997 --- libvirt-9.6.0.tar.xz | 4 ++-- libvirt.changes | 5 +++++ libvirt.spec | 5 +++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/libvirt-9.6.0.tar.xz b/libvirt-9.6.0.tar.xz index f523b1a..3627eaa 100644 --- a/libvirt-9.6.0.tar.xz +++ b/libvirt-9.6.0.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:158450159f7196bc1e75c3be00bf7e1f06d822bb932f90f55e2e83ef39644640 -size 9623016 +oid sha256:436e142a63696d44144545ef729545ccc27dc881e9fb4647f86909becc2106c2 +size 9623304 diff --git a/libvirt.changes b/libvirt.changes index e7a6fe4..d28e271 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 17 20:04:23 UTC 2023 - James Fehlig + +- spec: Disable Xen driver in ALP-based products + ------------------------------------------------------------------- Fri Aug 4 16:34:38 UTC 2023 - James Fehlig diff --git a/libvirt.spec b/libvirt.spec index 54d6179..10c606e 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -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