From 90c146c4f84db3b89cf313e5908d854fc14f04fb Mon Sep 17 00:00:00 2001 From: Oyvind Albrigtsen Date: Wed, 8 Jan 2025 10:00:49 +0100 Subject: [PATCH] - Updating CI gating config to use RHEL10 Resolves: RHEL-69415 --- gating.yaml | 2 +- haproxy.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gating.yaml b/gating.yaml index 648918d..4ca9235 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,6 +1,6 @@ --- !Policy product_versions: - - rhel-9 + - rhel-10 decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/haproxy.spec b/haproxy.spec index caa2cec..4393d2a 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -8,7 +8,7 @@ Name: haproxy Version: 3.0.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: HAProxy reverse proxy for high availability environments License: GPL-2.0-or-later @@ -127,7 +127,7 @@ done %{_sysusersdir}/%{name}.conf %changelog -* Tue Jan 7 2025 Oyvind Albrigtsen - 3.0.5-3 +* Wed Jan 8 2025 Oyvind Albrigtsen - 3.0.5-4 - Fix CVE-2024-53008 Resolves: RHEL-69415