Exclude i686 architecture from build

This commit is contained in:
Eduard Abdullin 2026-05-19 19:15:36 +00:00 committed by root
parent b7d933898b
commit 1062c94acf

View File

@ -53,7 +53,7 @@
Name: tomcat9
Epoch: 1
Version: %{major_version}.%{minor_version}.%{micro_version}
Release: 3%{?dist}
Release: 3%{?dist}.alma.1
Summary: Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API
License: Apache-2.0
@ -83,6 +83,8 @@ Patch9: rhel-168243.patch
BuildArch: noarch
ExcludeArch: i686
BuildRequires: ant
BuildRequires: ecj >= 1:4.10
BuildRequires: findutils
@ -636,6 +638,9 @@ fi
%{appdir}/ROOT
%changelog
* Tue May 19 2026 Eduard Abdullin <eabdullin@almalinux.org> - 1:9.0.110-3.alma.1
- Exclude i686 architecture from build
* Tue Apr 14 2026 Coty Sutherland <csutherl@redhat.com> - 1:9.0.110-3
- Resolves: RHEL-168243 Fix copy/paste error in AJP connector that caused DELETE requests to be processed as OPTIONS requests (BZ#69848)