build without perl_modcompat in EL >= 10
This commit is contained in:
parent
624305e5be
commit
699e77dbcb
1 changed files with 2 additions and 2 deletions
4
git.spec
4
git.spec
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue