From 92f19253c5266914cb1891d1cc4dfbcf0858461561870e7310a664db670b17b2 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sat, 12 Nov 2016 13:13:12 +0000 Subject: [PATCH] Accepting request 440024 from home:oertel:branches:devel:tools - add ExclusiveArch, package is not ported to anything but x86 and x86_64 OBS-URL: https://build.opensuse.org/request/show/440024 OBS-URL: https://build.opensuse.org/package/show/devel:tools/benchmark?expand=0&rev=5 --- benchmark.changes | 6 ++++++ benchmark.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/benchmark.changes b/benchmark.changes index 422f511..5ca5f92 100644 --- a/benchmark.changes +++ b/benchmark.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Nov 12 13:43:21 CET 2016 - ro@suse.de + +- add ExclusiveArch, package is not ported to anything but + x86 and x86_64 + ------------------------------------------------------------------- Mon Jul 4 09:24:59 UTC 2016 - mpluskal@suse.com diff --git a/benchmark.spec b/benchmark.spec index e7e1903..a7dacfc 100644 --- a/benchmark.spec +++ b/benchmark.spec @@ -30,6 +30,7 @@ BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: git-core BuildRoot: %{_tmppath}/%{name}-%{version}-build +ExclusiveArch: %ix86 x86_64 %description A library to support the benchmarking of functions, similar to unit-tests.