From b6e0b6688d42069c01dc8a50328f0fa12650e7b6 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 16 Mar 2023 21:24:59 -0400 Subject: [PATCH] Disable mingw in all RHEL versions The mingw subpackages and their dependencies are not wanted in RHEL 10 (and hence ELN) either. --- python-pillow.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pillow.spec b/python-pillow.spec index e840159..519c7d5 100644 --- a/python-pillow.spec +++ b/python-pillow.spec @@ -5,7 +5,7 @@ # Dependencies are missing to build the documentation %bcond_with doc -%if 0%{?el9} +%if 0%{?rhel} %bcond_with mingw %else %bcond_without mingw