From dc4c063e0cc8e07f7af12a2784cb7b8cfb247fd0 Mon Sep 17 00:00:00 2001 From: Jiri Date: Fri, 8 Jul 2022 16:14:25 +0200 Subject: [PATCH] Rebuilt for Drop i686 JDKs https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs --- maven-reporting-api.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/maven-reporting-api.spec b/maven-reporting-api.spec index 18b3523..a7f782f 100644 --- a/maven-reporting-api.spec +++ b/maven-reporting-api.spec @@ -1,6 +1,6 @@ Name: maven-reporting-api Version: 3.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Summary: API to manage report generation License: ASL 2.0 @@ -12,6 +12,7 @@ Source1: https://www.apache.org/dist/maven/reporting/%{name}-%{version}-s Source2: https://www.apache.org/dist/maven/KEYS BuildArch: noarch +ExclusiveArch: %{java_arches} noarch BuildRequires: gnupg2 BuildRequires: maven-local @@ -40,6 +41,9 @@ achieve report decoupling from the Maven 3 core. %license LICENSE NOTICE %changelog +* Fri Jul 08 2022 Jiri Vanek - 1:3.1.0-2 +- Rebuilt for Drop i686 JDKs + * Mon Feb 7 2022 Jerry James - 1:3.1.0-1 - Version 3.1.0 - Verify the sources