Renamed pki-servlet-container into pki-servlet-engine

This commit is contained in:
Endi S. Dewata 2019-04-23 13:25:50 -05:00
parent a32e876dca
commit 2fc4617c1b
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@
%global _initrddir %{_sysconfdir}/init.d
%global _systemddir /lib/systemd/system
Name: pki-servlet-container
Name: pki-servlet-engine
Epoch: 1
Version: %{major_version}.%{minor_version}.%{micro_version}
Release: 14%{?dist}
@ -110,7 +110,7 @@ Requires: pki-servlet-%{servletspec}-api = %{epoch}:%{version}-%{release}
Provides: bundled(tomcat) = 9.0.7.redhat-%{redhat_version}
%description
Tomcat is the servlet container that is used in the official Reference
Tomcat is the servlet engine that is used in the official Reference
Implementation for the Java Servlet and JavaServer Pages technologies.
The Java Servlet and JavaServer Pages specifications are developed by
Sun under the Java Community Process.