add %ghc_arches back to macros.ghc-srpm to maintain compatability with

- existing specs
This commit is contained in:
Dennis Gilmore 2014-05-21 09:21:45 -05:00
parent e3136771b3
commit e91dddece5
2 changed files with 6 additions and 1 deletions

View File

@ -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 <dennis@ausil.us> - 1.2.10-2
- add %%ghc_arches back to macros.ghc-srpm to maintain compatability with
- existing specs
* Fri May 16 2014 Jens Petersen <petersen@redhat.com> - 1.2.10-1
- do bcond cabal configure --enable-tests also for Bin packages

View File

@ -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