Disable building on i686

Related: RHEL-62179
This commit is contained in:
Marián Konček 2024-11-22 20:35:17 +01:00
parent beb109da49
commit 8659a1bd94

View File

@ -34,7 +34,7 @@
Name: ant Name: ant
Version: 1.10.9 Version: 1.10.9
Release: 11%{?dist} Release: 12%{?dist}
Summary: Java build tool Summary: Java build tool
Summary(it): Tool per la compilazione di programmi java Summary(it): Tool per la compilazione di programmi java
Summary(fr): Outil de compilation pour java Summary(fr): Outil de compilation pour java
@ -45,6 +45,9 @@ Source2: apache-ant-1.8.ant.conf
# manpage # manpage
Source3: ant.asciidoc Source3: ant.asciidoc
BuildArch: noarch
ExclusiveArch: aarch64 ppc64le s390x x86_64
Patch0: %{name}-build.xml.patch Patch0: %{name}-build.xml.patch
Patch1: %{name}-openjdk-jpeg-cmyk.patch Patch1: %{name}-openjdk-jpeg-cmyk.patch
Patch2: 0001-Disable-SecurityManager-for-Java-18.patch Patch2: 0001-Disable-SecurityManager-for-Java-18.patch
@ -88,8 +91,6 @@ Suggests: %{name}-openjdk17 = %{version}-%{release}
# /usr/share/java-utils/java-functions # /usr/share/java-utils/java-functions
Requires: javapackages-tools Requires: javapackages-tools
BuildArch: noarch
%description %description
Apache Ant is a Java library and command-line tool whose mission is to Apache Ant is a Java library and command-line tool whose mission is to
drive processes described in build files as targets and extension drive processes described in build files as targets and extension
@ -713,6 +714,9 @@ LC_ALL=C.UTF-8 %{ant} -Doffline=true test
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
%changelog %changelog
* Fri Nov 22 2024 Marián Konček <mkoncek@redhat.com> - 1.10.9-12
- Disable building on i686
* Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 1.10.9-11 * Thu Nov 21 2024 Marián Konček <mkoncek@redhat.com> - 1.10.9-11
- Fix the usage ot patch macro - Fix the usage ot patch macro