|
|
@ -6,13 +6,13 @@ Name: jss
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream version number:
|
|
|
|
# Upstream version number:
|
|
|
|
%global major_version 5
|
|
|
|
%global major_version 5
|
|
|
|
%global minor_version 3
|
|
|
|
%global minor_version 4
|
|
|
|
%global update_version 0
|
|
|
|
%global update_version 1
|
|
|
|
|
|
|
|
|
|
|
|
# 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 1
|
|
|
|
%global release_number 2
|
|
|
|
|
|
|
|
|
|
|
|
# Development phase:
|
|
|
|
# Development phase:
|
|
|
|
# - development (unsupported): alpha<n> where n >= 1
|
|
|
|
# - development (unsupported): alpha<n> where n >= 1
|
|
|
@ -85,13 +85,13 @@ BuildRequires: unzip
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: nss-devel >= 3.66
|
|
|
|
BuildRequires: nss-devel >= 3.66
|
|
|
|
BuildRequires: nss-tools >= 3.66
|
|
|
|
BuildRequires: nss-tools >= 3.66
|
|
|
|
BuildRequires: %{java_devel}
|
|
|
|
|
|
|
|
BuildRequires: jpackage-utils
|
|
|
|
|
|
|
|
BuildRequires: slf4j
|
|
|
|
|
|
|
|
BuildRequires: slf4j-jdk14
|
|
|
|
|
|
|
|
BuildRequires: apache-commons-lang3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: junit
|
|
|
|
BuildRequires: %{java_devel}
|
|
|
|
|
|
|
|
BuildRequires: maven-local
|
|
|
|
|
|
|
|
BuildRequires: mvn(org.apache.commons:commons-lang3)
|
|
|
|
|
|
|
|
BuildRequires: mvn(org.slf4j:slf4j-api)
|
|
|
|
|
|
|
|
BuildRequires: mvn(org.slf4j:slf4j-jdk14)
|
|
|
|
|
|
|
|
BuildRequires: mvn(junit:junit)
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Java Security Services (JSS) is a java native interface which provides a bridge
|
|
|
|
Java Security Services (JSS) is a java native interface which provides a bridge
|
|
|
@ -105,11 +105,11 @@ This only works with gcj. Other JREs require that JCE providers be signed.
|
|
|
|
Summary: Java Security Services (JSS)
|
|
|
|
Summary: Java Security Services (JSS)
|
|
|
|
|
|
|
|
|
|
|
|
Requires: nss >= 3.66
|
|
|
|
Requires: nss >= 3.66
|
|
|
|
|
|
|
|
|
|
|
|
Requires: %{java_headless}
|
|
|
|
Requires: %{java_headless}
|
|
|
|
Requires: jpackage-utils
|
|
|
|
Requires: mvn(org.apache.commons:commons-lang3)
|
|
|
|
Requires: slf4j
|
|
|
|
Requires: mvn(org.slf4j:slf4j-api)
|
|
|
|
Requires: slf4j-jdk14
|
|
|
|
Requires: mvn(org.slf4j:slf4j-jdk14)
|
|
|
|
Requires: apache-commons-lang3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Obsoletes: jss < %{version}-%{release}
|
|
|
|
Obsoletes: jss < %{version}-%{release}
|
|
|
|
Provides: jss = %{version}-%{release}
|
|
|
|
Provides: jss = %{version}-%{release}
|
|
|
@ -215,6 +215,9 @@ modutil -dbdir /etc/pki/nssdb -chkfips true | grep -q enabled && export FIPS_ENA
|
|
|
|
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
################################################################################
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed May 31 2023 Red Hat PKI Team <rhcs-maint@redhat.com> - 5.4.1-1
|
|
|
|
|
|
|
|
- Rebase to JSS 5.4.1
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 5.3.0-1
|
|
|
|
* Fri Apr 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 5.3.0-1
|
|
|
|
- Rebuilt for MSVSphere 9.2 beta
|
|
|
|
- Rebuilt for MSVSphere 9.2 beta
|
|
|
|
|
|
|
|
|
|
|
|