From 6285d7886b4d8b98f7b97bfc717e47b8cb24e0b8 Mon Sep 17 00:00:00 2001 From: John Ellson Date: Thu, 21 Nov 2013 14:23:03 -0500 Subject: [PATCH] fix froken builds --- graphviz.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphviz.spec.in b/graphviz.spec.in index b1e8582f2..0b35b4e4c 100644 --- a/graphviz.spec.in +++ b/graphviz.spec.in @@ -161,8 +161,8 @@ BuildRequires: R-devel swig >= 1.3.33 perl-libs %define WEBP 1 BuildRequires: libwebp-devel %endif -%if %fedora >= 19 -%define _GO 0 +%if %fedora >= 22 +%define _GO 1 BuildRequires: golang >= 1.2 gcc-go %endif %endif -- 2.40.0