From d91aceb631048c683c2c2d4f4bfcb8207189cfb56c212b4892a5339161c0ba02 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Jan 2018 14:25:50 +0000 Subject: [PATCH] Accepting request 561982 from home:matwey:branches:Base:System - Disable building at 32-bit ARM. NUMA is not supported by 32-bit ARM Linux Kernel, so build failed with #error "Add syscalls for your architecture or update kernel headers" OBS-URL: https://build.opensuse.org/request/show/561982 OBS-URL: https://build.opensuse.org/package/show/Base:System/numactl?expand=0&rev=66 --- numactl.changes | 9 +++++++++ numactl.spec | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/numactl.changes b/numactl.changes index 53f8361..957753e 100644 --- a/numactl.changes +++ b/numactl.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jan 5 15:32:35 UTC 2018 - matwey.kornilov@gmail.com + +- Disable building at 32-bit ARM. + NUMA is not supported by 32-bit ARM Linux Kernel, so build failed + with + + #error "Add syscalls for your architecture or update kernel headers" + ------------------------------------------------------------------- Fri Jul 07 12:49:19 UTC 2017 - fschnizlein@suse.com diff --git a/numactl.spec b/numactl.spec index 945004a..5cc82dd 100644 --- a/numactl.spec +++ b/numactl.spec @@ -1,7 +1,7 @@ # # spec file for package numactl # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -37,6 +37,7 @@ BuildRequires: libtool %endif Requires: perl BuildRoot: %{_tmppath}/%{name}-%{version}-build +ExcludeArch: %arm %description Control NUMA policy for individual processes. Offer libnuma for