From d9b6cab0f09a9eac64349f2dd3e80551e1bedda9548cbacc8dcb85f4fee5f6de Mon Sep 17 00:00:00 2001 From: James Fehlig Date: Fri, 6 Jun 2014 21:41:33 +0000 Subject: [PATCH] Accepting request 236506 from home:jfehlig:branches:Virtualization - Disable failing virportallocatortest on aarch64 OBS-URL: https://build.opensuse.org/request/show/236506 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=383 --- libvirt.changes | 5 +++++ libvirt.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/libvirt.changes b/libvirt.changes index e4d9afa..ebc91dc 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 2 10:48:21 MDT 2014 - jfehlig@suse.com + +- Disable failing virportallocatortest on aarch64 + ------------------------------------------------------------------- Sun Jun 1 21:44:06 MDT 2014 - jfehlig@suse.com diff --git a/libvirt.spec b/libvirt.spec index 8dfc41a..6b38255 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -1323,6 +1323,10 @@ EXTRA="" %if 0%{?qemu_user_space_build:1} EXTRA="$EXTRA virnetsockettest" %endif +# virportallocatortest fails on aarch64 due to unsupported IPV6_V6ONLY flag +%ifarch aarch64 +EXTRA="$EXTRA virportallocatortest" +%endif for i in nodeinfotest seclabeltest $EXTRA do rm -f $i