From 02105318f68138c62b15d032215217b7678e85b5 Mon Sep 17 00:00:00 2001 From: Konstantin Kostiuk Date: Fri, 28 Jun 2024 21:04:41 +0300 Subject: [PATCH] Update gating.yaml for RHEL10 Resolves: RHEL-45474 Signed-off-by: Konstantin Kostiuk --- gating.yaml | 5 +++++ mingw-w64-tools.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-w64-tools.spec b/mingw-w64-tools.spec index c4fdc17..c1f8827 100644 --- a/mingw-w64-tools.spec +++ b/mingw-w64-tools.spec @@ -5,7 +5,7 @@ Name: mingw-w64-tools Version: 11.0.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Supplementary tools which are part of the mingw-w64 toolchain # Fix build on s390x and ppc64le Patch0: mingw-w64-tools-s390x-ppc66le.patch @@ -108,6 +108,10 @@ popd %changelog +* Fri Jun 28 2024 Konstantin Kostiuk - 11.0.1-5 +- Bump release +- RHEL-45474 - Update gating.yaml for RHEL10 + * Mon Jun 24 2024 Troy Dawson - 11.0.1-4 - Bump release for June 2024 mass rebuild