The package rpms/gd.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/gd.git/commit/?id=644cfe31581439c98….
Change:
+%ifarch %{ix86}
Thanks.
Full change:
============
commit 644cfe31581439c988c085bfe7a89d0743a2bde5
Author: Marek Skalick <mskalick(a)redhat.com>
Date: Thu Aug 30 13:24:35 2018 +0200
gdimagegrayscale/basic test is till failing on F27 and F28
diff --git a/gd.spec b/gd.spec
index 6b8e2f6..cacb48a 100644
--- a/gd.spec
+++ b/gd.spec
@@ -9,7 +9,7 @@
Summary: A graphics library for quick creation of PNG or JPEG images
Name: gd
Version: 2.2.5
-Release: 5%{?prever}%{?short}%{?dist}
+Release: 6%{?prever}%{?short}%{?dist}
Group: System Environment/Libraries
License: MIT
URL: http://libgd.github.io/
@@ -135,6 +135,13 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libgd.a
%check
+%ifarch %{ix86}
+# See https://github.com/libgd/libgd/issues/359
+XFAIL_TESTS="gdimagegrayscale/basic $XFAIL_TESTS"
+%endif
+
+export XFAIL_TESTS
+
: Upstream test suite
make check
@@ -164,6 +171,9 @@ grep %{version} $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gdlib.pc
%changelog
+* Thu Aug 30 2018 mskalick(a)redhat.com - 2.2.5-6
+- gdimagegrayscale/basic test is till failing on F27 and F28
+
* Thu Aug 30 2018 mskalick(a)redhat.com - 2.2.5-5
- Check return value in gdImageBmpPtr to avoid double free (CVE-2018-1000222)
- Don't mark gdimagegrayscale/basic test as failing