From 220fb84b0fffcd0cb1fb2daf480ed44cc62b3243 Mon Sep 17 00:00:00 2001 From: Coty Sutherland Date: Mon, 2 Aug 2021 19:16:04 -0400 Subject: [PATCH] Fix typo in filename tests.yml Related: #1964892 --- mod_proxy_cluster.spec | 5 ++++- tests/{test.yml => tests.yml} | 0 2 files changed, 4 insertions(+), 1 deletion(-) rename tests/{test.yml => tests.yml} (100%) 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