Exclude ix86 on F37+
https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval See also: https://bugzilla.redhat.com/2046857
This commit is contained in:
parent
7c97daa250
commit
04187b89e7
@ -18,6 +18,11 @@ Summary: Python implementation with a Just-In-Time compiler
|
|||||||
License: MIT and Python and UCD and BSD and (ASL 2.0 or BSD)
|
License: MIT and Python and UCD and BSD and (ASL 2.0 or BSD)
|
||||||
URL: http://pypy.org/
|
URL: http://pypy.org/
|
||||||
|
|
||||||
|
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
|
||||||
|
%if 0%{?fedora} >= 37 || 0%{?rhel} >= 10
|
||||||
|
ExcludeArch: %{ix86}
|
||||||
|
%endif
|
||||||
|
|
||||||
# High-level configuration of the build:
|
# High-level configuration of the build:
|
||||||
|
|
||||||
# Whether to use RPM build wheels from the python-{pip,setuptools}-wheel package
|
# Whether to use RPM build wheels from the python-{pip,setuptools}-wheel package
|
||||||
|
Loading…
Reference in New Issue
Block a user