From 8129a10d9fa268940cb7f148639ad129ea47dda6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Tue, 14 May 2024 13:22:57 +0200 Subject: [PATCH] gating: move test plan to /plans Related: RHEL-25853 --- gating.yaml | 2 +- plans/{internal => }/tier1-internal.fmf | 0 tftp.spec | 5 ++++- 3 files changed, 5 insertions(+), 2 deletions(-) rename plans/{internal => }/tier1-internal.fmf (100%) diff --git a/gating.yaml b/gating.yaml index 02fe1d5..d9d641e 100644 --- a/gating.yaml +++ b/gating.yaml @@ -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} diff --git a/plans/internal/tier1-internal.fmf b/plans/tier1-internal.fmf similarity index 100% rename from plans/internal/tier1-internal.fmf rename to plans/tier1-internal.fmf diff --git a/tftp.spec b/tftp.spec index 53adbe6..dfd19d0 100644 --- a/tftp.spec +++ b/tftp.spec @@ -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 - 5.2-45 +- gating enablement rebuild (RHEL-25853) + * Mon May 06 2024 Lukáš Zaoral - 5.2-44 - gating enablement rebuild (RHEL-25853)