From b86d39e150cd0eb5e19e4d478b983d8cfcfe4761 Mon Sep 17 00:00:00 2001 From: Jiri Date: Jul 08 2022 12:33:24 +0000 Subject: Rebuilt for Drop i686 JDKs https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs --- diff --git a/automake.spec b/automake.spec index 526d726..498f8a9 100644 --- a/automake.spec +++ b/automake.spec @@ -15,7 +15,7 @@ Summary: A GNU tool for automatically creating Makefiles Name: automake # Any bump here requires libtool rebuild, rhbz#1813010 Version: %{api_version}.5 -Release: 5%{?dist} +Release: 6%{?dist} # docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT License: GPLv2+ and GFDL and Public Domain and MIT @@ -46,6 +46,7 @@ BuildRequires: perl(Thread::Queue) BuildRequires: perl(threads) BuildArch: noarch +ExclusiveArch: %{java_arches} noarch # for better tests coverage: %if %{with check} @@ -131,6 +132,9 @@ make -k %{?_smp_mflags} check %{?TESTS_FLAGS: TESTS="%{TESTS_FLAGS}"} \ %changelog +* Fri Jul 08 2022 Jiri Vanek - 1.16.5-6 +- Rebuilt for Drop i686 JDKs + * Tue May 17 2022 Frederic Berat - 1.16.5-5 - Fix fort2.sh test - Remove external config.sub and config.guess as they are overwritten anyway