diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-06-24 12:28:18 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-06-24 12:28:18 +0200 |
commit | c4f6ea71f38005e2575a43543e88833561cb59cf (patch) | |
tree | 75c442e4155f20607916b20e01879ed72717779d | |
parent | c82e831e8fac47a35ae3bda865087e6f8d8a9074 (diff) |
gd: add upstream bug link
-rw-r--r-- | gd.spec | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |