drop i686 in Fedora 35+

This commit is contained in:
Tom spot Callaway 2021-10-19 16:23:18 -04:00
parent a7cb5d2535
commit fae6929da3
1 changed files with 8 additions and 0 deletions

View File

@ -736,11 +736,19 @@ Provides: chromium-libs = %{version}-%{release}
Obsoletes: chromium-libs <= %{version}-%{release}
%endif
#rhel 7: ia32 x86_64
#rhel 8+: ia32, x86_64, aarch64
#fedora 34 or older: ia32, x86_64, aarch64
#fedora 35+: x86_64 aarch64 only
%if 0%{?rhel} == 7
ExclusiveArch: x86_64 i686
%else
%if 0%{?fedora} > 34
ExclusiveArch: x86_64 aarch64
%else
ExclusiveArch: x86_64 i686 aarch64
%endif
%endif
# Bundled bits (I'm sure I've missed some)
Provides: bundled(angle) = 2422