[efivar] Fix the ix86 exclusivearch line.

Peter Jones pjones at fedoraproject.org
Wed Sep 17 13:06:58 UTC 2014


commit 7c24fedf52d4341ef5b1001e2749b13fbc391600
Author: Peter Jones <pjones at redhat.com>
Date:   Wed Sep 17 09:04:11 2014 -0400

    Fix the ix86 exclusivearch line.
    
    Signed-off-by: Peter Jones <pjones at redhat.com>

 efivar.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/efivar.spec b/efivar.spec
index 301ddba..0e85027 100644
--- a/efivar.spec
+++ b/efivar.spec
@@ -5,8 +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
-
+ExclusiveArch:	%{ix86} x86_64 aarch64
 BuildRequires:  popt-devel git
 Source0:        https://github.com/vathpela/%{name}/archive/efivar-%{version}.tar.bz2
 


More information about the scm-commits mailing list