|
|
@ -27,7 +27,7 @@ Summary: JSS Connector for Apache Tomcat
|
|
|
|
URL: https://github.com/dogtagpki/tomcatjss
|
|
|
|
URL: https://github.com/dogtagpki/tomcatjss
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
Version: %{major_version}.%{minor_version}.%{update_version}
|
|
|
|
Version: %{major_version}.%{minor_version}.%{update_version}
|
|
|
|
Release: %{release_number}%{?phase:.}%{?phase}%{?timestamp:.}%{?timestamp}%{?commit_id:.}%{?commit_id}%{?dist}
|
|
|
|
Release: %{release_number}%{?phase:.}%{?phase}%{?timestamp:.}%{?timestamp}%{?commit_id:.}%{?commit_id}%{?dist}.inferit
|
|
|
|
|
|
|
|
|
|
|
|
# To generate the source tarball:
|
|
|
|
# To generate the source tarball:
|
|
|
|
# $ git clone https://github.com/dogtagpki/tomcatjss.git
|
|
|
|
# $ git clone https://github.com/dogtagpki/tomcatjss.git
|
|
|
@ -75,7 +75,7 @@ BuildRequires: slf4j
|
|
|
|
BuildRequires: slf4j-jdk14
|
|
|
|
BuildRequires: slf4j-jdk14
|
|
|
|
|
|
|
|
|
|
|
|
# JSS
|
|
|
|
# JSS
|
|
|
|
BuildRequires: jss = 5.4
|
|
|
|
BuildRequires: jss = 5.5
|
|
|
|
|
|
|
|
|
|
|
|
# Tomcat
|
|
|
|
# Tomcat
|
|
|
|
%if 0%{?rhel} && ! 0%{?eln}
|
|
|
|
%if 0%{?rhel} && ! 0%{?eln}
|
|
|
@ -106,7 +106,7 @@ Requires: slf4j
|
|
|
|
Requires: slf4j-jdk14
|
|
|
|
Requires: slf4j-jdk14
|
|
|
|
|
|
|
|
|
|
|
|
# JSS
|
|
|
|
# JSS
|
|
|
|
Requires: jss = 5.4
|
|
|
|
Requires: jss = 5.5
|
|
|
|
|
|
|
|
|
|
|
|
# Tomcat
|
|
|
|
# Tomcat
|
|
|
|
%if 0%{?rhel} && ! 0%{?eln}
|
|
|
|
%if 0%{?rhel} && ! 0%{?eln}
|
|
|
@ -182,6 +182,9 @@ export JAVA_HOME=%{java_home}
|
|
|
|
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
################################################################################
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu May 2 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 8.4.0-1.inferit
|
|
|
|
|
|
|
|
- Rebuilt for jss 5.5
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 31 2023 Red Hat PKI Team <rhcs-maint@redhat.com> - 8.4.0-1
|
|
|
|
* Wed May 31 2023 Red Hat PKI Team <rhcs-maint@redhat.com> - 8.4.0-1
|
|
|
|
- Rebase to Tomcat JSS 8.4.0
|
|
|
|
- Rebase to Tomcat JSS 8.4.0
|
|
|
|
|
|
|
|
|
|
|
|