Remove support for Fedora 26.

It doesn't appear to be getting built there and adds extra conditionals.
This commit is contained in:
Elliott Sales de Andrade 2018-03-13 05:14:01 -04:00
parent c3e31d8c7e
commit 172edad3e8

View File

@ -390,7 +390,6 @@ Requires: python3-tkinter
# Fedora-specific patches follow:
%patch1001 -p1
%if 0%{?fedora} > 26 || 0%{?rhel} > 7
# Updated test images for FreeType 2.8.
gzip -dc %SOURCE1000 | tar xvf - --transform='s~^\([^/]\+\)/~lib/\1/tests/baseline_images/~'
%ifarch i686 armv7hl
@ -403,11 +402,6 @@ gzip -dc %SOURCE1000 | tar xvf - --transform='s~^\([^/]\+\)/~lib/\1/tests/baseli
%ifarch aarch64 ppc64 ppc64le s390x
%patch1005 -p1
%endif
%else
# Small tweaks to tolerances for FreeType 2.7.1.
%patch1002 -p1
%patch1003 -p1
%endif
%ifarch i686
%patch1004 -p1
%endif