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 - Updated jss build and runtime dependencies - Bumped version due to corrupted tarball
This commit is contained in:
parent
525d857316
commit
673f7e2223
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ tomcatjss-1.2.0.tar.gz
|
||||
/tomcatjss-7.1.3.tar.gz
|
||||
/tomcatjss-7.1.4.tar.gz
|
||||
/tomcatjss-7.2.0.tar.gz
|
||||
/tomcatjss-7.2.1.tar.gz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (tomcatjss-7.2.0.tar.gz) = 5ccf71940dbc5563c5f6387dcd2d7ac91996c06a7a0e942c626c318cc3ab68f2e62c2c9209c8921a53c2c792bdbca7def043cd5c750f5d1b675c38ccb2eb9fce
|
||||
SHA512 (tomcatjss-7.2.1.tar.gz) = a1df56d21aedee05af6757624ad3c803925e1861cd90addd84d12f5039876f3059db47127993938188fa52b55b02dc85ed6470fac47eebb123f7a7dde98f3dd2
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: tomcatjss
|
||||
Version: 7.2.0
|
||||
Release: 2%{?dist}
|
||||
Version: 7.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: JSSE implementation using JSS for Tomcat
|
||||
URL: http://pki.fedoraproject.org/
|
||||
License: LGPLv2+
|
||||
@ -18,7 +18,7 @@ BuildRequires: ant
|
||||
BuildRequires: apache-commons-lang
|
||||
BuildRequires: java-devel
|
||||
BuildRequires: jpackage-utils >= 0:1.7.5-15
|
||||
BuildRequires: jss >= 4.2.6-35
|
||||
BuildRequires: jss >= 4.4.0-1
|
||||
%if 0%{?fedora} >= 23
|
||||
BuildRequires: tomcat >= 8.0.18
|
||||
%else
|
||||
@ -32,7 +32,7 @@ Requires: java-headless
|
||||
Requires: java
|
||||
%endif
|
||||
Requires: jpackage-utils >= 0:1.7.5-15
|
||||
Requires: jss >= 4.2.6-35
|
||||
Requires: jss >= 4.4.0-1
|
||||
%if 0%{?fedora} >= 23
|
||||
Requires: tomcat >= 8.0.18
|
||||
%else
|
||||
@ -91,6 +91,10 @@ rm -rf %{buildroot}
|
||||
%{_javadir}/*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 14 2017 Matthew Harmsen <mharmsen@redhat.com> 7.2.1-1
|
||||
- Updated jss build and runtime dependencies
|
||||
- Bumped version due to corrupted tarball
|
||||
|
||||
* 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user