Resolves: tomcatjss Pagure Issue #6

- tomcatjss Pagure Issue #6 - Rebase tomcatjss to 7.2.0 in Fedora 25+
- Changed build so that it did not package and depend upon the specfile
  being included inside the tarball
This commit is contained in:
Matthew Harmsen 2017-03-13 17:39:49 -06:00
parent 37378f0087
commit 525d857316
2 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
SHA512 (tomcatjss-7.2.0.tar.gz) = 4e5eb4dcd8e24ea9ea3660fba896d984f3c9970d8a859fa049fd8c90c57ce93c71b38393e496cbd9a5a59abb0a359eaf5eadd032638ffce150055c7e1d6fdfba
SHA512 (tomcatjss-7.2.0.tar.gz) = 5ccf71940dbc5563c5f6387dcd2d7ac91996c06a7a0e942c626c318cc3ab68f2e62c2c9209c8921a53c2c792bdbca7def043cd5c750f5d1b675c38ccb2eb9fce

View File

@ -1,6 +1,6 @@
Name: tomcatjss
Version: 7.2.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: JSSE implementation using JSS for Tomcat
URL: http://pki.fedoraproject.org/
License: LGPLv2+
@ -22,7 +22,7 @@ BuildRequires: jss >= 4.2.6-35
%if 0%{?fedora} >= 23
BuildRequires: tomcat >= 8.0.18
%else
BuildRequires: tomcat >= 7.0.40
BuildRequires: tomcat >= 7.0.68
%endif
Requires: apache-commons-lang
@ -36,7 +36,7 @@ Requires: jss >= 4.2.6-35
%if 0%{?fedora} >= 23
Requires: tomcat >= 8.0.18
%else
Requires: tomcat >= 7.0.40
Requires: tomcat >= 7.0.68
%endif
# The 'tomcatjss' package conflicts with the 'tomcat-native' package
@ -91,7 +91,11 @@ rm -rf %{buildroot}
%{_javadir}/*
%changelog
* Sun Mar 12 2017 Matthew Harmsen <mharmsen@redhat.com> 7.2.0.1
* Mon Mar 13 2017 Matthew Harmsen <mharmsen@redhat.com> 7.2.0-2
- Changed build so that it did not package and depend upon the specfile being
included inside the tarball
* Sun Mar 12 2017 Matthew Harmsen <mharmsen@redhat.com> 7.2.0-1
- tomcatjss Pagure Issue #6 - Rebase tomcatjss to 7.2.0 in Fedora 25+ (mharmsen)
- Bugzilla Bug #1394416 - Rebase tomcatjss to 7.2.0 in RHEL 7.4 (mharmsen)