From 55deda392ac12c979642906b713eead03403ea93 Mon Sep 17 00:00:00 2001 From: Coty Sutherland Date: Tue, 12 Jun 2018 12:16:32 -0400 Subject: [PATCH] Forgot to add requirement on the pki-servlet-api sub-package --- pki-servlet-container.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pki-servlet-container.spec b/pki-servlet-container.spec index e70f0e9..bbc7381 100644 --- a/pki-servlet-container.spec +++ b/pki-servlet-container.spec @@ -143,6 +143,8 @@ Requires(preun): coreutils Provides: el_api = %{elspec} Obsoletes: tomcat-el-2.2-api +Requires: pki-servlet-%{servletspec}-api = %{epoch}:%{version}-%{release} + %description Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies.