summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-10-15 17:23:26 +0200
committerRemi Collet <fedora@famillecollet.com>2013-10-15 17:23:26 +0200
commitdc276d62dc24fdbc62d372513b3e1706b48def61 (patch)
tree52e2d96218bc45ff2f68346f6639eb80270257a3
parentc0933ceb67566327611ea6b588d0160f52717350 (diff)
gd-last: fix build on fedora <= 14
-rw-r--r--gd.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/gd.spec b/gd.spec
index bf22a2a..55d9caf 100644
--- a/gd.spec
+++ b/gd.spec
@@ -130,7 +130,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libgd.a
%check
-%if 0%{?rhel} == 5
+%if 0%{?fedora} <= 14 && 0%{?rhel} <= 5
export XFAIL_TESTS="gdimagestringft/gdimagestringft_bbox"
%endif