From 162bc1b6d205d233848e71df1e7819604dab6a01 Mon Sep 17 00:00:00 2001 From: Petr Holasek Date: Mon, 6 Feb 2017 08:15:54 +0100 Subject: [PATCH] Resolves: bz1419064 --- numactl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/numactl.spec b/numactl.spec index 93dc254..c3684ae 100644 --- a/numactl.spec +++ b/numactl.spec @@ -1,7 +1,7 @@ Name: numactl Summary: Library for tuning for Non Uniform Memory Access machines Version: 2.0.11 -Release: 2%{dist} +Release: 3%{dist} # libnuma is LGPLv2 and GPLv2 # numactl binaries are GPLv2 only License: GPLv2 @@ -11,7 +11,7 @@ Source0: ftp://oss.sgi.com/www/projects/libnuma/download/numactl-%{version}.tar. Buildroot: %{_tmppath}/%{name}-buildroot BuildRequires: libtool automake autoconf -ExcludeArch: s390 s390x %{arm} +ExcludeArch: s390 %{arm} %description Simple NUMA policy support. It consists of a numactl program to run @@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Mon Feb 06 2017 Petr Holasek - 2.0.11-3 +- s390x arch enabled (bz1419064) + * Thu Feb 04 2016 Fedora Release Engineering - 2.0.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild