From 22a51e1473d1023a0f96df633cc88decbbef8aad Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Mar 13 2019 14:47:32 +0000 Subject: Restrict to same architectures as Eclipse itself --- diff --git a/eclipse-jgit.spec b/eclipse-jgit.spec index a25e46f..a17734d 100644 --- a/eclipse-jgit.spec +++ b/eclipse-jgit.spec @@ -7,7 +7,7 @@ Name: eclipse-jgit Version: 5.3.0 -Release: 0.2%{?dist} +Release: 0.3%{?dist} Summary: Eclipse JGit License: BSD @@ -30,6 +30,9 @@ Patch4: 0005-Port-to-bouncycastle-1.61-API.patch BuildArch: noarch +# Upstream Eclipse no longer supports non-64bit arches +ExcludeArch: s390 %{arm} %{ix86} + # For main build BuildRequires: maven-local BuildRequires: mvn(args4j:args4j) @@ -202,6 +205,9 @@ EOF %endif %changelog +* Wed Mar 13 2019 Mat Booth - 5.3.0-0.3 +- Restrict to same architectures as Eclipse itself + * Tue Mar 12 2019 Mat Booth - 5.3.0-0.2 - Update to 2019-03 RC1 release