Accepting request 818871 from home:chkpnt:mailserver

Moonjit is used instead of luajit in Tumbleweed and starting from Leap 15.2 / SLE 15 SP2.

OBS-URL: https://build.opensuse.org/request/show/818871
OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=41
This commit is contained in:
Marcus Rückert 2020-07-06 11:26:57 +00:00 committed by Git OBS Bridge
parent 6c199082b6
commit 853280ea28

View File

@ -31,7 +31,9 @@
%if (0%{?suse_version} >= 1315)
%bcond_without luajit
%endif
%if 0%{?suse_version} >= 1500
# Tumbleweed and Leap 15.2 / SLE 15 SP2 uses moonjit:
%if (0%{?suse_version} > 1500) || (0%{?sle_version} >= 150200)
%bcond_without moonjit
%endif
%endif