Fix conditional for ImageMagick
This commit is contained in:
parent
1b0f98b373
commit
4dfd2f126f
@ -72,7 +72,7 @@ BuildRequires: zlib-devel
|
||||
|
||||
BuildRequires: ghostscript
|
||||
# No ImageMagick for EL8/ELN/EL9
|
||||
%if ! 0%{?rhel} >= 8
|
||||
%if 0%{?fedora} || (0%{?rhel} && 0%{?rhel} < 8)
|
||||
BuildRequires: ImageMagick
|
||||
%endif
|
||||
%ifnarch s390x
|
||||
|
Loading…
Reference in New Issue
Block a user