From d54b4fa6864ff94565f0e38e155a74902010d682 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Sat, 16 Jul 2022 22:07:15 +0200 Subject: [PATCH] jansi-native provides JNI libraries for use by the JAVA Jansi project and the JDK is no longer build on i686, disable i686 builds (rhbz#2104052) --- jansi-native.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/jansi-native.spec b/jansi-native.spec index 7fbd99c..4563b5b 100644 --- a/jansi-native.spec +++ b/jansi-native.spec @@ -7,7 +7,7 @@ Name: jansi-native Version: 1.8 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Jansi Native implements the JNI Libraries used by the Jansi project License: ASL 2.0 URL: http://jansi.fusesource.org/ @@ -19,6 +19,9 @@ BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.fusesource:fusesource-pom:pom:) BuildRequires: mvn(org.fusesource.hawtjni:maven-hawtjni-plugin) >= 1.9-2 BuildRequires: mvn(org.fusesource.hawtjni:hawtjni-runtime) >= 1.9-2 +# jansi-native provides JNI libraries for use by the JAVA Jansi project, +# so it is only necessary on java_arches +ExclusiveArch: %{java_arches} %description Jansi is a small java library that allows you to use ANSI escape sequences @@ -68,6 +71,10 @@ This package contains the API documentation for %{name}. %license license.txt %changelog +* Sat Jul 16 2022 Hans de Goede - 1.8-10 +- jansi-native provides JNI libraries for use by the JAVA Jansi project and + the JDK is no longer build on i686, disable i686 builds (rhbz#2104052) + * Sat Feb 05 2022 Jiri Vanek - 1.8-9 - Rebuilt for java-17-openjdk as system jdk