summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-06-24 12:28:18 +0200
committerRemi Collet <fedora@famillecollet.com>2016-06-24 12:28:18 +0200
commitc4f6ea71f38005e2575a43543e88833561cb59cf (patch)
tree75c442e4155f20607916b20e01879ed72717779d
parentc82e831e8fac47a35ae3bda865087e6f8d8a9074 (diff)
gd: add upstream bug link
-rw-r--r--gd.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/gd.spec b/gd.spec
index 9490d41..f7ef9c9 100644
--- a/gd.spec
+++ b/gd.spec
@@ -168,7 +168,8 @@ export XFAIL_TESTS="freetype/bug00132"
%if 0%{?rhel} > 0 && 0%{?rhel} <= 5
export XFAIL_TESTS="gdimagestringft/gdimagestringft_bbox $XFAIL_TESTS"
%else
-%ifnarch x86_64
+%ifarch %{ix86}
+# see https://github.com/libgd/libgd/issues/242
export XFAIL_TESTS="gdimagerotate/bug00067 $XFAIL_TESTS"
%endif
%endif