import CS tomcat-9.0.62-29.el8
This commit is contained in:
parent
fb06d652c5
commit
9066f52da1
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/tomcat-9.0.62.redhat-00013.tar.gz
|
||||
SOURCES/tomcat-9.0.62.redhat-00018-src.zip
|
||||
|
@ -1 +1 @@
|
||||
94609e966d0f3430f0b93633959bb070245d092f SOURCES/tomcat-9.0.62.redhat-00013.tar.gz
|
||||
5becf21ed1eb5c031c31d5f295ce499234e98f82 SOURCES/tomcat-9.0.62.redhat-00018-src.zip
|
||||
|
@ -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-00013
|
||||
%global packdname %{name}-%{major_version}.%{minor_version}.%{micro_version}.redhat-00018-src
|
||||
%global servletspec 4.0
|
||||
%global elspec 3.0
|
||||
%global tcuid 53
|
||||
@ -56,12 +56,12 @@
|
||||
Name: tomcat
|
||||
Epoch: 1
|
||||
Version: %{major_version}.%{minor_version}.%{micro_version}
|
||||
Release: 14%{?dist}
|
||||
Release: 29%{?dist}
|
||||
Summary: Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API
|
||||
|
||||
License: ASL 2.0
|
||||
URL: http://tomcat.apache.org/
|
||||
Source0: %{packdname}.tar.gz
|
||||
Source0: %{packdname}.zip
|
||||
Source1: %{name}-%{major_version}.%{minor_version}.conf
|
||||
Source3: %{name}-%{major_version}.%{minor_version}.sysconfig
|
||||
Source4: %{name}-%{major_version}.%{minor_version}.wrapper
|
||||
@ -121,33 +121,6 @@ Tomcat is developed in an open and participatory environment and
|
||||
released under the Apache Software License version 2.0. Tomcat is intended
|
||||
to be a collaboration of the best-of-breed developers from around the world.
|
||||
|
||||
%package java-jdk8
|
||||
Group: Development/Java
|
||||
Summary: Tomcat on JDK 8
|
||||
Requires: java-1.8.0 >= 1:1.8
|
||||
Provides: tomcat-java = %{epoch}:%{version}-%{release}
|
||||
|
||||
%description java-jdk8
|
||||
Tomcat on JDK 8
|
||||
|
||||
%package java-jdk11
|
||||
Group: Development/Java
|
||||
Summary: Tomcat on JDK 11
|
||||
Requires: (java-11 or java-11-headless)
|
||||
Provides: tomcat-java = %{epoch}:%{version}-%{release}
|
||||
|
||||
%description java-jdk11
|
||||
Tomcat on JDK 11
|
||||
|
||||
%package java-jdk17
|
||||
Group: Development/Java
|
||||
Summary: Tomcat on JDK 17
|
||||
Requires: (java-17 or java-17-headless)
|
||||
Provides: tomcat-java = %{epoch}:%{version}-%{release}
|
||||
|
||||
%description java-jdk17
|
||||
Tomcat on JDK 17
|
||||
|
||||
%package admin-webapps
|
||||
Summary: The host-manager and manager web applications for Apache Tomcat
|
||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||
@ -213,7 +186,7 @@ Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||
The ROOT web application for Apache Tomcat.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{packdname}
|
||||
%setup -q -n apache-%{packdname}
|
||||
# remove pre-built binaries and windows files
|
||||
find . -type f \( -name "*.bat" -o -name "*.class" -o -name Thumbs.db -o -name "*.gz" -o \
|
||||
-name "*.jar" -o -name "*.war" -o -name "*.zip" \) -delete
|
||||
@ -583,14 +556,26 @@ fi
|
||||
%defattr(0644,tomcat,tomcat,0755)
|
||||
%{appdir}/ROOT
|
||||
|
||||
%files java-jdk8
|
||||
|
||||
%files java-jdk11
|
||||
|
||||
%files java-jdk17
|
||||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- Resolves: RHEL-12544
|
||||
- Resolves: RHEL-2386
|
||||
|
||||
* Fri Oct 13 2023 Hui Wang <huwang@redhat.com> - 1:9.0.62-27
|
||||
- Related: RHEL-12543
|
||||
- Bump release number
|
||||
|
||||
* Thu Oct 12 2023 Hui Wang <huwang@redhat.com> - 1:9.0.62-16
|
||||
- Resolves: RHEL-12543 HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)
|
||||
- Remove JDK subpackges which are unused
|
||||
|
||||
* Fri Sep 08 2023 Hui Wang <huwang@redhat.com> - 1:9.0.62-14
|
||||
- Related: RHEL-2330 Bump release number
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user