Exclude i686 on Fedora 42+
https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
This commit is contained in:
parent
a54b47b89f
commit
16fddc3830
1 changed files with 5 additions and 0 deletions
|
|
@ -13,6 +13,11 @@ Source0: https://files.pythonhosted.org/packages/source/a/%{pypi_name}/%{
|
|||
# https://github.com/admesh/python-admesh/issues/15
|
||||
Source1: %{url}/raw/v%{version}/test/utils.py
|
||||
|
||||
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
|
||||
%if 0%{?fedora} >= 42 || 0%{?rhel} >= 11
|
||||
ExcludeArch: %{ix86}
|
||||
%endif
|
||||
|
||||
BuildRequires: gcc
|
||||
|
||||
BuildRequires: admesh-devel >= 0.98
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue