[hedgewars] Don't try to build on arm for now

Bruno Wolff III bruno at fedoraproject.org
Sun Jan 4 08:32:25 UTC 2015


commit ef659e28aa3f5696a9fc106fd19226ce04664f1c
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sun Jan 4 02:30:58 2015 -0600

    Don't try to build on arm for now
    
    There is an arm specific failure
    (https://bugzilla.redhat.com/show_bug.cgi?id=1178481)
    that I am not in a good position to figure out and due to people
    needing to use the same version when playing, going forward without
    arm seems better than holding at the current version.

 hedgewars.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/hedgewars.spec b/hedgewars.spec
index 48f474b..3277fdb 100644
--- a/hedgewars.spec
+++ b/hedgewars.spec
@@ -25,7 +25,10 @@ BuildRequires:  libpng-devel physfs-devel
 Requires:       dejavu-sans-fonts wqy-zenhei-fonts hicolor-icon-theme
 # https://bugzilla.redhat.com/show_bug.cgi?id=520400
 # no fpc on s390(x)
-ExcludeArch: ppc64 s390 s390x
+# https://bugzilla.redhat.com/show_bug.cgi?id=1178481
+# There is an arm specific failure that I am not in a good 
+# position to figure out.
+ExcludeArch: ppc64 s390 s390x armv7hl
 
 %description
 Hedgewars is a turn based strategy game but the real buzz is from watching the


More information about the scm-commits mailing list