SHA256
1
0
forked from pool/wine

Accepting request 593330 from Emulators

- Enable build for aarch64 (forwarded request 593307 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/593330
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=250
This commit is contained in:
Dominique Leuenberger 2018-04-04 09:09:05 +00:00 committed by Git OBS Bridge
commit dd285b1e57
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 3 12:31:24 UTC 2018 - schwab@suse.de
- Enable build for aarch64
-------------------------------------------------------------------
Fri Mar 30 19:31:00 UTC 2018 - meissner@suse.com

View File

@ -137,7 +137,7 @@ Requires: %{name}-32bit = %{version}
Recommends: cabextract
Recommends: unzip
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %{ix86} x86_64 ppc %arm
ExclusiveArch: %{ix86} x86_64 ppc %arm aarch64
%if %{staging}
# upstream patch target version
%define staging_version 3.5
@ -396,7 +396,7 @@ chmod 755 %winedir/my-find-requires.sh
%dir %{_datadir}/icons/hicolor/scalable
%dir %{_datadir}/icons/hicolor/scalable/apps
%{_datadir}/icons/hicolor/scalable/apps/*.svg
%ifarch %ix86
%ifarch %ix86 aarch64
%{_bindir}/wine
%{_bindir}/wine-preloader
%endif