SHA256
1
0
forked from pool/wine

Accepting request 593307 from home:Andreas_Schwab:Factory

- Enable build for aarch64

OBS-URL: https://build.opensuse.org/request/show/593307
OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=496
This commit is contained in:
Marcus Meissner 2018-04-03 20:01:38 +00:00 committed by Git OBS Bridge
parent 6c7fc25992
commit 1609c93df5
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