|
|
@ -29,18 +29,19 @@
|
|
|
|
%define aprincludes %(%{aprconf} --includes 2>/dev/null)
|
|
|
|
%define aprincludes %(%{aprconf} --includes 2>/dev/null)
|
|
|
|
|
|
|
|
|
|
|
|
# Update commitid and serial when new sources and release version are available
|
|
|
|
# Update commitid and serial when new sources and release version are available
|
|
|
|
%global commitid 1c14fc065bc133887fdde55cab954691b3dc3aac
|
|
|
|
%global commitid 9612683ac09ebb06aca9ad25cdd7274152c6d031
|
|
|
|
%global serial 23
|
|
|
|
%global serial 1
|
|
|
|
|
|
|
|
|
|
|
|
Name: mod_jk
|
|
|
|
Name: mod_jk
|
|
|
|
Epoch: 0
|
|
|
|
Epoch: 0
|
|
|
|
Version: 1.2.48
|
|
|
|
Version: 1.2.50
|
|
|
|
Release: %{serial}%{?dist}
|
|
|
|
Release: %{serial}%{?dist}.1
|
|
|
|
Summary: Tomcat mod_jk connector for Apache
|
|
|
|
Summary: Tomcat mod_jk connector for Apache
|
|
|
|
|
|
|
|
|
|
|
|
Group: Internet/WWW/Servers
|
|
|
|
Group: Internet/WWW/Servers
|
|
|
|
License: ASL 2.0
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: http://tomcat.apache.org
|
|
|
|
URL: http://tomcat.apache.org
|
|
|
|
|
|
|
|
# You can get the tarball from https://github.com/apache/tomcat-connectors/archive/9612683ac09ebb06aca9ad25cdd7274152c6d031.tar.gz
|
|
|
|
Source0: tomcat-connectors-%{commitid}.tar.gz
|
|
|
|
Source0: tomcat-connectors-%{commitid}.tar.gz
|
|
|
|
Source1: %{pkg_name}.conf.sample
|
|
|
|
Source1: %{pkg_name}.conf.sample
|
|
|
|
Source2: uriworkermap.properties.sample
|
|
|
|
Source2: uriworkermap.properties.sample
|
|
|
@ -171,6 +172,12 @@ command="s|/usr/local/bin\b|%{_bindir}|"
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Sep 13 2024 Sokratis Zappis <szappis@redhat.com> - 1.2.50-1
|
|
|
|
|
|
|
|
- Resolves: RHEL-58855 - Rebase to upstream 1.2.50 release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 29 2024 Sokratis Zappis <szappis@redhat.com> - 1.2.49-1
|
|
|
|
|
|
|
|
- Related: RHEL-27511 - Rebase to upstream 1.2.49 release
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 12 2023 Sokratis Zappis <szappis@rehdat.com> - 1.2.48-23
|
|
|
|
* Thu Jan 12 2023 Sokratis Zappis <szappis@rehdat.com> - 1.2.48-23
|
|
|
|
- Add entries for tmpfiles.d mechanism
|
|
|
|
- Add entries for tmpfiles.d mechanism
|
|
|
|
- Remove /var/run legacy location
|
|
|
|
- Remove /var/run legacy location
|
|
|
|