Exclude i686 architecture from build
This commit is contained in:
parent
429497d56f
commit
46c0bf3296
@ -54,7 +54,7 @@
|
||||
Name: tomcat
|
||||
Epoch: 1
|
||||
Version: %{major_version}.%{minor_version}.%{micro_version}
|
||||
Release: 1%{?dist}.1
|
||||
Release: 1%{?dist}.1.alma.1
|
||||
Summary: Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API
|
||||
|
||||
License: Apache-2.0
|
||||
@ -84,6 +84,8 @@ Patch7: build-with-java-25.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
ExcludeArch: i686
|
||||
|
||||
BuildRequires: ant >= 1.10.2
|
||||
BuildRequires: ecj >= 4.20
|
||||
BuildRequires: findutils
|
||||
@ -551,6 +553,9 @@ exit 0
|
||||
%{appdir}/ROOT
|
||||
|
||||
%changelog
|
||||
* Tue May 19 2026 Eduard Abdullin <eabdullin@almalinux.org> - 1:10.1.49-1.1.alma.1
|
||||
- Exclude i686 architecture from build
|
||||
|
||||
* Wed Apr 22 2026 Pietro Meloni <pmeloni@redhat.com> - 1:10.1.36-3.el10_1.1
|
||||
- Resolves: RHEL-150719
|
||||
Certificate revocation bypass due to improper OCSP response validation (CVE-2026-24734)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user