From 5ef3ca091f1b915ebe9262cd26ffbf8c43470c2c Mon Sep 17 00:00:00 2001 From: Coty Sutherland Date: Fri, 22 Jun 2018 09:56:09 -0400 Subject: [PATCH] Related: rhbz#1594139 Add bundled() to tie this package to tomcat --- pki-servlet-container.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pki-servlet-container.spec b/pki-servlet-container.spec index 7a324c7..7b3125f 100644 --- a/pki-servlet-container.spec +++ b/pki-servlet-container.spec @@ -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.