Add Obsoletes/Conflicts for idm-tomcatjss

Resolves: https://issues.redhat.com/browse/RHEL-21429
side-tag: c9s-build-side-2819-stack-gate
This commit is contained in:
Endi S. Dewata 2024-01-29 11:45:19 -06:00
parent 814e82adbb
commit ff841ca700
1 changed files with 6 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Name: jss
# Downstream release number:
# - development/stabilization (unsupported): 0.<n> where n >= 1
# - GA/update (supported): <n> where n >= 1
%global release_number 0.2
%global release_number 0.3
# Development phase:
# - development (unsupported): alpha<n> where n >= 1
@ -145,6 +145,8 @@ Requires: mvn(org.apache.tomcat:tomcat-juli) >= 9.0.62
# This will remove installed Tomcat JSS packages.
Obsoletes: tomcatjss <= 8.5
Conflicts: tomcatjss <= 8.5
Obsoletes: idm-tomcatjss <= 8.5
Conflicts: idm-tomcatjss <= 8.5
%if 0%{?rhel} <= 8
# PKI Servlet Engine has been replaced with Tomcat.
@ -349,6 +351,9 @@ cp base/target/jss-tests.jar %{buildroot}%{_datadir}/jss/tests/lib
################################################################################
%changelog
* Mon Jan 29 2024 Red Hat PKI Team <rhcs-maint@redhat.com> - 5.5.0-0.3
- Add Obsoletes/Conflicts for idm-tomcatjss
* Mon Dec 11 2023 Red Hat PKI Team <rhcs-maint@redhat.com> - 5.5.0-0.2
- Rebuild with side tag