import mod_jk-1.2.50-1.el9_4.1

c9 imports/c9/mod_jk-1.2.50-1.el9_4.1
MSVSphere Packaging Team 4 months ago
parent 62ac276ad1
commit 63f1b8f5c9
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

2
.gitignore vendored

@ -1 +1 @@
SOURCES/tomcat-connectors-1c14fc065bc133887fdde55cab954691b3dc3aac.tar.gz SOURCES/tomcat-connectors-9612683ac09ebb06aca9ad25cdd7274152c6d031.tar.gz

@ -1 +1 @@
78c942f3556d9b490c477f4a12c5217204c496ee SOURCES/tomcat-connectors-1c14fc065bc133887fdde55cab954691b3dc3aac.tar.gz ca80516fdef44bb2702408438e2813ac6e991001 SOURCES/tomcat-connectors-9612683ac09ebb06aca9ad25cdd7274152c6d031.tar.gz

@ -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

Loading…
Cancel
Save