Remove support for Fedora 26.
It doesn't appear to be getting built there and adds extra conditionals.
This commit is contained in:
@@ -390,7 +390,6 @@ Requires: python3-tkinter
|
|||||||
|
|
||||||
# Fedora-specific patches follow:
|
# Fedora-specific patches follow:
|
||||||
%patch1001 -p1
|
%patch1001 -p1
|
||||||
%if 0%{?fedora} > 26 || 0%{?rhel} > 7
|
|
||||||
# Updated test images for FreeType 2.8.
|
# Updated test images for FreeType 2.8.
|
||||||
gzip -dc %SOURCE1000 | tar xvf - --transform='s~^\([^/]\+\)/~lib/\1/tests/baseline_images/~'
|
gzip -dc %SOURCE1000 | tar xvf - --transform='s~^\([^/]\+\)/~lib/\1/tests/baseline_images/~'
|
||||||
%ifarch i686 armv7hl
|
%ifarch i686 armv7hl
|
||||||
@@ -403,11 +402,6 @@ gzip -dc %SOURCE1000 | tar xvf - --transform='s~^\([^/]\+\)/~lib/\1/tests/baseli
|
|||||||
%ifarch aarch64 ppc64 ppc64le s390x
|
%ifarch aarch64 ppc64 ppc64le s390x
|
||||||
%patch1005 -p1
|
%patch1005 -p1
|
||||||
%endif
|
%endif
|
||||||
%else
|
|
||||||
# Small tweaks to tolerances for FreeType 2.7.1.
|
|
||||||
%patch1002 -p1
|
|
||||||
%patch1003 -p1
|
|
||||||
%endif
|
|
||||||
%ifarch i686
|
%ifarch i686
|
||||||
%patch1004 -p1
|
%patch1004 -p1
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
Reference in New Issue
Block a user