From 853c8adbe8d9fe4bcd9af67d4a71956fcc95ffcd6f60c4dd2cfe94098e8db4ec Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 20 Jan 2020 02:02:15 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc-bootstrap revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-bootstrap?expand=0&rev=46 --- ghc-bootstrap.changes | 6 ++++++ ghc-bootstrap.spec | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) 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