From fd96577f1e1ca01d315beb4a199d27edb70bb878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Wed, 11 May 2022 00:56:04 +0100 Subject: [PATCH] Fix commit 21232fceb, but ImageMagick is now available on EPEL 8 and EPEL 9 ! 0%{?rhel} >= 8 is wrong ! (0%{?rhel} >= 8) is correct --- inkscape.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inkscape.spec b/inkscape.spec index db5c306..4ca9ee5 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -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