import CS tomcat-9.0.62-29.el8

This commit is contained in:
eabdullin 2024-01-29 10:08:22 +00:00
parent 9ee9f0a468
commit e1a2465b0b
3 changed files with 8 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/tomcat-9.0.62.redhat-00017-src.zip
SOURCES/tomcat-9.0.62.redhat-00018-src.zip

View File

@ -1 +1 @@
0fe3ba6b498e18f02382e2f96cc344e3bfc90080 SOURCES/tomcat-9.0.62.redhat-00017-src.zip
5becf21ed1eb5c031c31d5f295ce499234e98f82 SOURCES/tomcat-9.0.62.redhat-00018-src.zip

View File

@ -32,7 +32,7 @@
%global major_version 9
%global minor_version 0
%global micro_version 62
%global packdname %{name}-%{major_version}.%{minor_version}.%{micro_version}.redhat-00017-src
%global packdname %{name}-%{major_version}.%{minor_version}.%{micro_version}.redhat-00018-src
%global servletspec 4.0
%global elspec 3.0
%global tcuid 53
@ -56,7 +56,7 @@
Name: tomcat
Epoch: 1
Version: %{major_version}.%{minor_version}.%{micro_version}
Release: 27%{?dist}.2
Release: 29%{?dist}
Summary: Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API
License: ASL 2.0
@ -558,7 +558,10 @@ fi
%changelog
* Thu Nov 23 2023 Hui Wang <huwang@redhat.com> - 1:9.0.62-27.2
* Thu Jan 18 2024 Hui Wang <huwang@redhat.com> - 1:9.0.62-29
- Resolves: RHEL-17602
* Thu Nov 23 2023 Hui Wang <huwang@redhat.com> - 1:9.0.62-28
- Resolves: RHEL-13907
- Resolves: RHEL-13904
- Resolves: RHEL-12951