Exclude s390x

Related: rhbz#1894928
This commit is contained in:
serge-sans-paille 2020-11-12 14:13:06 +00:00
parent 7bf0075934
commit 4c41f86fbc
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#%%global rc_ver 6
%global baserelease 1
%global baserelease 2
%global lld_srcdir lld-%{version}%{?rc_ver:rc%{rc_ver}}.src
%global maj_ver 11
%global min_ver 0
@ -25,6 +25,8 @@ Source4: lit.lld-test.cfg.py
Patch0: 0001-CMake-Check-for-gtest-headers-even-if-lit.py-is-not-.patch
Patch1: 0001-Revert-lld-Initial-commit-for-new-Mach-O-backend.patch
ExcludeArch: s390x
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: cmake
@ -201,6 +203,9 @@ fi
%{_datadir}/lld/lit.lld-test.cfg.py
%changelog
* Thu Nov 12 2020 sguelton@redhat.com - 11.0.0-2
- Exclude s390x, see rhbz#1894928
* Thu Oct 15 2020 sguelton@redhat.com - 11.0.0-1
- Fix NVR