Resolves: rhbz#1981754 Add back ant runtime dependency to allow compilation of JSPs at runtime (no ECJ support)

This commit is contained in:
Coty Sutherland 2021-07-13 13:49:21 -04:00
parent a4d83da017
commit f1f5ebb511
1 changed files with 5 additions and 1 deletions

View File

@ -58,7 +58,7 @@
Name: pki-servlet-engine
Epoch: 1
Version: %{major_version}.%{minor_version}.%{micro_version}
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API
Group: System Environment/Daemons
License: ASL 2.0
@ -94,6 +94,7 @@ BuildRequires: systemd-rpm-macros
BuildRequires: aqute-bnd
BuildRequires: aqute-bndlib
Requires: ant
Requires: java-11-devel
Requires: javapackages-tools
Requires: procps
@ -384,6 +385,9 @@ fi
%{_javadir}/tomcat-servlet-%{servletspec}*.jar
%changelog
* Tue Jul 13 2021 Coty Sutherland <csutherl@redhat.com> - 1:9.0.43-3
- Add back ant runtime dependency to allow compilation of JSPs at runtime (no ECJ support)
* Fri Jul 09 2021 Coty Sutherland <csutherl@redhat.com> - 1:9.0.43-2
- Related: rhbz#1977948 Cleanup unused tomcat-juli.jar copy now that the maven artifacts have been removed