diff --git a/.gitignore b/.gitignore index d916add..3e43961 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ -/mod_cluster-1.3.19.Final.tar.gz -/mod_cluster-45265ef9c1f53c71af5241f9deae19fd839263c8.tar.gz -/mod_cluster-*.tar.gz +mod_cluster-42b64bbafb597df26b7c7441e922f295b238247c.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 8639678..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# mod_proxy_cluster - -The mod_proxy_cluster package diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index 648918d..0000000 --- a/gating.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- !Policy -product_versions: - - rhel-9 -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/mod_proxy_cluster.spec b/mod_proxy_cluster.spec index 1d08609..06d1ad4 100644 --- a/mod_proxy_cluster.spec +++ b/mod_proxy_cluster.spec @@ -3,12 +3,12 @@ # 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 @@ -114,7 +114,7 @@ fi %changelog -* Wed Mar 05 2025 Sokratis Zappis - 1.3.22-1.el10.2 +* Wed Mar 05 2025 Sokratis Zappis - 1.3.22-2.el10 - Resolves: RHEL-82256 - Update deprecated misspeled EnableMCPMReceive directive * Mon Feb 24 2025 VladimĂ­r Chlup - 1.3.22-1 diff --git a/tests/roles/Test_Setup/tasks/main.yml b/tests/roles/Test_Setup/tasks/main.yml deleted file mode 100644 index 13c2999..0000000 --- a/tests/roles/Test_Setup/tasks/main.yml +++ /dev/null @@ -1,12 +0,0 @@ ---- - -- name: Install required packages - dnf: - name: > - httpd, mod_proxy_cluster - -- name: Comment out mod_proxy_balancer - 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_proxy_cluster.conf.sample /etc/httpd/conf.d/mod_proxy_cluster.conf diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index f6cf666..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,22 +0,0 @@ -- hosts: localhost - remote_user: root - tags: - - classic - roles: - - role: Test_Setup - - role: standard-test-basic - tests: - - verify_httpd_up: - dir: . - run: "curl http://localhost/ &> testfile.log || true && grep 'Test Page' testfile.log" - - check_error_log_for_unexpected_errors: - dir: . - run: "! sudo grep -i error /var/log/httpd/error_log | grep -v \"AH01276\"" - - check_mod_proxy_cluster_configured: - dir: . - run: "grep -e \"mod_cluster/.* configured -- resuming normal operations\" /var/log/httpd/error_log" - required_packages: - - mod_proxy_cluster - - httpd - required_services: - - httpd