From 017a8964fbb22e6ff8811a8a3ec023f4371760de Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 1 Apr 2014 15:04:39 -0400 Subject: [PATCH] We don't need to build this on anything but EFI arches. Signed-off-by: Peter Jones --- efivar.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/efivar.spec b/efivar.spec index 9782dd4..8dc408e 100644 --- a/efivar.spec +++ b/efivar.spec @@ -5,6 +5,7 @@ Summary: Tools to manage UEFI variables License: LGPLv2.1 URL: https://github.com/vathpela/efivar Requires: %{name}-libs = %{version}-%{release} +ExclusiveArch: i386 x86_64 aarch64 BuildRequires: popt-devel git Source0: https://github.com/vathpela/%{name}/archive/efivar-%{version}.tar.xz