SHA256
1
0
forked from pool/wine

Accepting request 900167 from Emulators

- Fix "adjusted directories to load 32bit wine things from 64bit wine."
  to package properly on aarch64 (forwarded request 900165 from Guillaume_G)

OBS-URL: https://build.opensuse.org/request/show/900167
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=345
This commit is contained in:
Dominique Leuenberger 2021-06-16 18:34:35 +00:00 committed by Git OBS Bridge
commit d4edd31c85
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 15 12:22:51 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Fix "adjusted directories to load 32bit wine things from 64bit wine."
to package properly on aarch64
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jun 5 12:27:57 UTC 2021 - Marcus Meissner <meissner@suse.com> Sat Jun 5 12:27:57 UTC 2021 - Marcus Meissner <meissner@suse.com>

View File

@ -455,6 +455,8 @@ chmod 755 %winedir/my-find-requires.sh
%ifarch x86_64 aarch64 %ifarch x86_64 aarch64
%{_bindir}/wine64 %{_bindir}/wine64
%{_bindir}/wine64-preloader %{_bindir}/wine64-preloader
%endif
%ifarch x86_64
%dir /usr/lib/wine/ %dir /usr/lib/wine/
%dir /usr/lib/wine/i386-windows %dir /usr/lib/wine/i386-windows
%dir /usr/lib/wine/i386-unix %dir /usr/lib/wine/i386-unix