From 7f281e1682c667fe26eeaabc05098f8b35115a78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Tue, 17 May 2022 14:36:28 +0100 Subject: [PATCH] ImageMagick is not intended to be on RHEL >= 8 (just on EPEL) --- inkscape.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/inkscape.spec b/inkscape.spec index 2aff909..d6110b2 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -2,7 +2,7 @@ Name: inkscape Version: 1.1.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Vector-based drawing program using SVG # Inkscape tags their releases with underscores and in ALLCAPS @@ -36,7 +36,7 @@ BuildRequires: libgdl-devel BuildRequires: gettext BuildRequires: gsl-devel BuildRequires: gtkmm30-devel -%if ! 0%{?flatpak} +%if ! 0%{?flatpak} && ! (0%{?rhel} >= 8) BuildRequires: ImageMagick-c++-devel %endif BuildRequires: intltool @@ -212,6 +212,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.inkscape.Inksc %changelog +* Tue May 17 2022 Sérgio Basto - 1.1.2-4 +- ImageMagick is not intended to be on RHEL >= 8 (just on EPEL) + * Wed May 11 2022 Gwyn Ciesla - 1.1.2-3 - ImageMagick build.