From e44ba31e11b7c9cda82c3278ed3c7949415577d1 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 13 Jun 2017 16:33:49 -0400 Subject: [PATCH] Update this to try to get determanistic builds. Signed-off-by: Peter Jones --- gnu-efi.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu-efi.spec b/gnu-efi.spec index 37a7e93..5ba934b 100644 --- a/gnu-efi.spec +++ b/gnu-efi.spec @@ -10,8 +10,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExclusiveArch: x86_64 aarch64 %{arm} %{ix86} BuildRequires: git %ifarch x86_64 -#BuildRequires: glibc32 -BuildRequires: glibc-devel(x86-32) +BuildRequires: glibc32 +#BuildRequires: glibc-devel(x86-32) %endif Source: http://superb-dca2.dl.sourceforge.net/project/gnu-efi/gnu-efi-%{version}.tar.bz2