gating: move test plan to /plans

Related: RHEL-25853
This commit is contained in:
Lukáš Zaoral 2024-05-14 13:22:57 +02:00
parent 75e279b5dd
commit 8129a10d9f
No known key found for this signature in database
GPG Key ID: 39157506DD67752D
3 changed files with 5 additions and 2 deletions

View File

@ -3,4 +3,4 @@ product_versions:
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/internal/tier1-internal.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional}

View File

@ -3,7 +3,7 @@
Summary: The client for the Trivial File Transfer Protocol (TFTP)
Name: tftp
Version: 5.2
Release: 44%{?dist}
Release: 45%{?dist}
License: BSD-4-Clause-UC
URL: http://www.kernel.org/pub/software/network/tftp/
Source0: http://www.kernel.org/pub/software/network/tftp/tftp-hpa/tftp-hpa-%{version}.tar.bz2
@ -110,6 +110,9 @@ install -p -m 644 %SOURCE2 ${RPM_BUILD_ROOT}%{_unitdir}
%{_unitdir}/*
%changelog
* Tue May 14 2024 Lukáš Zaoral <lzaoral@redhat.com> - 5.2-45
- gating enablement rebuild (RHEL-25853)
* Mon May 06 2024 Lukáš Zaoral <lzaoral@redhat.com> - 5.2-44
- gating enablement rebuild (RHEL-25853)