Compare commits

..

No commits in common. 'c9' and 'i9' have entirely different histories.
c9 ... i9

@ -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,9 +182,15 @@ 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
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 8.3.0-1
- Rebuilt for MSVSphere 9.1.
* Fri Feb 10 2023 Red Hat PKI Team <rhcs-maint@redhat.com> - 8.3.0-1 * Fri Feb 10 2023 Red Hat PKI Team <rhcs-maint@redhat.com> - 8.3.0-1
- Rebase to Tomcat JSS 8.3.0 - Rebase to Tomcat JSS 8.3.0

Loading…
Cancel
Save