[ghc-hakyll] temporarily exclude armv7hl since pandoc not building there (#992364)

Jens Petersen petersen at fedoraproject.org
Thu Aug 29 01:32:56 UTC 2013


commit b12e58d17e69c0e4ba7d95e2c5b92b4962c5b759
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Aug 28 19:35:28 2013 +0900

    temporarily exclude armv7hl since pandoc not building there (#992364)

 ghc-hakyll.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ghc-hakyll.spec b/ghc-hakyll.spec
index cb80068..903f2c9 100644
--- a/ghc-hakyll.spec
+++ b/ghc-hakyll.spec
@@ -4,7 +4,7 @@
 
 Name:           ghc-%{pkg_name}
 Version:        4.3.1.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Static website compiler library
 
 License:        BSD
@@ -41,6 +41,7 @@ BuildRequires:  ghc-tagsoup-devel
 BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-time-devel
 # End cabal-rpm deps
+ExcludeArch:    armv7hl
 
 %description
 Hakyll is a static website compiler library.
@@ -92,6 +93,9 @@ cabal-tweak-flag previewServer False
 
 
 %changelog
+* Wed Aug 28 2013 Jens Petersen <petersen at redhat.com> - 4.3.1.0-4
+- temporarily exclude armv7hl since pandoc not building there (#992364)
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.3.1.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list