build without perl_modcompat in EL >= 10

This commit is contained in:
Ondřej Pohořelský 2024-07-19 09:29:31 +02:00
commit 699e77dbcb

View file

@ -14,8 +14,8 @@
%bcond_with linkcheck
%endif
# Settings for Fedora >= 38
%if 0%{?fedora} >= 38
# Settings for Fedora >= 38 and EL >= 10
%if 0%{?fedora} >= 38 || 0%{?rhel} >= 10
%bcond_with perl_modcompat
%else
%bcond_without perl_modcompat