Disable mingw in all RHEL versions

The mingw subpackages and their dependencies are not wanted in RHEL 10
(and hence ELN) either.
This commit is contained in:
Yaakov Selkowitz 2023-03-16 21:24:59 -04:00
parent 65a38f8ebf
commit b6e0b6688d
1 changed files with 1 additions and 1 deletions

View File

@ -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