Change-Id: Icc032fb35a9524394c996e016d1b8806f8b10ca4
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/1482
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: suezzelur <anishs@vmware.com>
| ... | ... |
@@ -1,16 +1,16 @@ |
| 1 | 1 |
Summary: Apache Tomcat |
| 2 | 2 |
Name: apache-tomcat |
| 3 |
-Version: 8.0.35 |
|
| 4 |
-Release: 2%{?dist}
|
|
| 3 |
+Version: 8.0.37 |
|
| 4 |
+Release: 1%{?dist}
|
|
| 5 | 5 |
License: Apache |
| 6 | 6 |
URL: http://tomcat.apache.org |
| 7 | 7 |
Group: Applications/System |
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 | 10 |
BuildArch: noarch |
| 11 |
-Source0: http://mirrors.gigenet.com/apache/tomcat/tomcat-8/v8.0.35/bin/%{name}-%{version}.tar.gz
|
|
| 12 |
-%define sha1 apache-tomcat=568d9be6a80304035b367fcfd932e0dbe9f2fd54 |
|
| 13 |
-Requires: openjre >= 1.8.0.45 |
|
| 11 |
+Source0: http://mirrors.gigenet.com/apache/tomcat/tomcat-8/v8.0.37/bin/%{name}-%{version}.tar.gz
|
|
| 12 |
+%define sha1 apache-tomcat=1d3178ee1a6f9be638eaf078053ed11118560049 |
|
| 13 |
+Requires: openjre >= 1.8.0.102 |
|
| 14 | 14 |
|
| 15 | 15 |
%define _prefix /var/opt/%{name}-%{version}
|
| 16 | 16 |
%define _bindir %{_prefix}/bin
|
| ... | ... |
@@ -51,6 +51,8 @@ rm -rf %{buildroot}/*
|
| 51 | 51 |
%{_webappsdir}/*
|
| 52 | 52 |
|
| 53 | 53 |
%changelog |
| 54 |
+* Wed Oct 05 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 8.0.37-1 |
|
| 55 |
+- Update to version 8.0.37. Change openjre requires to latest |
|
| 54 | 56 |
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 8.0.35-2 |
| 55 | 57 |
- GA - Bump release of all rpms |
| 56 | 58 |
* Fri May 20 2016 Divya Thaluru <dthaluru@vmware.com> 8.0.35-1 |