[shogun/el5] %ifarch arm needs to be macroized to %ifarch %{arm}

Björn Esser besser82 at fedoraproject.org
Tue Dec 17 14:48:38 UTC 2013


commit 312152462bc0d77306397da5da30f5a962bedf98
Author: Björn Esser <bjoern.esser at gmail.com>
Date:   Tue Dec 17 15:48:00 2013 +0100

    %ifarch arm needs to be macroized to %ifarch %{arm}

 shogun.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shogun.spec b/shogun.spec
index 2a2e484..60e3750 100644
--- a/shogun.spec
+++ b/shogun.spec
@@ -39,7 +39,7 @@
 # See rhbz# 1043941:  https://bugzilla.redhat.com/show_bug.cgi?id=1043941
 #
 # Temporarily disabling mono-shogun for all arm-arches.
-%ifarch arm
+%ifarch %{arm}
 %global without_mono	1
 %endif
 


More information about the scm-commits mailing list