From 5de042e124c733f08298fdf95b35208a36e0f9d1 Mon Sep 17 00:00:00 2001 From: Coty Sutherland Date: Mon, 2 Aug 2021 19:39:24 -0400 Subject: [PATCH] Fix typo in tests.yml filename Related: #1963135 --- mod_jk.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_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