From d77c47da9adcf0675ea2efc982ea0557ebbd62a2 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mar 28 2023 11:19:39 +0000 Subject: import mod_proxy_cluster-1.3.18-1.el9 --- diff --git a/.gitignore b/.gitignore index 551ca2e..dd9e15b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/mod_cluster-547fccb264f57ecdd5f7818ea2d8f9cfac28c4ed.tar.gz +SOURCES/mod_cluster-eb56c23d62fe5dec0b4e3ecfcdb7a44f79abec5d.tar.gz diff --git a/.mod_proxy_cluster.metadata b/.mod_proxy_cluster.metadata index c0e6f9d..b92d39e 100644 --- a/.mod_proxy_cluster.metadata +++ b/.mod_proxy_cluster.metadata @@ -1 +1 @@ -117f9c7140f82d8facbbc45c3b9ad8f0c1157b0f SOURCES/mod_cluster-547fccb264f57ecdd5f7818ea2d8f9cfac28c4ed.tar.gz +109f670edcc1e8360c23b07814a8c74f029ddcb6 SOURCES/mod_cluster-eb56c23d62fe5dec0b4e3ecfcdb7a44f79abec5d.tar.gz diff --git a/SPECS/mod_proxy_cluster.spec b/SPECS/mod_proxy_cluster.spec index 88a1ddc..7d833e4 100644 --- a/SPECS/mod_proxy_cluster.spec +++ b/SPECS/mod_proxy_cluster.spec @@ -2,17 +2,18 @@ %define _jarsign_opts --nocopy # Update commitid and serial when new sources and release info is available -%global commitid 547fccb264f57ecdd5f7818ea2d8f9cfac28c4ed -%global serial 23 +%global commitid eb56c23d62fe5dec0b4e3ecfcdb7a44f79abec5d +%global serial 1 Name: mod_proxy_cluster Summary: JBoss mod_proxy_cluster for Apache httpd -Version: 1.3.14 +Version: 1.3.18 Release: %{serial}%{?dist} Epoch: 0 License: LGPLv3 Group: Applications/System -URL: http://www.jboss.org/ +URL: https://github.com/modcluster/mod_cluster +# You can get the tarball from https://github.com/modcluster/mod_cluster/archive/eb56c23d62fe5dec0b4e3ecfcdb7a44f79abec5d.tar.gz Source0: mod_cluster-%{commitid}.tar.gz Source1: %{name}.conf.sample Source2: %{name}.te @@ -113,6 +114,10 @@ fi %changelog +* Fri Jan 20 2023 Sokratis Zappis - 1.3.18-1 +- Rebase mod_cluster to upstream 1.3.18.Final tag +- Related: rhbz#2158845 + * Fri Aug 26 2021 George Zaronikas - 1.3.14-23 - Adding policycoreutils-python-utils - Related: rhbz#1964892