Update to 9.0.21

This commit is contained in:
Coty Sutherland 2019-06-18 09:17:56 -04:00
parent 35c4e39e72
commit 59a8d55f5a
2 changed files with 7 additions and 4 deletions

View File

@ -1 +1 @@
SHA512 (apache-tomcat-9.0.13-src.tar.gz) = ee61f13d54d2fde81f6a9333e0963d42374f79d3e884f28daae2f4426b7b2d1d26b7a99d6872f0648474c9277c189ac412a91f67faf173532f4367ed3ffd238c
SHA512 (apache-tomcat-9.0.21-src.tar.gz) = 6df978bbe9bb3a327d784d81a46affa4cfe5d370c2b847e102d25a792752ba487ebae329d1763ed7459cb3d49098c3d0cf6b01155536a04c17c4ffdf9e9a774f

View File

@ -31,13 +31,13 @@
%global jspspec 2.3
%global major_version 9
%global minor_version 0
%global micro_version 13
%global micro_version 21
%global packdname apache-tomcat-%{version}-src
%global servletspec 4.0
%global elspec 3.0
%global tcuid 91
# Recommended version is specified in java/org/apache/catalina/core/AprLifecycleListener.java
%global native_version 1.2.14
%global native_version 1.2.21
# FHS 2.3 compliant tree structure - http://www.pathname.com/fhs/2.3/
@ -62,7 +62,7 @@
Name: tomcat
Epoch: 1
Version: %{major_version}.%{minor_version}.%{micro_version}
Release: 4%{?dist}
Release: 1%{?dist}
Summary: Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API
License: ASL 2.0
@ -616,6 +616,9 @@ fi
%attr(0660,tomcat,tomcat) %verify(not size md5 mtime) %{logdir}/catalina.out
%changelog
* Tue Jun 18 2019 Coty Sutherland <csutherl@redhat.com> - 1:9.0.21-1
- Update to 9.0.21
* Tue Apr 02 2019 Coty Sutherland <csutherl@redhat.com> - 1:9.0.13-4
- Remove javadoc subpackage to drop the jpackage-utils dependency