RHEL 9.0.0 Alpha bootstrap

The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/compiler-rt#6c81ee5359af753d06408ae532de583446d6d773
This commit is contained in:
Troy Dawson 2020-11-16 12:49:37 -08:00
parent 1334f93d94
commit 29c28703b0
1 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#%%global rc_ver 6 #%%global rc_ver 6
%global baserelease 1 %global baserelease 2
%global crt_srcdir compiler-rt-%{version}%{?rc_ver:rc%{rc_ver}}.src %global crt_srcdir compiler-rt-%{version}%{?rc_ver:rc%{rc_ver}}.src
@ -35,6 +35,8 @@ BuildRequires: llvm-devel = %{version}
# For gpg source verification # For gpg source verification
BuildRequires: gnupg2 BuildRequires: gnupg2
Requires: clang-resource-filesystem%{?isa} = %{version}
%description %description
The compiler-rt project is a part of the LLVM project. It provides The compiler-rt project is a part of the LLVM project. It provides
implementation of the low-level target-specific hooks required by implementation of the low-level target-specific hooks required by
@ -102,12 +104,16 @@ popd
%files %files
%license LICENSE.TXT %license LICENSE.TXT
%{_includedir}/* %{_includedir}/*
%{_libdir}/clang/%{version} %{_libdir}/clang/%{version}/lib/*
%{_libdir}/clang/%{version}/share/*
%ifarch x86_64 aarch64 %ifarch x86_64 aarch64
%{_bindir}/hwasan_symbolize %{_bindir}/hwasan_symbolize
%endif %endif
%changelog %changelog
* Thu Oct 29 2020 Tom Stellard <tstellar@redhat.com> - 11.0.0-2
- Add dependency on clang-resource-filesystem
* Thu Oct 15 2020 sguelton@redhat.com - 11.0.0-1 * Thu Oct 15 2020 sguelton@redhat.com - 11.0.0-1
- Fix NVR - Fix NVR