diff --git a/mod_jk.spec b/mod_jk.spec index cfe0b99..d9af03c 100644 --- a/mod_jk.spec +++ b/mod_jk.spec @@ -4,7 +4,7 @@ %global version_minor 2 %global version_micro 48 %global commitid 1c14fc065bc133887fdde55cab954691b3dc3aac -%global serial 16 +%global serial 17 # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with @@ -200,6 +200,9 @@ command="s|/usr/local/bin\b|%{_bindir}|" %endif %changelog +* Mon Aug 02 2021 Coty Sutherland - 1.2.48-17 +- Fix typo in tests.yml filename + * Fri Jul 30 2021 George Zaronikas - 1.2.48-16 - Resolves: #1963135 diff --git a/tests/test.yml b/tests/tests.yml similarity index 100% rename from tests/test.yml rename to tests/tests.yml