From 46c0bf32964eb7ea4ceb09dad887bad5e7356b7f Mon Sep 17 00:00:00 2001 From: Eduard Abdullin Date: Tue, 19 May 2026 19:15:24 +0000 Subject: [PATCH] Exclude i686 architecture from build --- tomcat.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tomcat.spec b/tomcat.spec index 35b3460..0016d5e 100644 --- a/tomcat.spec +++ b/tomcat.spec @@ -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 - 1:10.1.49-1.1.alma.1 +- Exclude i686 architecture from build + * Wed Apr 22 2026 Pietro Meloni - 1:10.1.36-3.el10_1.1 - Resolves: RHEL-150719 Certificate revocation bypass due to improper OCSP response validation (CVE-2026-24734)