From cda301d3bff1b3a0e0de312461bd1d6c241c4f68 Mon Sep 17 00:00:00 2001 From: Germano Massullo Date: Mon, 19 Nov 2018 17:12:25 +0100 Subject: [PATCH] ExcludeArch: ppc64 ppc64le s390 --- nextcloud-client.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/nextcloud-client.spec b/nextcloud-client.spec index 1516c56..36319f2 100644 --- a/nextcloud-client.spec +++ b/nextcloud-client.spec @@ -2,7 +2,7 @@ Name: nextcloud-client Version: 2.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Nextcloud Client # -libs are LGPLv2+, rest GPLv2 @@ -54,6 +54,9 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release} Provides: mirall = %{version}-%{release} Obsoletes: mirall < 1.8.0 +# Read https://bugzilla.redhat.com/show_bug.cgi?id=1651261 +ExcludeArch: ppc64 ppc64le s390x + %description Nextcloud-client enables you to connect to your private Nextcloud Server. With it you can create folders in your home directory, and keep the contents @@ -233,6 +236,9 @@ fi %endif %changelog +* Mon Nov 19 2018 Germano Massullo - 2.5.0-2 +- added ExcludeArch: ppc64, ppc64le, s390. Read https://bugzilla.redhat.com/show_bug.cgi?id=1651261 + * Thu Nov 15 2018 Germano Massullo - 2.5.0-1 - 2.5.0 release