From 3b6024d8faeda77cbb3f09a09aff695fac5b5f98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Wed, 1 Jun 2016 06:25:41 -0400 Subject: [PATCH] - switch to ExclusiveArch --- nvml.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nvml.spec b/nvml.spec index 109c920..b25527b 100644 --- a/nvml.spec +++ b/nvml.spec @@ -1,7 +1,7 @@ Name: nvml Version: 1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Non-Volatile Memory Library License: BSD URL: http://pmem.io/nvml @@ -25,10 +25,7 @@ BuildRequires: man # https://bugzilla.redhat.com/show_bug.cgi?id=1340635 # https://bugzilla.redhat.com/show_bug.cgi?id=1340636 # https://bugzilla.redhat.com/show_bug.cgi?id=1340637 -ExcludeArch: %{ix86} -ExcludeArch: %{arm} -ExcludeArch: s390x -ExcludeArch: ppc ppc64 ppc64le +ExclusiveArch: x86_64 %description The NVM Library is a collection of libraries for using memory-mapped @@ -361,6 +358,9 @@ make check %changelog +* Wed Jun 01 2016 Dan HorĂ¡k - 1.0-3 +- switch to ExclusiveArch + * Sun May 29 2016 Krzysztof Czurylo - 1.0-2 - Exclude PPC architecture - Add bug numbers for excluded architectures