diff --git a/SPECS/llvm-toolset.spec b/SPECS/llvm-toolset.spec index 67dbf5e..ed2c449 100644 --- a/SPECS/llvm-toolset.spec +++ b/SPECS/llvm-toolset.spec @@ -1,8 +1,8 @@ %global maj_ver 11 %global min_ver 0 %global patch_ver 0 -%global rc_ver 2 -%global baserelease 0.2 +#%%global rc_ver 2 +%global baserelease 1 Summary: Package that installs llvm-toolset Name: llvm-toolset @@ -17,7 +17,9 @@ Requires: lldb = %{version} %endif Requires: llvm = %{version} +%ifnarch s390x Requires: lld = %{version} +%endif %description This is the main package for llvm-toolset. @@ -25,6 +27,9 @@ This is the main package for llvm-toolset. %files %changelog +* Wed Nov 11 2020 sguelton@redhat.com - 11.0.0-1 +- 11.0.0 release + * Wed Sep 23 2020 sguelton@redhat.com - 11.0.0-0.2.rc2 - Fix version number