From ce628f31683a16ef592210e879f3a5df70a12195 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Sun, 11 Apr 2021 15:21:34 -0500 Subject: [PATCH] Surround wow64cpu with arch check --- wine.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wine.spec b/wine.spec index 181cb61..6e617c3 100644 --- a/wine.spec +++ b/wine.spec @@ -2060,8 +2060,10 @@ fi %{_libdir}/wine/wmphoto.%{winedll} %{_libdir}/wine/wnaspi32.dll.so %if 0%{?wine_staging} +%ifarch x86_64 aarch64 %{_libdir}/wine/wow64cpu.%{winedll} %endif +%endif %{_libdir}/wine/wpc.%{winedll} %{_libdir}/wine/wpcap.dll.so %{_libdir}/wine/ws2_32.dll.so