import llvm-toolset-13.0.0-1.el9

This commit is contained in:
CentOS Sources 2021-12-07 11:59:15 -05:00 committed by Stepan Oksanichenko
parent c03e4bf477
commit dbc4c304c3

View File

@ -1,8 +1,8 @@
%global maj_ver 12
%global maj_ver 13
%global min_ver 0
%global patch_ver 1
%global patch_ver 0
#global rc_ver 0
%global baserelease 2
%global baserelease 1
Summary: Package that installs llvm-toolset
Name: llvm-toolset
@ -12,10 +12,6 @@ License: NCSA
Requires: clang = %{version}
%ifarch %{arm} aarch64 %{ix86} x86_64
Requires: lldb = %{version}
%endif
Requires: llvm = %{version}
%ifnarch s390x
Requires: lld = %{version}
@ -27,6 +23,10 @@ This is the main package for llvm-toolset.
%files
%changelog
* Wed Oct 13 2021 Timm Bäder <tbaeder@redhat.com> - 13.0.0-1
- Release 13.0.0
- Remove lld dependency. rhbz#2011107
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 12.0.1-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688