From 270116be509daf718539972686425b19fae0080f Mon Sep 17 00:00:00 2001 From: Thorsten Leemhuis Date: Wed, 1 Apr 2020 14:31:35 +0200 Subject: drop ix86 again --- kernel.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel.spec b/kernel.spec index f93b6d9c0..eece083de 100644 --- a/kernel.spec +++ b/kernel.spec @@ -529,7 +529,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 i386 i686 s390x %{arm} aarch64 ppc64le +ExclusiveArch: x86_64 s390x %{arm} aarch64 ppc64le %else ExclusiveArch: noarch i386 i686 x86_64 s390x %{arm} aarch64 ppc64le %endif -- cgit