| |
@@ -37,8 +37,10 @@
|
| |
|
| |
Patch1: 0001-Quote-various-cmake-var-values.patch
|
| |
|
| |
- # Random123 does not support these
|
| |
- ExcludeArch: mips64r2 mips32r2 s390
|
| |
+ # Random123 does not support:
|
| |
+ # mips64r2 mips32r2 s390
|
| |
+ # https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
|
| |
+ ExcludeArch: mips64r2 mips32r2 s390 %{ix86}
|
| |
|
| |
BuildRequires: cmake
|
| |
BuildRequires: make
|
| |
This is encouraged by Changes/EncourageI686LeafRemoval; plus, some of the tests are currently segfaulting on that architecture.