From 6367cc019034893e532c42534938a083a0a59201 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 13 Mar 2016 20:22:29 +0000 Subject: [PATCH] Fix up the Wine / mono supported arch cross section --- wine-mono.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/wine-mono.spec b/wine-mono.spec index b060960..8ccc863 100644 --- a/wine-mono.spec +++ b/wine-mono.spec @@ -3,7 +3,7 @@ Name: wine-mono Version: 4.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mono library required for Wine License: GPLv2 and LGPLv2 and MIT and BSD and MS-PL and MPLv1.1 @@ -19,7 +19,7 @@ Patch2: wine-mono-build-inline.patch # see git://github.com/madewokherd/wine-mono BuildArch: noarch -ExcludeArch: armv7hl ppc s390x +ExcludeArch: aarch64 %{power64} s390x s390 # 64 BuildRequires: mingw64-filesystem >= 95 @@ -94,6 +94,9 @@ cp mono-basic/LICENSE mono-basic-LICENSE %{_datadir}/wine/mono/wine-mono-%{version}.msi %changelog +* Sun Mar 13 2016 Peter Robinson 4.6.0-2 +- Fix up the Wine / mono supported arch cross section + * Tue Mar 08 2016 Michael Cronenworth - 4.6.0-1 - version upgrade