Related: #2029261 +ExcludeArch: 7.9: aarch64, 8.1: aarch64 s390x
For next builds, architectures are 7.9.z: x86_64, i686, ppc64, ppc64le, s390x 8.1.z: x86_84, ppc64le
This commit is contained in:
parent
ecf3371e10
commit
075e02fe8f
@ -136,10 +136,14 @@ License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
ExcludeArch: %{ix86}
|
||||
%endif
|
||||
%if 0%{?rhel} == 8
|
||||
%if %{rhel_minor_version} == 1
|
||||
ExcludeArch: %{ix86} aarch64 s390x
|
||||
%else
|
||||
ExcludeArch: %{ix86}
|
||||
%endif
|
||||
%endif
|
||||
%if 0%{?rhel} == 7
|
||||
ExcludeArch: s390 ppc
|
||||
ExcludeArch: aarch64 s390 ppc
|
||||
%endif
|
||||
|
||||
# We can't use the official tarball as it contains some test files that use
|
||||
|
Loading…
Reference in New Issue
Block a user