Fix typo in tests.yml filename

Related: #1963135
This commit is contained in:
Coty Sutherland 2021-08-02 19:39:24 -04:00
parent 3d2ff26904
commit 5de042e124
2 changed files with 4 additions and 1 deletions

View File

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