From 028510839f20f11ac7addda937e7bbae8815791c Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Wed, 12 Jul 2023 20:34:32 -0400 Subject: [PATCH] Drop i686 build This package fails with a compiler error on i686 only, but there should be no need for an i686 build at this point: https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval --- fcoe-utils.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fcoe-utils.spec b/fcoe-utils.spec index 3ea7c16..bea6cd6 100644 --- a/fcoe-utils.spec +++ b/fcoe-utils.spec @@ -29,6 +29,9 @@ Requires(postun): systemd Patch1: 0001-fcoemon-add-snprintf-string-precision-modifiers-in-f.patch +# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval +ExcludeArch: %{ix86} + %description Fibre Channel over Ethernet utilities fcoeadm - command line tool for configuring FCoE interfaces