From 1710080362647b1f68545cddc6f34294f4c201c9 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Mon, 30 Oct 2023 12:04:30 -0500 Subject: [PATCH] Upstream only builds vcruntime140_1 on x86-64 starting with 8.19 --- wine.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wine.spec b/wine.spec index daca90b..9f53d47 100644 --- a/wine.spec +++ b/wine.spec @@ -1661,7 +1661,9 @@ fi %{_libdir}/wine/%{winepedir}/vcomp120.dll %{_libdir}/wine/%{winepedir}/vcomp140.dll %{_libdir}/wine/%{winepedir}/vcruntime140.dll +%ifarch x86_64 %{_libdir}/wine/%{winepedir}/vcruntime140_1.dll +%endif %{_libdir}/wine/%{winepedir}/vdmdbg.dll %{_libdir}/wine/%{winepedir}/version.dll %{_libdir}/wine/%{winepedir}/vga.dll