diff --git a/numatop.spec b/numatop.spec index a5c3353..e5f33ac 100644 --- a/numatop.spec +++ b/numatop.spec @@ -2,7 +2,7 @@ Name: numatop Version: 1.0.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Memory access locality characterization and analysis License: BSD @@ -10,8 +10,8 @@ URL: https://01.org/numatop Source0: https://01.org/sites/default/files/%{name}_linux_%{version}.tar.gz BuildRequires: numactl-devel ncurses-devel -# no NUMA -ExcludeArch: %{arm} s390 s390x +# This only works for Intel CPUs +ExclusiveArch: %{ix86} x86_64 %description @@ -44,6 +44,9 @@ make install PREFIXDIR=%{buildroot}%{_prefix} MANDIR=%{buildroot}%{_mandir}/man8 %changelog +* Fri Aug 14 2015 Zbigniew Jędrzejewski-Szmek - 1.0.3-3 +- Replace ExcludeArch with ExclusiveArch + * Wed Jun 17 2015 Fedora Release Engineering - 1.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild