From 15c74107487672e89f163fb42f40cc7193673bc5 Mon Sep 17 00:00:00 2001 From: Thorsten Leemhuis Date: Thu, 5 Dec 2019 07:19:56 +0100 Subject: allow ix86 --- kernel.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel.spec b/kernel.spec index 54ecb472a..1d5390275 100644 --- a/kernel.spec +++ b/kernel.spec @@ -512,7 +512,7 @@ Release: %{pkg_release} # DO NOT CHANGE THE 'ExclusiveArch' LINE TO TEMPORARILY EXCLUDE AN ARCHITECTURE BUILD. # SET %%nobuildarches (ABOVE) INSTEAD %if 0%{?fedora} -ExclusiveArch: x86_64 s390x %{arm} aarch64 ppc64le +ExclusiveArch: x86_64 i386 i686 s390x %{arm} aarch64 ppc64le %else ExclusiveArch: noarch i386 i686 x86_64 s390x %{arm} aarch64 ppc64le %endif -- cgit