Fix conditional to > rather than >=.

This commit is contained in:
Richard Shaw 2018-06-02 07:23:56 -05:00
parent 9a215610da
commit 47f6927865
1 changed files with 1 additions and 1 deletions

View File

@ -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