Compare commits

...

No commits in common. "imports/c8s-stream-10.6/tomcatjss-7.7.0-0.1.alpha1.module+el8.5.0+11409+03d10e24" and "c8-stream-10.6" have entirely different histories.

3 changed files with 13 additions and 7 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/tomcatjss-7.7.0-alpha1.tar.gz
SOURCES/tomcatjss-7.7.1.tar.gz

View File

@ -1 +1 @@
6d666680cbd4e5488fbef573642b5cd9af49a427 SOURCES/tomcatjss-7.7.0-alpha1.tar.gz
a57bb5294890c2ddb5e62eb1e9c316d5deb95794 SOURCES/tomcatjss-7.7.1.tar.gz

View File

@ -9,9 +9,9 @@ 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: 7.7.0
Release: 0.1.alpha1%{?_timestamp}%{?_commit_id}%{?dist}
%global _phase -alpha1
Version: 7.7.1
Release: 1%{?_timestamp}%{?_commit_id}%{?dist}
#global _phase -alpha1
# To generate the source tarball:
# $ git clone https://github.com/dogtagpki/tomcatjss.git
@ -63,7 +63,7 @@ BuildRequires: slf4j
BuildRequires: slf4j-jdk14
# JSS
BuildRequires: jss >= 4.8.0
BuildRequires: jss >= 4.9.0, jss < 5.0.0
# Tomcat
%if 0%{?rhel} && ! 0%{?eln}
@ -86,7 +86,7 @@ Requires: slf4j
Requires: slf4j-jdk14
# JSS
Requires: jss >= 4.8.0
Requires: jss >= 4.9.0, jss < 5.0.0
# Tomcat
%if 0%{?rhel} && ! 0%{?eln}
@ -145,6 +145,12 @@ ant -f build.xml \
################################################################################
%changelog
* Mon Nov 15 2021 Red Hat PKI Team <rhcs-maint@redhat.com> 7.7.1-1
- Rebase to TomcatJSS 7.7.1
* Mon Jul 26 2021 Red Hat PKI Team <rhcs-maint@redhat.com> 7.7.0-1
- Rebase to TomcatJSS 7.7.0
* Fri Jun 11 2021 Red Hat PKI Team <rhcs-maint@redhat.com> 7.7.0-0.1
- Rebase to TomcatJSS 7.7.0-alpha1