diff --git a/apache-commons-exec.spec b/apache-commons-exec.spec index 9919aab..a22b44f 100644 --- a/apache-commons-exec.spec +++ b/apache-commons-exec.spec @@ -3,11 +3,12 @@ Name: apache-commons-exec Version: 1.3 -Release: 22%{?dist} +Release: 23%{?dist} Summary: Java library to reliably execute external processes from within the JVM License: ASL 2.0 URL: http://commons.apache.org/exec/ BuildArch: noarch +ExclusiveArch: %{java_arches} noarch Source0: http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz @@ -69,6 +70,9 @@ find -name Exec57Test.java -delete %changelog +* Fri Jul 08 2022 Jiri Vanek - 1.3-23 +- Rebuilt for Drop i686 JDKs + * Sun Feb 06 2022 Mohamed El Morabity - 1.3-22 - Fix build with JDK 17