diff --git a/ghc-bootstrap.changes b/ghc-bootstrap.changes index 028dc39..5c588a5 100644 --- a/ghc-bootstrap.changes +++ b/ghc-bootstrap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 17 19:00:28 UTC 2020 - Peter Trommler + +- Add requires tags + * needed for ghc-bootstrap-helpers + ------------------------------------------------------------------- Tue Nov 26 19:02:42 UTC 2019 - Peter Trommler diff --git a/ghc-bootstrap.spec b/ghc-bootstrap.spec index c8a7d09..2c32e98 100644 --- a/ghc-bootstrap.spec +++ b/ghc-bootstrap.spec @@ -52,7 +52,7 @@ %ifarch %{ix86} %define sysname deb9 %endif -%ifarch ppc64 ppc64le %{arm} aarch64 %{ix86} +%ifarch ppc64 ppc64le %{arm} aarch64 %define sysname unknown %endif @@ -79,13 +79,16 @@ BuildRequires: gmp-devel BuildRequires: libncurses5 %ifnarch %{arm} s390x BuildRequires: libnuma-devel +Requires: libnuma-devel %endif %ifarch aarch64 %{arm} BuildRequires: binutils-gold Requires: binutils-gold +Requires: llvm6-devel %endif %ifarch s390x BuildRequires: libffi-devel +Requires: libffi-devel %endif Requires: gmp-devel Requires: libncurses5