Exclude i686 architecture from build

This commit is contained in:
Eduard Abdullin 2026-02-10 13:59:19 +00:00 committed by root
parent 88a01c6209
commit 7f71bce633

View File

@ -54,7 +54,7 @@
Name: tomcat
Epoch: 1
Version: %{major_version}.%{minor_version}.%{micro_version}
Release: 4%{?dist}
Release: 4%{?dist}.alma.1
Summary: Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API
License: Apache-2.0
@ -82,6 +82,8 @@ Patch6: rhbz-1857043.patch
BuildArch: noarch
ExcludeArch: i686
BuildRequires: ant >= 1.10.2
BuildRequires: ecj >= 4.20
BuildRequires: findutils
@ -543,6 +545,9 @@ exit 0
%{appdir}/ROOT
%changelog
* Tue Feb 10 2026 Eduard Abdullin <eabdullin@almalinux.org> - 1:10.1.36-4.alma.1
- Exclude i686 architecture from build
* Fri Jan 23 2026 Pietro Meloni - 1:10.1.36-4
- Resolves: RHEL-124493
tomcat: Directory traversal via rewrite with possible RCE (CVE-2025-55752)