From 779f8bddfa05cc85bcfb57e35542be09f8e3e4b3f5f96847182c07e497f5be44 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 27 Mar 2018 10:13:50 +0000 Subject: [PATCH] Accepting request 591315 from home:StefanBruens:branches:openSUSE:Factory:ARM - Remove ExclusiveArch, it works on non-x86 as well OBS-URL: https://build.opensuse.org/request/show/591315 OBS-URL: https://build.opensuse.org/package/show/devel:tools/benchmark?expand=0&rev=14 --- benchmark.changes | 5 +++++ benchmark.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/benchmark.changes b/benchmark.changes index 6e6f025..d1cd4c3 100644 --- a/benchmark.changes +++ b/benchmark.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 27 03:25:41 UTC 2018 - stefan.bruens@rwth-aachen.de + +- Remove ExclusiveArch, it works on non-x86 as well + ------------------------------------------------------------------- Fri Mar 16 18:38:52 UTC 2018 - avindra@opensuse.org diff --git a/benchmark.spec b/benchmark.spec index 240e845..2e8872a 100644 --- a/benchmark.spec +++ b/benchmark.spec @@ -31,7 +31,6 @@ Patch0: benchmark-s390.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: git-core -ExclusiveArch: %{ix86} x86_64 s390x %description A library to support the benchmarking of functions, similar to unit-tests.