Disable mingw in all RHEL versions

The mingw subpackages and their dependencies are not wanted in RHEL 10
(and hence ELN) either.
epel9
Yaakov Selkowitz 2 years ago
parent 65a38f8ebf
commit b6e0b6688d

@ -5,7 +5,7 @@
# Dependencies are missing to build the documentation # Dependencies are missing to build the documentation
%bcond_with doc %bcond_with doc
%if 0%{?el9} %if 0%{?rhel}
%bcond_with mingw %bcond_with mingw
%else %else
%bcond_without mingw %bcond_without mingw

Loading…
Cancel
Save