Compare commits

...

2 Commits

Author SHA1 Message Date
Endi S. Dewata 7cecc9f2b1 Fix changelog
Resolves: https://issues.redhat.com/browse/RHEL-12764
2024-02-08 19:45:33 -06:00
Endi S. Dewata 9f5d94434b Rebase to TomcatJSS 7.8.0
Resolves: https://issues.redhat.com/browse/RHEL-12764
2024-02-08 17:13:55 -06:00
3 changed files with 10 additions and 6 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ SOURCES/tomcatjss-7.7.1.tar.gz
/tomcatjss-7.7.1.tar.gz
/tomcatjss-7.7.3.tar.gz
/tomcatjss-7.8.0-alpha1.tar.gz
/tomcatjss-7.8.0.tar.gz

View File

@ -1 +1 @@
SHA512 (tomcatjss-7.8.0-alpha1.tar.gz) = 8e813c4592dd44662d611cbbbcf0237c89ad4738430940b077434278d3ebb18ee4612c95fa78e710cb040c2156f906c94f00a2f6e8e0bf065385a4e1fe56f9cc
SHA512 (tomcatjss-7.8.0.tar.gz) = 220fcf1bd43ba5df9b53c4ed4a2d14c7ab23b90874e5cb5c189d98dd33160e3f0801087e2cddc590956ea8d123fc20d161e4e4bdeb5eb4d94036b4dffad9d4c6

View File

@ -11,15 +11,15 @@ Name: tomcatjss
Summary: JSS Connector for Apache Tomcat
URL: https://github.com/dogtagpki/tomcatjss
License: LGPLv2+ and Apache-2.0
License: LGPLv2+
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.
%global release_number 0.1
%global release_number 1
Version: %{major_version}.%{minor_version}.%{update_version}
Release: %{release_number}%{?_timestamp}%{?_commit_id}%{?dist}
%global _phase -alpha1
#global _phase -alpha1
# To generate the source tarball:
# $ git clone https://github.com/dogtagpki/tomcatjss.git
@ -71,7 +71,7 @@ BuildRequires: slf4j
BuildRequires: slf4j-jdk14
# JSS
BuildRequires: jss >= 4.10.0, jss < 5.0.0
BuildRequires: jss >= 4.11.0, jss < 5.0.0
# Tomcat
BuildRequires: tomcat
@ -98,7 +98,7 @@ Requires: slf4j
Requires: slf4j-jdk14
# JSS
Requires: jss >= 4.10.0, jss < 5.0.0
Requires: jss >= 4.11.0, jss < 5.0.0
# Tomcat
Requires: tomcat
@ -158,6 +158,9 @@ ant -f build.xml \
################################################################################
%changelog
* Thu Feb 08 2024 Red Hat PKI Team <rhcs-maint@redhat.com> 7.8.0-1
- Rebase to TomcatJSS 7.8.0
* Tue Jan 16 2024 Red Hat PKI Team <rhcs-maint@redhat.com> 7.8.0-0.1
- Rebase to TomcatJSS 7.8.0-alpha1