From 0b68cbd62550d18b3d9bb0af1f4d8f740036afa4 Mon Sep 17 00:00:00 2001 From: Konstantin Kostiuk Date: Fri, 28 Jun 2024 12:47:44 +0300 Subject: [PATCH] Update gating.yaml for RHEL10 Resolves: RHEL-45475 Signed-off-by: Konstantin Kostiuk --- gating.yaml | 5 +++++ mingw-win-iconv.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-win-iconv.spec b/mingw-win-iconv.spec index d597b2e..f59c575 100644 --- a/mingw-win-iconv.spec +++ b/mingw-win-iconv.spec @@ -4,7 +4,7 @@ Name: mingw-%{pkgname} Version: 0.0.8 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Iconv implementation using Win32 API License: LicenseRef-Fedora-Public-Domain @@ -112,6 +112,10 @@ rm -rf %{buildroot}%{mingw64_bindir}/*.exe %changelog +* Fri Jun 28 2024 Konstantin Kostiuk - 0.0.8-14 +- Bump release +- RHEL-45475 - Update gating.yaml for RHEL10 + * Mon Jun 24 2024 Troy Dawson - 0.0.8-13 - Bump release for June 2024 mass rebuild