From 5b71d03411f7f3e764f56337106ffe1c358680dc Mon Sep 17 00:00:00 2001 From: Jiri Date: Fri, 8 Jul 2022 15:38:22 +0200 Subject: [PATCH] Rebuilt for Drop i686 JDKs https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs --- java-runtime-decompiler.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/java-runtime-decompiler.spec b/java-runtime-decompiler.spec index 732473b..1a87cbb 100644 --- a/java-runtime-decompiler.spec +++ b/java-runtime-decompiler.spec @@ -1,7 +1,7 @@ Summary: Application for extraction and decompilation of JVM byte code Name: java-runtime-decompiler Version: 6.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv3 URL: https://github.com/pmikova/java-runtime-decompiler Source0: https://github.com/pmikova/%{name}/archive/%{name}-%{version}.tar.gz @@ -16,6 +16,7 @@ Patch6: systemJcoder.patch Patch7: removeMultilineSpotbugs.patch BuildArch: noarch +ExclusiveArch: %{java_arches} noarch BuildRequires: maven-local BuildRequires: byteman BuildRequires: rsyntaxtextarea @@ -117,6 +118,9 @@ desktop-file-install --vendor="fedora" \ %license LICENSE %changelog +* Fri Jul 08 2022 Jiri Vanek - 6.1-4 +- Rebuilt for Drop i686 JDKs + * Sat Feb 05 2022 Jiri Vanek - 6.1-3 - Rebuilt for java-17-openjdk as system jdk