From 1609c93df5d282e6cc73f89b569219ae007af9b8812b074633b0afcfa8ed51a1 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 3 Apr 2018 20:01:38 +0000 Subject: [PATCH] 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 --- wine.changes | 5 +++++ wine.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/wine.changes b/wine.changes index c109e54..b1dbc87 100644 --- a/wine.changes +++ b/wine.changes @@ -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 diff --git a/wine.spec b/wine.spec index 3268994..f38d2a0 100644 --- a/wine.spec +++ b/wine.spec @@ -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