From 5e8b919131e77a06214941f60d04b61c68dff299 Mon Sep 17 00:00:00 2001 From: John Ellson Date: Fri, 8 Jul 2016 11:48:57 -0400 Subject: [PATCH] disable PHP7 support in fc25 until swig supports it --- graphviz.spec.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/graphviz.spec.in b/graphviz.spec.in index 333dcdc38..7114f0477 100644 --- a/graphviz.spec.in +++ b/graphviz.spec.in @@ -168,6 +168,10 @@ BuildRequires: libwebp-devel %define _GO 1 BuildRequires: golang >= 1.2 gcc-go swig >= 3.0.2 %endif +%if %fedora >= 25 +%define PHP 0 +# disable PHP7 in fc25 until such time as swig supports it +%endif %endif # What a meal PHP makes of versioning !!! -- 2.50.1