diff --git a/rspamd.spec b/rspamd.spec index a79635b..9594483 100644 --- a/rspamd.spec +++ b/rspamd.spec @@ -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