From 4549c11eda264bb0a82b919091629028d9437c60 Mon Sep 17 00:00:00 2001 From: Konstantin Kostiuk Date: Fri, 28 Jun 2024 19:45:27 +0300 Subject: [PATCH] Update gating.yaml for RHEL10 Resolves: RHEL-45470 Signed-off-by: Konstantin Kostiuk --- gating.yaml | 5 +++++ mingw-libffi.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-libffi.spec b/mingw-libffi.spec index 196a88c..ce8136a 100644 --- a/mingw-libffi.spec +++ b/mingw-libffi.spec @@ -2,7 +2,7 @@ Name: mingw-libffi Version: 3.4.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A portable foreign function interface library for MinGW License: MIT @@ -103,6 +103,10 @@ find %{buildroot} -name "*.la" -delete %changelog +* Fri Jun 28 2024 Konstantin Kostiuk - 3.4.4-7 +- Bump release +- RHEL-45470 - Update gating.yaml for RHEL10 + * Mon Jun 24 2024 Troy Dawson - 3.4.4-6 - Bump release for June 2024 mass rebuild