diff --git a/ghc-bootstrap.changes b/ghc-bootstrap.changes index 0a74d4d..c1c4728 100644 --- a/ghc-bootstrap.changes +++ b/ghc-bootstrap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 10 20:33:07 UTC 2020 - Guillaume GARDET + +- Fix previous commit, do not require llvm6 for Tumbleweed + since it has been dropped from Factory. + ------------------------------------------------------------------- Tue Feb 4 08:50:52 UTC 2020 - Peter Trommler diff --git a/ghc-bootstrap.spec b/ghc-bootstrap.spec index 4b4f00b..f61f1be 100644 --- a/ghc-bootstrap.spec +++ b/ghc-bootstrap.spec @@ -88,14 +88,9 @@ Requires: libnuma-devel %ifarch aarch64 %{arm} BuildRequires: binutils-gold Requires: binutils-gold -%if 0%{?suse_version} >= 1550 -BuildRequires: llvm6 -Requires: llvm6 -%else BuildRequires: llvm Requires: llvm %endif -%endif %ifarch s390x riscv64 BuildRequires: libffi-devel