]> granicus.if.org Git - graphviz/commitdiff
disable php in fedora24 till we can work out what broke
authorJohn Ellson <ellson@research.att.com>
Mon, 15 Aug 2016 20:21:38 +0000 (16:21 -0400)
committerJohn Ellson <ellson@research.att.com>
Mon, 15 Aug 2016 20:21:38 +0000 (16:21 -0400)
graphviz.spec.in

index c3735818c6f0fc9224984917561ac9d134454263..8a5d371a18c15efd514c3028b26eecf176526755 100644 (file)
@@ -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