Fix commit 21232fceb, but ImageMagick is now available on EPEL 8 and

EPEL 9

! 0%{?rhel} >= 8 is wrong
! (0%{?rhel} >= 8) is correct
This commit is contained in:
Sérgio M. Basto 2022-05-11 00:56:04 +01:00
parent 0578cb9369
commit fd96577f1e

View File

@ -40,7 +40,7 @@ BuildRequires: libgdl-devel
BuildRequires: gettext
BuildRequires: gsl-devel
BuildRequires: gtkmm30-devel
%if ! 0%{?flatpak} && ! 0%{?rhel} >= 8
%if ! 0%{?flatpak}
BuildRequires: ImageMagick-c++-devel
%endif
BuildRequires: intltool