Changing conf name in gating test. Resolves: #1964892
This commit is contained in:
parent
56ec1d7c58
commit
b87375a406
@ -3,7 +3,7 @@
|
||||
|
||||
# Update commitid and serial when new sources and release info is available
|
||||
%global commitid 547fccb264f57ecdd5f7818ea2d8f9cfac28c4ed
|
||||
%global serial 19
|
||||
%global serial 21
|
||||
|
||||
Name: mod_proxy_cluster
|
||||
Summary: JBoss mod_proxy_cluster for Apache httpd
|
||||
@ -113,6 +113,10 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 18 2021 George Zaronikas <gzaronik@redhat.com> - 1.3.14-21
|
||||
- Correcting conf name in gating tests.
|
||||
- Related: rhbz#1964892
|
||||
|
||||
* Mon Aug 16 2021 Coty Sutherland <csutherl@redhat.com> - 1.3.14-20
|
||||
- Cleanup spec file
|
||||
|
||||
|
||||
@ -9,4 +9,4 @@
|
||||
command: sed -i 's@LoadModule proxy_balancer_module@#LoadModule proxy_balancer_module@g' /etc/httpd/conf.modules.d/00-proxy.conf
|
||||
|
||||
- name: Configure mod_proxy_cluster
|
||||
command: mv /etc/httpd/conf.d/mod_cluster.conf.sample /etc/httpd/conf.d/mod_cluster.conf
|
||||
command: mv /etc/httpd/conf.d/mod_proxy_cluster.conf.sample /etc/httpd/conf.d/mod_proxy_cluster.conf
|
||||
|
||||
Loading…
Reference in New Issue
Block a user