From 8c472890130ddd22afa3daa4380334f5eaf2cccfbd5c0ff122c70969475e403e Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Wed, 6 May 2015 17:54:05 +0000 Subject: [PATCH] Accepting request 305630 from home:jfehlig:branches:Virtualization Minor spec file adjustments: - spec: build libxl driver for aarch64 and remove useless 'suse_version <= 1220' conditional OBS-URL: https://build.opensuse.org/request/show/305630 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=459 --- libvirt.changes | 6 ++++++ libvirt.spec | 9 ++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/libvirt.changes b/libvirt.changes index 5fe8ed9..c8c5e62 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 6 09:51:21 MDT 2015 - jfehlig@suse.com + +- spec: build libxl driver for aarch64 and remove useless + 'suse_version <= 1220' conditional + ------------------------------------------------------------------- Tue May 5 09:35:12 MDT 2015 - jfehlig@suse.com diff --git a/libvirt.spec b/libvirt.spec index 17dd3f7..8effdd6 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -102,17 +102,12 @@ # Set the OS / architecture specific special cases -# Xen is available only on x86_64 -%ifnarch x86_64 +# Xen is available only on x86_64 and arm +%ifnarch x86_64 %arm aarch64 %define with_xen 0 %define with_libxl 0 %endif -# libxl is only compatible with Xen >= 4.2 (i.e. suse_version > 12.2) -%if 0%{?suse_version} <= 1220 - %define with_libxl 0 -%endif - # numactl only on x86_64 and ia64 %ifnarch x86_64 ia64 %define with_numactl 0