diff --git a/wine.changes b/wine.changes index f789ad0..161d43c 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 29 07:54:01 UTC 2020 - Guillaume GARDET + +- Fix file list for %arm and aarch64 + ------------------------------------------------------------------- Sat Apr 25 06:01:10 UTC 2020 - Marcus Meissner diff --git a/wine.spec b/wine.spec index faa638e..b6364a0 100644 --- a/wine.spec +++ b/wine.spec @@ -446,10 +446,12 @@ chmod 755 %winedir/my-find-requires.sh %endif %{_libdir}/wine/*.so %if 0%{?suse_version} >= 1550 +%ifnarch %arm aarch64 %{_libdir}/wine/*.acm %{_libdir}/wine/*.com %{_libdir}/wine/*.cpl %{_libdir}/wine/*.dll +%endif %ifarch %ix86 %{_libdir}/wine/*.dll16 %{_libdir}/wine/*.drv16 @@ -457,12 +459,16 @@ chmod 755 %winedir/my-find-requires.sh %{_libdir}/wine/*.mod16 %{_libdir}/wine/*.vxd %endif +%ifnarch %arm aarch64 %{_libdir}/wine/*.drv %{_libdir}/wine/*.exe %{_libdir}/wine/*.ocx %{_libdir}/wine/*.sys %endif +%endif +%ifnarch %arm aarch64 %{_libdir}/wine/*.tlb +%endif %{_libdir}/lib*.so.* %dir %{_libdir}/wine %dir %{_libdir}/wine/fakedlls