diff --git a/wine.changes b/wine.changes index 933dfe5..ceff35c 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 17 01:56:06 UTC 2020 - Cameron Rapp + +- Fix build for Leap. + ------------------------------------------------------------------- Sun Dec 13 08:29:22 UTC 2020 - Marcus Meissner diff --git a/wine.spec b/wine.spec index 2d26637..9a47847 100644 --- a/wine.spec +++ b/wine.spec @@ -469,7 +469,11 @@ chmod 755 %winedir/my-find-requires.sh %endif %endif %ifnarch %arm aarch64 +%if 0%{?suse_version} > 1500 %{_libdir}/wine/*.tlb +%else +%{_libdir}/wine/*.tlb.so +%endif %endif %dir %{_libdir}/wine %dir %{_libdir}/wine/fakedlls