From 3244faf0a0bb8ef2532155dcda71409c35dd043e Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Mon, 4 Oct 2021 14:23:38 +0200 Subject: [PATCH] drop i686 We need to build tss-esapi with bindings otherwise, might do that in the future to support more platforms. Resolves: RHELPLAN-98253 Signed-off-by: Antonio Murdaca --- clevis-pin-tpm2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clevis-pin-tpm2.spec b/clevis-pin-tpm2.spec index bd36e44..a416cc1 100644 --- a/clevis-pin-tpm2.spec +++ b/clevis-pin-tpm2.spec @@ -14,7 +14,7 @@ Source1: %{name}-v%{version}-vendor.tar.gz ExclusiveArch: %{rust_arches} # RHBZ 1869980 -ExcludeArch: s390x %{power64} +ExcludeArch: s390x i686 %{power64} BuildRequires: rust-toolset BuildRequires: tpm2-tss-devel