From 9f1ba81bce4ed17d70806f4ecc65f066b53cac34 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 16 May 2014 14:25:15 +0100 Subject: [PATCH] Apparently %ifarch needs something as a parameter, so give it a bogus string. --- libguestfs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguestfs.spec b/libguestfs.spec index af688e0..3d3e569 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -17,7 +17,7 @@ # Architectures on which golang is not broken. # Broken on all of them for now, see RHBZ#1097663 #%global golang_arches %{arm} %{ix86} x86_64 -%global golang_arches %{nil} +%global golang_arches not_a_real_architecture %global _hardened_build 1