diff --git a/SPECS/llvm.spec b/SPECS/llvm.spec index cddb8cb..a598b71 100644 --- a/SPECS/llvm.spec +++ b/SPECS/llvm.spec @@ -3,12 +3,7 @@ %global toolchain clang # Components enabled if supported by target architecture: -%define gold_arches %{ix86} x86_64 %{arm} aarch64 %{power64} -%if 0%{?rhel} > 8 || 0%{?fedora} -# FIXME: Why is this disabled on RHEL <= 8 -%global gold_arches %{gold_arches} s390x -%endif - +%define gold_arches %{ix86} x86_64 %{arm} aarch64 %{power64} s390x %ifarch %{gold_arches} %bcond_without gold %else @@ -80,7 +75,7 @@ Name: %{pkg_name} Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}} -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Low Level Virtual Machine License: NCSA @@ -581,7 +576,10 @@ fi %endif %changelog -* Fri Apr 29 2022 Timm Bäder - 14.0.0-3 +- Build gold plugin on s390x as well + +* Fri Apr 29 2022 Timm Bäder - 14.0.0-2 - Remove llvm-cmake-devel package again * Thu Apr 07 2022 Timm Bäder - 14.0.0-1