From d1d15e142377dee3372e8c054ecb8eb0b10cc7df Mon Sep 17 00:00:00 2001 From: Konstantin Kostiuk Date: Fri, 28 Jun 2024 14:10:17 +0300 Subject: [PATCH] Update gating.yaml for RHEL10 Resolves: RHEL-45472 Signed-off-by: Konstantin Kostiuk --- gating.yaml | 5 +++++ mingw-pixman.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-pixman.spec b/mingw-pixman.spec index 6d87569..e3e66a1 100644 --- a/mingw-pixman.spec +++ b/mingw-pixman.spec @@ -2,7 +2,7 @@ Name: mingw-pixman Version: 0.43.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: MinGW Windows Pixman library License: MIT @@ -102,6 +102,10 @@ Static version of the cross compiled Pixman library. %changelog +* Fri Jun 28 2024 Konstantin Kostiuk - 0.43.0-5 +- Bump release +- RHEL-45475 - Update gating.yaml for RHEL10 + * Mon Jun 24 2024 Troy Dawson - 0.43.0-4 - Bump release for June 2024 mass rebuild