From 7be6397adb1859bf8ea2d0d45d23afe3ccb7cb47 Mon Sep 17 00:00:00 2001 From: Konstantin Kostiuk Date: Fri, 28 Jun 2024 20:25:39 +0300 Subject: [PATCH] Update gating.yaml for RHEL10 Resolves: RHEL-45467 Signed-off-by: Konstantin Kostiuk --- gating.yaml | 5 +++++ mingw-gettext.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..9156309 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,5 @@ +--- !Policy +product_versions: + - rhel-10 +decision_context: osci_compose_gate +rules: [] diff --git a/mingw-gettext.spec b/mingw-gettext.spec index 8baaef3..d76af31 100644 --- a/mingw-gettext.spec +++ b/mingw-gettext.spec @@ -2,7 +2,7 @@ Name: mingw-gettext Version: 0.22 -Release: 5%{?dist} +Release: 6%{?dist} Summary: GNU libraries and utilities for producing multi-lingual messages License: GPL-2.0-or-later AND LGPL-2.0-or-later @@ -197,6 +197,10 @@ find %{buildroot} -name "*.la" -delete %changelog +* Fri Jun 28 2024 Konstantin Kostiuk - 0.22-6 +- Bump release +- RHEL-45467 - Update gating.yaml for RHEL10 + * Mon Jun 24 2024 Troy Dawson - 0.22-5 - Bump release for June 2024 mass rebuild