import llvm-toolset-11.0.0-1.module+el8.4.0+8724+f6b3479d
This commit is contained in:
parent
a4b1fad5c7
commit
730bbda807
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user