Related: rhbz#1594139 Add bundled() to tie this package to tomcat

This commit is contained in:
Coty Sutherland 2018-06-22 09:56:09 -04:00
parent 5b41d32bf8
commit 5ef3ca091f
1 changed files with 3 additions and 0 deletions

View File

@ -104,6 +104,9 @@ Requires(postun): systemd-units
Requires(preun): coreutils
Requires: pki-servlet-%{servletspec}-api = %{epoch}:%{version}-%{release}
# Add bundled so that everyone knows this is Tomcat
Provides: bundled(tomcat) = 9.0.7.redhat-%{redhat_version}
%description
Tomcat is the servlet container that is used in the official Reference
Implementation for the Java Servlet and JavaServer Pages technologies.