Accepting request 562551 from Base:System
OBS-URL: https://build.opensuse.org/request/show/562551 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/numactl?expand=0&rev=55
This commit is contained in:
commit
74fb79a502
@ -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
|
Fri Jul 07 12:49:19 UTC 2017 - fschnizlein@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package numactl
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -37,6 +37,7 @@ BuildRequires: libtool
|
|||||||
%endif
|
%endif
|
||||||
Requires: perl
|
Requires: perl
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
ExcludeArch: %arm
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Control NUMA policy for individual processes. Offer libnuma for
|
Control NUMA policy for individual processes. Offer libnuma for
|
||||||
|
Loading…
Reference in New Issue
Block a user