diff --git a/mod_proxy_cluster.spec b/mod_proxy_cluster.spec index 2ec5197..278faa0 100644 --- a/mod_proxy_cluster.spec +++ b/mod_proxy_cluster.spec @@ -5,7 +5,7 @@ %global version_micro 14 %global version_release None %global commitid 547fccb264f57ecdd5f7818ea2d8f9cfac28c4ed -%global serial 17 +%global serial 18 %global pkg_name %{name} @@ -147,6 +147,9 @@ fi %endif %changelog +* Mon Aug 02 2021 Coty Sutherland - 1.3.14-18.Final +- Fix typo in tests.yml filename + * Fri Jul 30 2021 George Zaronikas - 1.3.14-17.Final - Resolves: #1964892 diff --git a/tests/test.yml b/tests/tests.yml similarity index 100% rename from tests/test.yml rename to tests/tests.yml