import tomcatjss-8.0.0-1.el9

This commit is contained in:
CentOS Sources 2021-12-07 12:18:15 -05:00 committed by Stepan Oksanichenko
parent 94acb403e4
commit bce37e8440
3 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/tomcatjss-8.0.0-alpha1.tar.gz
SOURCES/tomcatjss-8.0.0.tar.gz

View File

@ -1 +1 @@
28d40acb817beb56bc8b7e04845002b5f4a290b9 SOURCES/tomcatjss-8.0.0-alpha1.tar.gz
32ac2982d6f8628462a34723d68297371e7c69be SOURCES/tomcatjss-8.0.0.tar.gz

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