drop i686 in Fedora 35+

epel8
Tom spot Callaway 3 years ago
parent a7cb5d2535
commit fae6929da3

@ -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

Loading…
Cancel
Save