From d38bd3df4473197b9f2760b1ce287fe95cbcf9d7 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 12 Sep 2017 10:21:48 -0400 Subject: [PATCH] Only do %check on x86_64 Since it's checking abi against the local builds in the repo, which came from my laptop, it'll only match 64-bit builds, and may be even more arch specific than that. Signed-off-by: Peter Jones --- efivar.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/efivar.spec b/efivar.spec index 58c53e5..fd02993 100644 --- a/efivar.spec +++ b/efivar.spec @@ -3,7 +3,7 @@ Version: 32 Release: 1%{?dist} Summary: Tools to manage UEFI variables License: LGPLv2.1 -URL: https://github.com/rhinstaller/efivar +URL: https://github.com/rhboot/efivar Requires: %{name}-libs = %{version}-%{release} ExclusiveArch: %{ix86} x86_64 aarch64 @@ -48,7 +48,9 @@ rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT %check +%ifarch x86_64 make abicheck +%endif %post libs -p /sbin/ldconfig