From e2a23c828c1d1462065236cdc82362a86db49de5 Mon Sep 17 00:00:00 2001 From: John Ellson Date: Mon, 15 Aug 2016 16:21:38 -0400 Subject: [PATCH] disable php in fedora24 till we can work out what broke --- graphviz.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphviz.spec.in b/graphviz.spec.in index c3735818c..8a5d371a1 100644 --- a/graphviz.spec.in +++ b/graphviz.spec.in @@ -166,9 +166,10 @@ BuildRequires: libwebp-devel %define _GO 1 BuildRequires: golang >= 1.2 gcc-go swig >= 3.0.2 %endif -%if %fedora <= 24 +%if %fedora <= 23 %define PHP 1 BuildRequires: php-devel +# disable PHP5 in fc24 until we can figure out what broke # disable PHP7 in fc25 until swig supports it %endif %endif -- 2.50.1