Compare commits

...

2 Commits
c10s ... a10s

Author SHA1 Message Date
Eduard Abdullin
90ff0ab448 Exclude i686 architecture from build 2026-02-21 04:18:25 +00:00
Eduard Abdullin
f31ec20c2c Exclude i686 architecture from build 2026-02-10 13:59:26 +00:00

View File

@ -53,7 +53,7 @@
Name: tomcat9
Epoch: 1
Version: %{major_version}.%{minor_version}.%{micro_version}
Release: 1%{?dist}
Release: 1%{?dist}.alma.1
Summary: Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API
License: Apache-2.0
@ -81,6 +81,8 @@ Patch7: build-with-java-25.patch
BuildArch: noarch
ExcludeArch: i686
BuildRequires: ant
BuildRequires: ecj >= 1:4.10
BuildRequires: findutils
@ -632,6 +634,9 @@ fi
%{appdir}/ROOT
%changelog
* Sat Feb 21 2026 Eduard Abdullin <eabdullin@almalinux.org> - 1:9.0.110-1.alma.1
- Exclude i686 architecture from build
* Wed Feb 11 2026 Coty Sutherland <csutherl@redhat.com> - 1:9.0.110-1
- Resolves: RHEL-148687
Update to 9.0.110 and compile with Java 25 to enable FFM features for PQC support