diff --git a/sources b/sources index c318608..c48bb20 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tomcatjss-7.2.0.tar.gz) = 4e5eb4dcd8e24ea9ea3660fba896d984f3c9970d8a859fa049fd8c90c57ce93c71b38393e496cbd9a5a59abb0a359eaf5eadd032638ffce150055c7e1d6fdfba +SHA512 (tomcatjss-7.2.0.tar.gz) = 5ccf71940dbc5563c5f6387dcd2d7ac91996c06a7a0e942c626c318cc3ab68f2e62c2c9209c8921a53c2c792bdbca7def043cd5c750f5d1b675c38ccb2eb9fce diff --git a/tomcatjss.spec b/tomcatjss.spec index 6ca2d91..0a1c9b9 100644 --- a/tomcatjss.spec +++ b/tomcatjss.spec @@ -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 7.2.0.1 +* Mon Mar 13 2017 Matthew Harmsen 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 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)