#6 Add pki-servlet-engine as provided package in ELN
Closed 2 years ago by csutherl. Opened 3 years ago by cipherboy.
rpms/ cipherboy/tomcat add-pki-servlet-engine  into  rawhide

file modified
+9 -1
@@ -59,7 +59,7 @@ 

  Name:          tomcat

  Epoch:         1

  Version:       %{major_version}.%{minor_version}.%{micro_version}

- Release:       4%{?dist}

+ Release:       5%{?dist}

  Summary:       Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API

  

  License:       ASL 2.0
@@ -120,6 +120,11 @@ 

  # added after log4j sub-package was removed

  Provides:         %{name}-log4j = %{epoch}:%{version}-%{release}

  

+ %if 0%{?rhel}

+ # Added to appease minimization/content-resolver and mirror RHEL 8+.

+ Provides:         pki-servlet-engine = %{epoch}:%{version}-%{release}

+ %endif

+ 

  %description

  Tomcat is the servlet container that is used in the official Reference

  Implementation for the Java Servlet and JavaServer Pages technologies.
@@ -622,6 +627,9 @@ 

  %attr(0660,tomcat,tomcat) %verify(not size md5 mtime) %{logdir}/catalina.out

  

  %changelog

+ * Mon Aug 24 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:9.0.37-5

+ - Rebuilt to Provide pki-servlet-engine for ELN

+ 

  * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:9.0.37-4

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

  

Signed-off-by: Alexander Scheel <ascheel@redhat.com>


@tdawson -- is this what's required in combination with https://github.com/minimization/content-resolver-input/pull/225 ?

I'm not sure how I overlooked this one...but it seems that the issue is resolved elsewhere so closing it now. Thanks for looking into this @cipherboy :D

Pull-Request has been closed by csutherl

2 years ago