From 4eb88f4b021279b8919d20d4142c6d098365fd10 Mon Sep 17 00:00:00 2001 From: Ryan O'Hara Date: Tue, 10 Aug 2021 13:17:56 -0500 Subject: [PATCH] Bump release Related: #1966688 --- haproxy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/haproxy.spec b/haproxy.spec index 91f0af3..e92c826 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -8,7 +8,7 @@ Name: haproxy Version: 2.4.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: HAProxy reverse proxy for high availability environments License: GPLv2+ @@ -134,6 +134,9 @@ exit 0 %{_mandir}/man1/* %changelog +* Tue Aug 10 2021 Ryan O'Hara - 2.4.2-8 +- Add gating tests (#1966688) + * Mon Aug 09 2021 Mohan Boddu - 2.4.2-7 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688