Fix conditional to > rather than >=.
This commit is contained in:
parent
9a215610da
commit
47f6927865
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user