Exclude i686 architecture from build
This commit is contained in:
parent
eb8ee63e74
commit
f31ec20c2c
@ -53,7 +53,7 @@
|
||||
Name: tomcat9
|
||||
Epoch: 1
|
||||
Version: %{major_version}.%{minor_version}.%{micro_version}
|
||||
Release: 9%{?dist}
|
||||
Release: 9%{?dist}.alma.1
|
||||
Summary: Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API
|
||||
|
||||
License: Apache-2.0
|
||||
@ -81,6 +81,8 @@ Patch7: JmxRemoteLifecycleListener.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
ExcludeArch: i686
|
||||
|
||||
BuildRequires: ant
|
||||
BuildRequires: ecj >= 1:4.10
|
||||
BuildRequires: findutils
|
||||
@ -622,6 +624,9 @@ fi
|
||||
%{appdir}/ROOT
|
||||
|
||||
%changelog
|
||||
* Tue Feb 10 2026 Eduard Abdullin <eabdullin@almalinux.org> - 1:9.0.87-9.alma.1
|
||||
- Exclude i686 architecture from build
|
||||
|
||||
* Fri Jan 23 2026 Pietro Meloni <pmeloni@redhat.com> - 1:9.0.87-9
|
||||
- Resolves: RHEL-124496
|
||||
tomcat: Directory traversal via rewrite with possible RCE (CVE-2025-55752)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user