From e91dddece5ca81e3ee840e67125a5123ba92df7a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: May 21 2014 14:21:45 +0000 Subject: add %ghc_arches back to macros.ghc-srpm to maintain compatability with - existing specs --- diff --git a/ghc-rpm-macros.spec b/ghc-rpm-macros.spec index 948b60f..1ce08d3 100644 --- a/ghc-rpm-macros.spec +++ b/ghc-rpm-macros.spec @@ -7,7 +7,7 @@ Name: ghc-rpm-macros Version: 1.2.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: RPM macros for building packages for GHC License: GPLv3+ @@ -108,6 +108,10 @@ EOF %changelog +* Wed May 21 2014 Dennis Gilmore - 1.2.10-2 +- add %%ghc_arches back to macros.ghc-srpm to maintain compatability with +- existing specs + * Fri May 16 2014 Jens Petersen - 1.2.10-1 - do bcond cabal configure --enable-tests also for Bin packages diff --git a/macros.ghc-srpm b/macros.ghc-srpm index 80b8468..6cc1eed 100644 --- a/macros.ghc-srpm +++ b/macros.ghc-srpm @@ -1,3 +1,4 @@ # Macros needed for building srpms of Haskell packages %ghc_arches_with_ghci %{ix86} x86_64 ppc sparcv9 armv7hl armv5tel +%ghc_arches %{ix86} x86_64 ppc sparcv9 armv7hl armv5tel