Only try to build this on intel archs

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2015-08-14 14:35:57 -04:00
parent 4cf6524b59
commit a3e045c740

View File

@ -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 <zbyszek@in.waw.pl> - 1.0.3-3
- Replace ExcludeArch with ExclusiveArch
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild