Rebase to TomcatJSS 8.0.0

Resolves: #2003143
This commit is contained in:
Endi S. Dewata 2021-10-05 16:36:42 -05:00
parent cc649c0581
commit 460782017f
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -31,3 +31,4 @@ tomcatjss-1.2.0.tar.gz
/tomcatjss-7.6.0.tar.gz
/tomcatjss-7.6.1.tar.gz
/tomcatjss-8.0.0-alpha1.tar.gz
/tomcatjss-8.0.0.tar.gz

View File

@ -1 +1 @@
SHA512 (tomcatjss-8.0.0-alpha1.tar.gz) = 8a81631fedf593f27fb4343737300eef28f42dc6d7efca56a726a77c6523adbace52fd56f074fedadfbba1e5110228da60182835d7f1a4c219bd29c926fbe7b9
SHA512 (tomcatjss-8.0.0.tar.gz) = 3d3c978064cf9fc44132fb694565b0bad6c3762a9eb350a753724f465303bd2354a26263b373b0989013f674c728b5eeea0fe2adc5eb6c7864a8164080301df1

View File

@ -10,8 +10,8 @@ BuildArch: noarch
# 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: 8.0.0
Release: 0.2.alpha1%{?_timestamp}%{?_commit_id}%{?dist}
%global _phase -alpha1
Release: 1%{?_timestamp}%{?_commit_id}%{?dist}
#global _phase -alpha1
# To generate the source tarball:
# $ git clone https://github.com/dogtagpki/tomcatjss.git
@ -121,6 +121,7 @@ app_server=tomcat-$tomcat_version
ant -f build.xml \
-Dversion=%{version} \
-Dsrc.dir=$app_server \
-Ddist.dir=%{_vpath_builddir} \
-Djnidir=%{_jnidir} \
-Dinstall.doc.dir=%{buildroot}%{_docdir}/%{name} \
-Dinstall.jar.dir=%{buildroot}%{_javadir} \
@ -139,6 +140,9 @@ ant -f build.xml \
################################################################################
%changelog
* Tue Oct 05 2021 Red Hat PKI Team <rhcs-maint@redhat.com> - 8.0.0-1
- Rebase to TomcatJSS 8.0.0
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 8.0.0-0.2.alpha1
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688