From 7c8d07b344a516f684e9cfe79dd8b6ae2a5e501c Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Tue, 4 Nov 2014 16:36:33 -0500 Subject: [PATCH] ExclusiveArch Signed-off-by: Ricky Elrod --- ghc-optparse-applicative.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ghc-optparse-applicative.spec b/ghc-optparse-applicative.spec index 2804a5d..620769a 100644 --- a/ghc-optparse-applicative.spec +++ b/ghc-optparse-applicative.spec @@ -7,7 +7,7 @@ Name: ghc-%{pkg_name} Version: 0.11.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Utilities and combinators for parsing command line options License: BSD @@ -23,6 +23,8 @@ BuildRequires: ghc-transformers-devel BuildRequires: ghc-transformers-compat-devel # End cabal-rpm deps +ExclusiveArch: %{ghc_arches_with_ghci} + %description Utilities and combinators for parsing command line options. @@ -72,6 +74,9 @@ files. %changelog +* Tue Nov 4 2014 Ricky Elrod - 0.11.0.1-2 +- Add ExclusiveArch for GHCi dependency + * Fri Oct 10 2014 Ricky Elrod - 0.11.0.1-1 - Latest upstream release.