From 56ef7b20c3f740842a2bf1f88c1159b998ed41e5 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Jul 28 2017 20:27:51 +0000 Subject: exclude ppc64le due build problem --- diff --git a/nuvolaruntime.spec b/nuvolaruntime.spec index 2ddf69c..695378c 100644 --- a/nuvolaruntime.spec +++ b/nuvolaruntime.spec @@ -6,7 +6,7 @@ Name: nuvolaruntime Version: 4.5.0 -Release: 3%{?dist} +Release: 4%{?dist} # Nuvola itself is BSD licensed, but the bundled engineio-soup content is MIT. License: BSD and MIT Summary: Tight integration of web apps with your desktop @@ -16,9 +16,9 @@ Patch0: 0001-Revert-Check-whether-VA-API-driver-is-installed.patch Patch1: 0002-Revert-Check-whether-VDPAU-driver-is-installed.patch # Build is broken on ppc64le -#if 0%{?fedora} >= 26 -#ExcludeArch: ppc64le -#endif +%if 0%{?fedora} >= 26 +ExcludeArch: ppc64le +%endif BuildRequires: gcc BuildRequires: desktop-file-utils @@ -168,6 +168,9 @@ fi %changelog +* Fri Jul 28 2017 Martin Gansser - 4.5.0-4 +- exclude ppc64le due build problem + * Thu Jul 27 2017 Fedora Release Engineering - 4.5.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild