import jss-5.0.1-2.el9
This commit is contained in:
parent
c22f846077
commit
f8f447ab7e
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/jss-5.0.0-beta1.tar.gz
|
||||
SOURCES/jss-5.0.1.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
ee080a753870c9b17cc5186b200cfd6a9b1bb854 SOURCES/jss-5.0.0-beta1.tar.gz
|
||||
2c41344a90925be03d69ac4588d1c692a4d6e319 SOURCES/jss-5.0.1.tar.gz
|
||||
|
@ -8,9 +8,9 @@ License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
|
||||
# For development (i.e. unsupported) releases, use x.y.z-0.n.<phase>.
|
||||
# For official (i.e. supported) releases, use x.y.z-r where r >=1.
|
||||
Version: 5.0.0
|
||||
Release: 0.5.beta1%{?_timestamp}%{?_commit_id}%{?dist}
|
||||
%global _phase -beta1
|
||||
Version: 5.0.1
|
||||
Release: 2%{?_timestamp}%{?_commit_id}%{?dist}
|
||||
#global _phase -alpha1
|
||||
|
||||
# To generate the source tarball:
|
||||
# $ git clone https://github.com/dogtagpki/jss.git
|
||||
@ -34,7 +34,7 @@ Source: https://github.com/dogtagpki/%{name}/archive/v%{version}%{?_phas
|
||||
|
||||
%define java_devel java-11-openjdk-devel
|
||||
%define java_headless java-11-openjdk-headless
|
||||
%define java_home %{_libdir}/jvm/jre-11-openjdk
|
||||
%define java_home %{_jvmdir}/jre-11-openjdk
|
||||
|
||||
################################################################################
|
||||
# Build Options
|
||||
@ -159,6 +159,12 @@ modutil -dbdir /etc/pki/nssdb -chkfips true | grep -q enabled && export FIPS_ENA
|
||||
|
||||
################################################################################
|
||||
%changelog
|
||||
* Fri Nov 19 2021 Red Hat PKI Team <rhcs-maint@redhat.com> - 5.0.1-1
|
||||
- Rebase to JSS 5.0.1
|
||||
|
||||
* Tue Oct 05 2021 Red Hat PKI Team <rhcs-maint@redhat.com> - 5.0.0-1
|
||||
- Rebase to JSS 5.0.0
|
||||
|
||||
* Thu Sep 16 2021 Red Hat PKI Team <rhcs-maint@redhat.com> - 5.0.0-0.5.beta1
|
||||
- Rebase to JSS 5.0.0-beta1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user