From 654faa788c38d0babd38bcfa83214a51e5affc0f Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 24 Jun 2025 11:17:47 +0300 Subject: [PATCH] import from CS git --- SOURCES/mod_proxy_cluster.conf.sample | 2 +- SPECS/mod_proxy_cluster.spec | 17 +++++++---------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/SOURCES/mod_proxy_cluster.conf.sample b/SOURCES/mod_proxy_cluster.conf.sample index e4a80d2..3ae810e 100644 --- a/SOURCES/mod_proxy_cluster.conf.sample +++ b/SOURCES/mod_proxy_cluster.conf.sample @@ -14,7 +14,7 @@ MemManagerFile /var/cache/httpd/mod_proxy_cluster Require ip 127.0.0.1 ServerAdvertise on - EnableMCMPReceive + EnableMCPMReceive SetHandler mod_cluster-manager Require ip 127.0.0.1 diff --git a/SPECS/mod_proxy_cluster.spec b/SPECS/mod_proxy_cluster.spec index d3d968e..5cdbc85 100644 --- a/SPECS/mod_proxy_cluster.spec +++ b/SPECS/mod_proxy_cluster.spec @@ -3,17 +3,17 @@ # Update commitid and serial when new sources and release info is available %global commitid 42b64bbafb597df26b7c7441e922f295b238247c -%global serial 1 +%global serial 2 Name: mod_proxy_cluster Summary: JBoss mod_proxy_cluster for Apache httpd Version: 1.3.22 -Release: %{serial}%{?dist}.2 +Release: %{serial}%{?dist} Epoch: 0 License: LGPLv3 Group: Applications/System URL: https://github.com/modcluster/mod_cluster -# You can get the tarball from https://github.com/modcluster/mod_cluster/archive/42b64bbafb597df26b7c7441e922f295b238247c.tar.gz +# You can get the tarball from https://github.com/modcluster/mod_cluster/archive/45265ef9c1f53c71af5241f9deae19fd839263c8.tar.gz Source0: mod_cluster-%{commitid}.tar.gz Source1: %{name}.conf.sample Source2: %{name}.te @@ -114,14 +114,11 @@ fi %changelog -* Tue Mar 04 2025 Sokratis Zappis - 1.3.22-1.el9_5.2 -- Resolves: RHEL-82135 - Update deprecated misspeled EnableMCPMReceive directive +* Mon Mar 3 2025 Vladimír Chlup - 1.3.22-2 +- Resolves: RHEL-80864: Bump serial to fix upgrade problems -* Mon Feb 24 2025 Sokratis Zappis - 1.3.22-1.el9_5.1 -- Resoves: RHEL-80435 - Rebase mod_proxy_cluster to upstream 1.3.22.Final release - -* Thu Dec 05 2024 Sokratis Zappis - 1.3.20-1.el9_5.2 -- Resolves: RHEL-70140 - Rebuild mod_proxy_cluster against httpd 2.4.62 +* Wed Feb 26 2025 Vladimír Chlup - 1.3.22-1 +- Resolves: RHEL-80864 Rebase mod_proxy_cluster to upstream 1.3.22.Final release * Thu Feb 29 2024 Sokratis Zappis - 1.3.20-1 - Rebase mod_cluster to upstream 1.3.20.Final tag