Compare commits

..

10 Commits
c10s ... a10

Author SHA1 Message Date
Eduard Abdullin
009a7eb845 Exclude i686 architecture from build 2026-07-10 12:31:47 +00:00
AlmaLinux RelEng Bot
8e6ea512f3 import CS git tomcat9-9.0.117-2.el10_2 2026-07-10 08:31:36 -04:00
Eduard Abdullin
bdb1a4da34 Exclude i686 architecture from build 2026-06-25 12:31:38 +00:00
AlmaLinux RelEng Bot
f43672eebd import CS git tomcat9-9.0.117-1.el10_2 2026-06-25 08:31:29 -04:00
Eduard Abdullin
1062c94acf Exclude i686 architecture from build 2026-05-19 19:15:36 +00:00
AlmaLinux RelEng Bot
b7d933898b import CS tomcat9-9.0.110-3.el10 2026-05-19 15:15:27 -04:00
f6c12d8aed import OL tomcat9-9.0.87-8.el10_1.1 2025-12-11 08:48:19 +00:00
f4dac48c59 import OL tomcat9-9.0.87-5.el10_0.3 2025-08-22 07:35:35 +00:00
e0fc1412c0 import CS tomcat9-9.0.87-5.el10_0.1 2025-07-21 08:44:24 +00:00
2aa6b49b07 import CS tomcat9-9.0.87-5.el10 2025-05-15 15:30:12 +00:00
7 changed files with 7 additions and 38 deletions

View File

@ -1 +0,0 @@
1

10
.gitignore vendored
View File

@ -1,9 +1 @@
results_tomcat9 apache-tomcat-9.0.117-src.tar.gz
*.rpm
/tomcat-9.0.87.redhat-*-src.zip
/apache-tomcat-9*-src.tar.gz
apache-tomcat-*-src
/tomcat9.iml
/.idea/.gitignore
/.idea/modules.xml
/.idea/vcs.xml

1
ci.fmf
View File

@ -1 +0,0 @@
resultsdb-testcase: separate

View File

@ -1,6 +0,0 @@
--- !Policy
product_versions:
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional}

View File

@ -1,9 +0,0 @@
summary: Basic smoke test
prepare:
- name: packages
how: install
package:
- tomcat9
execute:
how: tmt
script: which tomcat

View File

@ -1,11 +0,0 @@
summary: Internal Tier1 beakerlib tests.
discover:
- name: rhel
how: fmf
url: git://pkgs.devel.redhat.com/tests/tomcat9
filter: 'tier: 1'
execute:
how: tmt
adjust:
enabled: false
when: distro == centos-stream-10

View File

@ -53,7 +53,7 @@
Name: tomcat9 Name: tomcat9
Epoch: 1 Epoch: 1
Version: %{major_version}.%{minor_version}.%{micro_version} Version: %{major_version}.%{minor_version}.%{micro_version}
Release: 2%{?dist} Release: 2%{?dist}.alma.1
Summary: Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API Summary: Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API
License: Apache-2.0 License: Apache-2.0
@ -82,6 +82,8 @@ Patch8: rhel-168577.patch
BuildArch: noarch BuildArch: noarch
ExcludeArch: i686
BuildRequires: ant BuildRequires: ant
BuildRequires: ecj >= 1:4.10 BuildRequires: ecj >= 1:4.10
BuildRequires: findutils BuildRequires: findutils
@ -635,6 +637,9 @@ fi
%{appdir}/ROOT %{appdir}/ROOT
%changelog %changelog
* Fri Jul 10 2026 Eduard Abdullin <eabdullin@almalinux.org> - 1:9.0.117-2.alma.1
- Exclude i686 architecture from build
* Wed Jun 17 2026 Pietro Meloni <pmeloni@redhat.com> - 1:9.0.117-2 * Wed Jun 17 2026 Pietro Meloni <pmeloni@redhat.com> - 1:9.0.117-2
- Resolves: RHEL-185571 Remove tomcat clustering JAR from RPM builds - Resolves: RHEL-185571 Remove tomcat clustering JAR from RPM builds