diff --git a/9.0.63.tar.gz b/9.0.65.tar.gz similarity index 45% rename from 9.0.63.tar.gz rename to 9.0.65.tar.gz index 5e33a2e6bb33f70486462a7fc6579f24f33a1133..6faa875538f70402588f05c5e5f6890e1faed5d4 100644 Binary files a/9.0.63.tar.gz and b/9.0.65.tar.gz differ diff --git a/tomcat.spec b/tomcat.spec index 96b2668a61dc065bfd1c74f85c1d701809fe46f1..403a56bf5b95ab9c8b654dbd3b8b29fc8f257157 100644 --- a/tomcat.spec +++ b/tomcat.spec @@ -32,7 +32,7 @@ %global jspspec 2.3 %global major_version 9 %global minor_version 0 -%global micro_version 63 +%global micro_version 65 %global packdname tomcat-%{version} %global servletspec 4.0 %global elspec 3.0 @@ -62,7 +62,7 @@ Summary: Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{js License: ASL 2.0 URL: http://tomcat.apache.org/ -Source0: https://github.com/apache/tomcat/archive/refs/tags/9.0.63.tar.gz +Source0: https://github.com/apache/tomcat/archive/refs/tags/9.0.65.tar.gz Source1: %{name}-%{major_version}.%{minor_version}.conf Source3: %{name}-%{major_version}.%{minor_version}.sysconfig Source4: %{name}-%{major_version}.%{minor_version}.wrapper @@ -120,6 +120,14 @@ Tomcat is developed in an open and participatory environment and released under the Apache Software License version 2.0. Tomcat is intended to be a collaboration of the best-of-breed developers from around the world. +%package doc +Summary: Documentation files for %{name} +Requires: %{name} = %{epoch}:%{version}-%{release} +BuildArch: noarch + +%description doc +The %{name}-doc package contains documentation files for %{name}. + %package admin-webapps Summary: The host-manager and manager web applications for Apache Tomcat Requires: %{name} = %{epoch}:%{version}-%{release} @@ -413,7 +421,7 @@ fi %files %defattr(0664,root,tomcat,0755) -%doc {LICENSE,NOTICE,RELEASE*} +%doc LICENSE %attr(0755,root,root) %{_bindir}/%{name}-digest %attr(0755,root,root) %{_bindir}/%{name}-tool-wrapper %attr(0755,root,root) %{_sbindir}/%{name} @@ -464,6 +472,9 @@ fi %{homedir}/logs %{homedir}/conf +%files doc +%doc {NOTICE,RELEASE*} + %files admin-webapps %defattr(0664,root,tomcat,0755) %{appdir}/host-manager @@ -499,6 +510,9 @@ fi %{appdir}/ROOT %changelog +* Tue Aug 30 2022 mgb01105731 - 1:9.0.65-1 +- Update to 9.0.65 + * Mon Jun 20 2022 mgb01105731 - 1:9.0.63-1 - Init from upstream version 9.0.63