From 39cdbc6dee411f15852ce374e061cbcd76e3abfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Thu, 27 Jan 2022 13:39:04 +0100 Subject: [PATCH] Rebuilt for fixed gating.yaml. Resolves: rhbz#2042975 --- gating.yaml | 2 +- tftp.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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