diff --git a/gating.yaml b/gating.yaml index eb7c84f..c190bde 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,6 +1,6 @@ --- !Policy product_versions: - - rhel-8 + - rhel-9 decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} diff --git a/tftp.spec b/tftp.spec index b83f8ae..face131 100644 --- a/tftp.spec +++ b/tftp.spec @@ -4,7 +4,7 @@ Summary: The client for the Trivial File Transfer Protocol (TFTP) Name: tftp Version: 5.2 -Release: 34%{?dist} +Release: 35%{?dist} License: BSD 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 @@ -103,6 +103,9 @@ install -p -m 644 %SOURCE2 ${RPM_BUILD_ROOT}%{_unitdir} %{_unitdir}/* %changelog +* Thu Jan 27 2022 Lukáš Zaoral - 5.2-35 +- Rebuilt for fixed gating.yaml. Related rhbz#2042975 + * Thu Jan 27 2022 Lukáš Zaoral - 5.2-34 - Rebuilt for added gating.yaml. Related rhbz#2042975