|
|
@ -2,32 +2,33 @@
|
|
|
|
Name: jss
|
|
|
|
Name: jss
|
|
|
|
################################################################################
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
|
|
|
|
%global product_id idm-jss
|
|
|
|
%global vendor_id idm
|
|
|
|
|
|
|
|
%global product_id %{vendor_id}-jss
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream version number:
|
|
|
|
# Upstream version number:
|
|
|
|
%global major_version 5
|
|
|
|
%global major_version 5
|
|
|
|
%global minor_version 5
|
|
|
|
%global minor_version 6
|
|
|
|
%global update_version 0
|
|
|
|
%global update_version 0
|
|
|
|
|
|
|
|
|
|
|
|
# Downstream release number:
|
|
|
|
# Downstream release number:
|
|
|
|
# - development/stabilization (unsupported): 0.<n> where n >= 1
|
|
|
|
# - development/stabilization (unsupported): 0.<n> where n >= 1
|
|
|
|
# - GA/update (supported): <n> where n >= 1
|
|
|
|
# - GA/update (supported): <n> where n >= 1
|
|
|
|
%global release_number 3
|
|
|
|
%global release_number 0.1
|
|
|
|
|
|
|
|
|
|
|
|
# Development phase:
|
|
|
|
# Development phase:
|
|
|
|
# - development (unsupported): alpha<n> where n >= 1
|
|
|
|
# - development (unsupported): alpha<n> where n >= 1
|
|
|
|
# - stabilization (unsupported): beta<n> where n >= 1
|
|
|
|
# - stabilization (unsupported): beta<n> where n >= 1
|
|
|
|
# - GA/update (supported): <none>
|
|
|
|
# - GA/update (supported): <none>
|
|
|
|
#global phase
|
|
|
|
%global phase alpha1
|
|
|
|
|
|
|
|
|
|
|
|
%undefine timestamp
|
|
|
|
%undefine timestamp
|
|
|
|
%undefine commit_id
|
|
|
|
%undefine commit_id
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Java Security Services (JSS)
|
|
|
|
Summary: Java Security Services (JSS)
|
|
|
|
URL: https://github.com/dogtagpki/jss
|
|
|
|
URL: https://github.com/dogtagpki/jss
|
|
|
|
License: (MPL-1.1 or GPL-2.0-or-later or LGPL-2.1-or-later) and Apache-2.0
|
|
|
|
License: (MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later) AND Apache-2.0
|
|
|
|
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}.1
|
|
|
|
Release: %{release_number}%{?phase:.}%{?phase}%{?timestamp:.}%{?timestamp}%{?commit_id:.}%{?commit_id}%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
# To generate the source tarball:
|
|
|
|
# To generate the source tarball:
|
|
|
|
# $ git clone https://github.com/dogtagpki/jss.git
|
|
|
|
# $ git clone https://github.com/dogtagpki/jss.git
|
|
|
@ -71,7 +72,7 @@ ExcludeArch: i686
|
|
|
|
# By default the build will not execute unit tests unless --with tests
|
|
|
|
# By default the build will not execute unit tests unless --with tests
|
|
|
|
# option is specified.
|
|
|
|
# option is specified.
|
|
|
|
|
|
|
|
|
|
|
|
%bcond_with tests
|
|
|
|
%bcond_without tests
|
|
|
|
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
################################################################################
|
|
|
|
# Build Dependencies
|
|
|
|
# Build Dependencies
|
|
|
@ -160,6 +161,23 @@ JSS Connector for Tomcat is a Java Secure Socket Extension (JSSE)
|
|
|
|
module for Apache Tomcat that uses Java Security Services (JSS),
|
|
|
|
module for Apache Tomcat that uses Java Security Services (JSS),
|
|
|
|
a Java interface to Network Security Services (NSS).
|
|
|
|
a Java interface to Network Security Services (NSS).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
%package -n %{product_id}-tools
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Java Security Services (JSS) Tools
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Provides: jss-tools = %{version}-%{release}
|
|
|
|
|
|
|
|
Provides: jss-tools = %{major_version}.%{minor_version}
|
|
|
|
|
|
|
|
Provides: %{product_id}-tools = %{major_version}.%{minor_version}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Some PKI tools have been moved into jss-tools.
|
|
|
|
|
|
|
|
Conflicts: pki-tools < 11.6
|
|
|
|
|
|
|
|
Conflicts: %{vendor_id}-pki-tools < 11.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description -n %{product_id}-tools
|
|
|
|
|
|
|
|
This package contains JSS tools.
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with javadoc}
|
|
|
|
%if %{with javadoc}
|
|
|
|
################################################################################
|
|
|
|
################################################################################
|
|
|
|
%package -n %{product_id}-javadoc
|
|
|
|
%package -n %{product_id}-javadoc
|
|
|
@ -333,6 +351,14 @@ cp base/target/jss-tests.jar %{buildroot}%{_datadir}/jss/tests/lib
|
|
|
|
%files -n %{product_id}-tomcat -f .mfiles-jss-tomcat
|
|
|
|
%files -n %{product_id}-tomcat -f .mfiles-jss-tomcat
|
|
|
|
################################################################################
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
%files -n %{product_id}-tools
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{_bindir}/p12tool
|
|
|
|
|
|
|
|
%{_bindir}/p7tool
|
|
|
|
|
|
|
|
%{_bindir}/sslget
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with javadoc}
|
|
|
|
%if %{with javadoc}
|
|
|
|
################################################################################
|
|
|
|
################################################################################
|
|
|
|
%files -n %{product_id}-javadoc -f .mfiles-javadoc
|
|
|
|
%files -n %{product_id}-javadoc -f .mfiles-javadoc
|
|
|
@ -351,6 +377,9 @@ cp base/target/jss-tests.jar %{buildroot}%{_datadir}/jss/tests/lib
|
|
|
|
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
################################################################################
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Dec 05 2024 Troy Dawson <tdawson@redhat.com> - 5.6.0-alpha1
|
|
|
|
|
|
|
|
- Rebase to JSS 5.6.0-alpha1
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 5.5.0-3.1
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 5.5.0-3.1
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
Resolves: RHEL-64018
|
|
|
|