diff --git a/crun.spec b/crun.spec index 69fe6d4..4dc42fc 100644 --- a/crun.spec +++ b/crun.spec @@ -6,8 +6,8 @@ %ifarch aarch64 || x86_64 %global wasm_support 1 -# wasmedge not present on Fedora ELN environments -%if !0%{?eln} +# wasmedge not present on Fedora ELN / RHEL environments +%if !0%{?rhel} %global wasmedge_support 1 %global wasmedge_opts --with-wasmedge %endif