From d66514c4de4ba356a1155ebd9ffacf2d1fc6af53 Mon Sep 17 00:00:00 2001 From: Benjamin A. Beasley Date: Apr 24 2023 12:14:01 +0000 Subject: Remove || from %%ifarch It is treated as an architecture name, not as a Boolean operator. --- diff --git a/blender.spec b/blender.spec index dd095f8..cc0d4d4 100644 --- a/blender.spec +++ b/blender.spec @@ -10,10 +10,10 @@ %bcond_without system_eigen3 %bcond_without wayland -%ifarch x86_64 || aarch64 || ppc64le +%ifarch x86_64 aarch64 ppc64le %global cyclesflag ON # Only available on x86_64 and aarch64 -%ifarch x86_64 || aarch64 +%ifarch x86_64 aarch64 %bcond_without embree %bcond_without hidapi %ifarch x86_64