Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
009a7eb845 | ||
|
|
8e6ea512f3 | ||
|
|
bdb1a4da34 | ||
|
|
f43672eebd | ||
|
|
1062c94acf | ||
|
|
b7d933898b | ||
| f6c12d8aed | |||
| f4dac48c59 | |||
| e0fc1412c0 | |||
| 2aa6b49b07 |
@ -1 +0,0 @@
|
|||||||
1
|
|
||||||
10
.gitignore
vendored
10
.gitignore
vendored
@ -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,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}
|
|
||||||
@ -1,9 +0,0 @@
|
|||||||
summary: Basic smoke test
|
|
||||||
prepare:
|
|
||||||
- name: packages
|
|
||||||
how: install
|
|
||||||
package:
|
|
||||||
- tomcat9
|
|
||||||
execute:
|
|
||||||
how: tmt
|
|
||||||
script: which tomcat
|
|
||||||
@ -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
|
|
||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user