From 47f6927865eef872207c1f5503990be94939225c Mon Sep 17 00:00:00 2001 From: Richard Shaw Date: Sat, 2 Jun 2018 07:23:56 -0500 Subject: [PATCH] Fix conditional to > rather than >=. --- OpenImageIO.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenImageIO.spec b/OpenImageIO.spec index 59b9d69..16a485f 100644 --- a/OpenImageIO.spec +++ b/OpenImageIO.spec @@ -17,7 +17,7 @@ BuildRequires: cmake gcc-c++ BuildRequires: txt2man BuildRequires: qt5-devel BuildRequires: boost-devel -%if 0%{?fedora} >= 28 +%if 0%{?fedora} > 28 BuildRequires: boost-python2-devel %else BuildRequires: boost-python-devel